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
18 lines
656 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<odoo>
|
|
<record model="ir.ui.view" id="res_company_gogocarto_form_view">
|
|
<field name="name">res_company.gogocarto.form</field>
|
|
<field name="model">res.company</field>
|
|
<field name="inherit_id" ref="base.view_company_form"/>
|
|
<field name='priority'>99</field>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//notebook" posiion="inside">
|
|
<page string="GogoCarto Setup" name="gogocarto">
|
|
<group>
|
|
<field name="export_gogocarto_fields"/>
|
|
</group>
|
|
</page>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
</odoo>
|