One2many widget

Hello
i have a new question about the front Axelor.
i would find a way like odoo to present a one2many field in another way.

for example
saleOrderLines in a quotation, i would like to add new lines without open a form but directly by the grid.
Is there a way to do that ?

Thanks for your help

NB : this way is sometimes more efficient when you need to write lots of lines (ex : call center with a customer on phone, the interface must be very speed)

1 « J'aime »

Hello,

You can use the option editable=“true” on your one-to-many field in form view. This option allows you to create and edit table data without using the form view.

Regards.