diff options
Diffstat (limited to 'fixco_custom/views')
| -rw-r--r-- | fixco_custom/views/account_move.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fixco_custom/views/account_move.xml b/fixco_custom/views/account_move.xml index 1327e77..f0ae0bc 100644 --- a/fixco_custom/views/account_move.xml +++ b/fixco_custom/views/account_move.xml @@ -178,7 +178,8 @@ <field name="model">account.move</field> <field name="inherit_id" ref="account.view_move_tree"/> <field name="arch" type="xml"> - <field name="state" position="after"> + <field name="name" position="after"> + <field name="partner_compute" optional="hide"/> <field name="efaktur_id" optional="hide"/> </field> </field> |
