custom_cemobo.xml 477 B

12345678910111213141516
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <openerp>
  3. <data>
  4. <record id="view_voucher_tree_cemobo" model="ir.ui.view">
  5. <field name="name">view_voucher_tree_cemobo</field>
  6. <field name="model">account.voucher</field>
  7. <field name="inherit_id" ref="account_voucher.view_voucher_tree"/>
  8. <field name="arch" type="xml">
  9. <!-- tree -->
  10. <tree position="attributes">
  11. <attribute name="create">0</attribute>
  12. </tree>
  13. </field>
  14. </record>
  15. </data>
  16. </openerp>