Skip to Content
Menu
This question has been flagged
2 Replies
481 Zobrazenia
What is the name of the field that allows you to import a section or a note in the order line?


Avatar
Zrušiť
Best Answer

Hi,

For adding  'add a note' or 'add a section' in one2many fields like orderline, you can use the code below:

<control>
    <create name="add_line_control" string="Add a line"/>
<create name="add_section_control" string="Add a section" context="{'default_display_type':
        'line_section'}"/>
<create name="add_note_control" string="Add a note" context="{'default_display_type': 'line_note'}"/>
</control>


Hope it helps

Avatar
Zrušiť
Autor Best Answer

Gracias !! Lo validare, Saludos !!

Avatar
Zrušiť