~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to purchase_msf/purchase_msf_view.xml

  • Committer: jf
  • Date: 2011-07-25 07:57:05 UTC
  • mfrom: (228.1.1 UF_331)
  • Revision ID: jf@tempo4-20110725075705-vvslwil4q7rbv3kb
UF-331 [IMP] Add manufacturers text fields

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
                        <field name="inherit_id" ref="purchase.purchase_order_line_form" /> <!-- should be _form2 ?? used in purchase_msf_view.xml/order_nomenclature_select_product_view.xml -->
37
37
                        <field name="arch" type="xml">
38
38
                                <field name="price_unit" position="after">
 
39
                    <field name="manufacturer_id" readonly="1"/>
 
40
                    <field name="second_manufacturer_id" readonly="1"/>
 
41
                    <field name="third_manufacturer_id" readonly="1"/>
39
42
                                        <field name="internal_name" invisible="True" />
40
43
                                        <field name="internal_code" invisible="True" />
41
44
                                        <field name="supplier_name" invisible="True" />