Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
730 Widoki

how to show specific colums in a many2many field.

this is the code i tried 

<group string="Equipment">
<field name="equipment" string="" options="{'no_create': False}"/>
<tree string="Equipment Details">
<field name="name" string="Equipment Name"/>

<field name="serial_no" string="Serial Number"/>



</tree>
</group>

i get the error Field "serial_no" does not exist in model "account.asset"


but without the tree tag i get the serial_no along with other columns as always without errors. how to only show specific columns in a many2many form view


Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
gru 24
4193
1
lut 24
2090
0
lip 24
3143
0
lip 22
60
1
lip 22
3047