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
670 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="view_category_property_form_inherit_account" model="ir.ui.view">
<field name="name">product.category.view.form.inherit</field>
<field name="model">product.category</field>
<field name="inherit_id" ref="account.view_category_property_form" />
<field name="arch" type="xml">
<group name="account_property" position="inside">
<group name="providers" string="Forbidden providers">
<field name="forbidden_provider_ids" nolabel="1" colspan="2" widget="many2many_tags"
options="{'no_create': 1}" />
</group>
</group>
</field>
</record>
</odoo>