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.

18 lines
656 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <odoo>
  3. <record model="ir.ui.view" id="res_company_gogocarto_form_view">
  4. <field name="name">res_company.gogocarto.form</field>
  5. <field name="model">res.company</field>
  6. <field name="inherit_id" ref="base.view_company_form"/>
  7. <field name='priority'>99</field>
  8. <field name="arch" type="xml">
  9. <xpath expr="//notebook" posiion="inside">
  10. <page string="GogoCarto Setup" name="gogocarto">
  11. <group>
  12. <field name="export_gogocarto_fields"/>
  13. </group>
  14. </page>
  15. </xpath>
  16. </field>
  17. </record>
  18. </odoo>