~koi-accounting-modules-maintainer/koi-accounting-modules/7.0-fixed-asset

« back to all changes in this revision

Viewing changes to ar_account/view/view_Product.xml

  • Committer: Andhitia Rama
  • Date: 2015-07-08 14:58:39 UTC
  • mfrom: (230.1.72 koi_account_trunk)
  • Revision ID: andhitia.r@gmail.com-20150708145839-9sykcenmlqn9roub
Merge dgn trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<openerp>
 
3
    <data>
 
4
 
 
5
 
 
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">
 
12
                <data>
 
13
                    <xpath expr="//label[@for='sale_ok']" position="after">
 
14
                        <field name="purchase_ok"/>
 
15
                        <label for="purchase_ok"/>
 
16
                    </xpath>
 
17
 
 
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}"
 
23
                                    />
 
24
                                <field name="property_account_expense"
 
25
                                    options="{'create' : false, 'create_edit':false, 'm2o_dialog':false, 'no_open':true}"
 
26
                                    />
 
27
                                <field name="taxes_id"
 
28
                                    widget="many2many_tags"
 
29
                                    />
 
30
                                <field name="supplier_taxes_id"
 
31
                                    widget="many2many_tags"
 
32
                                    />
 
33
                            </group>
 
34
                        </page>
 
35
                    </xpath>
 
36
 
 
37
                </data>
 
38
            </field>
 
39
        </record>
 
40
 
 
41
 
 
42
    </data>
 
43
</openerp>