You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
556 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data>
  4. <record id="view_account_form_inherit" model="ir.ui.view">
  5. <field name="name">inherit.account.form</field>
  6. <field name="model">account.account</field>
  7. <field name="inherit_id" ref="account.view_account_form"/>
  8. <field name="arch" type="xml">
  9. <field name='active' position="after">
  10. <field name="clearing_account_id"/>
  11. </field>
  12. </field>
  13. </record>
  14. </data>
  15. </openerp>