Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
1433 Visninger

Hi, 


I need the "add a line" button on top of the tree within a form.

How can I achieve this?

Thank you

Avatar
Kassér
Bedste svar

Hi,

You can use the attribute editable='top' in your tree view

example:

<tree string="Order" editable="top">
         <field name="name"/>
         <field name="model_id"/>
   </tree>

Hope it helps

Avatar
Kassér
Forfatter

does not work if the tree is inside a form

Related Posts Besvarelser Visninger Aktivitet
1
jul. 25
2452
2
jul. 25
7907
2
jul. 25
4320
2
jul. 25
4059
2
jun. 25
2662