~ubuntu-branches/ubuntu/precise/tryton-modules-account-product/precise

« back to all changes in this revision

Viewing changes to product.xml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann, Daniel Baumann, Mathias Behrle
  • Date: 2009-04-21 20:29:00 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090421202900-y66moi7g6orsup2f
Tags: 1.2.0-1
[ Daniel Baumann ]
* Merging upstream version 1.2.0.
* Tidy rules file.
* Updating copyright file for new upstream release.

[ Mathias Behrle ]
* Updating application and package description.

[ Daniel Baumann ]
* Correcting wrapping of control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
                <![CDATA[
12
12
                <data>
13
13
                    <xpath
14
 
                        expr="/form/notebook/page[@string=&quot;Childs&quot;]"
15
 
                        position="after">
16
 
                        <page string="Accounting" col="4">
 
14
                        expr="/form/notebook/page[@id=&quot;childs&quot;]"
 
15
                        position="before">
 
16
                        <page string="Accounting" col="4" id="accounting">
17
17
                            <label name="account_revenue"/>
18
18
                            <field name="account_revenue"/>
19
19
                            <label name="account_expense"/>
29
29
            </field>
30
30
        </record>
31
31
 
32
 
        <record model="ir.ui.view" id="product_view_form">
33
 
            <field name="model">product.product</field>
34
 
            <field name="inherit" ref="product.product_view_form"/>
 
32
        <record model="ir.ui.view" id="template_view_form">
 
33
            <field name="model">product.template</field>
 
34
            <field name="inherit" ref="product.template_view_form"/>
35
35
            <field name="arch" type="xml">
36
36
                <![CDATA[
37
37
                <data>
38
38
                    <xpath
39
 
                        expr="/form/notebook/page[@string=&quot;General&quot;]"
 
39
                        expr="/form/notebook/page[@id=&quot;general&quot;]"
40
40
                        position="after">
41
 
                        <page string="Accounting" col="4">
 
41
                        <page string="Accounting" col="4" id="accounting">
 
42
                            <separator string="Accounts" id="accounts" colspan="4"/>
 
43
                            <label name="account_category"/>
 
44
                            <field name="account_category"/>
 
45
                            <newline/>
42
46
                            <label name="account_revenue"/>
43
47
                            <field name="account_revenue"/>
44
48
                            <label name="account_expense"/>
45
49
                            <field name="account_expense"/>
 
50
                            <separator string="Taxes" id="taxes" colspan="4"/>
46
51
                            <label name="taxes_category"/>
47
52
                            <field name="taxes_category"/>
48
 
                            <separator name="customer_taxes" colspan="4"/>
49
 
                            <field name="customer_taxes" colspan="4"/>
50
 
                            <separator name="supplier_taxes" colspan="4"/>
51
 
                            <field name="supplier_taxes" colspan="4"/>
 
53
                            <newline/>
 
54
                            <separator name="customer_taxes" colspan="2"/>
 
55
                            <separator name="supplier_taxes" colspan="2"/>
 
56
                            <field name="customer_taxes" colspan="2"/>
 
57
                            <field name="supplier_taxes" colspan="2"/>
52
58
                        </page>
53
59
                    </xpath>
54
60
                </data>