1
<?xml version="1.0" encoding="utf-8"?>
6
<record id="form_base_product" model="ir.ui.view">
7
<field name="name">Form - Product</field>
8
<field name="model">product.product</field>
9
<field name="inherit_id" ref="koi_product_manager.form_base_product"/>
10
<field eval="1" name="priority"/>
11
<field name="arch" type="xml">
13
<xpath expr="//label[@for='sale_ok']" position="after">
14
<field name="purchase_ok"/>
15
<label for="purchase_ok"/>
18
<xpath expr="//notebook" position="inside">
19
<page string="Accounting Configuration">
20
<group name="group_1" colspan="4" col="2">
21
<field name="property_account_income"
22
options="{'create' : false, 'create_edit':false, 'm2o_dialog':false, 'no_open':true}"
24
<field name="property_account_expense"
25
options="{'create' : false, 'create_edit':false, 'm2o_dialog':false, 'no_open':true}"
27
<field name="taxes_id"
28
widget="many2many_tags"
30
<field name="supplier_taxes_id"
31
widget="many2many_tags"