Browse Source

remove account list fields

master
root 2 years ago
parent
commit
6bef89342d
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      views/account.xml

+ 6
- 0
views/account.xml View File

@ -17,6 +17,12 @@
<xpath expr="//tree" position="attributes"> <xpath expr="//tree" position="attributes">
<attribute name="class">account_tree_class</attribute> <attribute name="class">account_tree_class</attribute>
</xpath> </xpath>
<xpath expr="//field[@name='invoice_date_due']" position="replace">
</xpath>
<xpath expr="//field[@name='amount_untaxed_signed']" position="replace">
</xpath>
<xpath expr="//field[@name='activity_ids']" position="replace">
</xpath>
</field> </field>
</record> </record>

Loading…
Cancel
Save