Hello,
I'm looking for a way to display a list of sections name when we click the "add a section" button ( widget "section and note", exemple of the widget order_line in the sales model).
So I created a model for administrators to create/edit/remove the elements of the list and I tried to call it but I can't find what's the "add a section" button trigger to edit the field and replace it to my Many2One..
Is it possible to do such a thing ? What's trigger the "create" options of the "control" tag ?
Have you found any solution to this issue?
Hi Greg,
I haven't find any solution like my question. But I find a way to "counter" the situation.
What I do is linking my Many2One field directly to my product and remove the "Add a section" option so when I add a product, he already got his own section. I then can use it has I wish, for example in a report, where I can order and display my products by sections.
Hope it helps.
Hi Mandresy, ok, that could be an option, thanks, i will check it later, and if i will find a solution i will let u know, thanks
I appreciate, thanks!