~new-report-intrastat-team/new-report-intrastat/6.1

« back to all changes in this revision

Viewing changes to l10n_fr_intrastat_product/product_view.xml

  • Committer: Alexis de Lattre
  • Date: 2012-02-27 15:21:46 UTC
  • Revision ID: alexis@via.ecp.fr-20120227152146-erxhlgz246of78jd
Now manage UoM other than PCE. If the UoM required by the H.S. code is not the UoM of the invoi
ce, it will do the conversion (if possible).
Now possible to have a country of origin on the 'supplier information' instead of on the product form (usefull when the origin of a product depend on the supplier).

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    </field>
44
44
</record>
45
45
 
 
46
<!-- Add field on product.supplierinfo -->
 
47
<record id="fr_intrastat_product_supplierinfo_form" model="ir.ui.view">
 
48
    <field name="name">fr.intrastat.product.product.supplierinfo.form</field>
 
49
    <field name="model">product.supplierinfo</field>
 
50
    <field name="type">form</field>
 
51
    <field name="inherit_id" ref="product.product_supplierinfo_form_view"/>
 
52
    <field name="arch" type="xml">
 
53
        <field name="product_uom" position="after">
 
54
            <field name="origin_country_id" />
 
55
        </field>
 
56
    </field>
 
57
</record>
 
58
 
46
59
<!-- Add intrastat_id on Product category -->
47
60
<record id="fr_intrastat_product_category_form" model="ir.ui.view">
48
61
    <field name="name">fr.intrastat.product.category.form</field>