Skip to content
Snippets Groups Projects
Commit aa9b0230 authored by Kinjal Mehta's avatar Kinjal Mehta
Browse files

[REM] barcodes: Remove the field nomenclature_id from the res.company form view.

parent bdc9688d
Branches
Tags
No related merge requests found
......@@ -9,7 +9,6 @@
'views/barcodes_view.xml',
'security/ir.model.access.csv',
'views/barcodes_templates.xml',
'views/res_company.xml',
],
'installable': True,
'auto_install': False,
......
<?xml version="1.0"?>
<odoo>
<record model="ir.ui.view" id="view_company_form_inherit">
<field name="name">barcode.company.form</field>
<field name="model">res.company</field>
<field name="inherit_id" ref="base.view_company_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='currency_id']" position="after">
<field name="nomenclature_id"/>
</xpath>
</field>
</record>
</odoo>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment