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

« back to all changes in this revision

Viewing changes to purchase_override/purchase_view.xml

  • Committer: jf
  • Date: 2014-01-15 10:21:14 UTC
  • mfrom: (1874.7.55 unifield-wm)
  • Revision ID: jfb@tempo-consulting.fr-20140115102114-zvwpyn3scav602tj
UF-2162 [IMP] Vertical integration - 2nd format of import/export file - Xml
UF-2158 [IMP] Simulation screen to show impact of imported file on validated PO
lp:~unifield-team/unifield-wm/uf-2156-uf-2158-uf-2162

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
                    <xpath expr="//field[@name='product_uom']" position="attributes">
18
18
                        <attribute name="domain">[('uom_by_product', '=', product_id)]</attribute>
19
19
                    </xpath>
 
20
                    <xpath expr="/form//field[@name='notes']" position="before">
 
21
                        <separator colspan="4" string="Information" />
 
22
                        <field name="external_ref" readonly="1" />
 
23
                        <field name="project_ref" readonly="1" />
 
24
                        <field name="fnct_project_ref" readonly="1" />
 
25
                        <separator colspan="4" string="Notes" />
 
26
                    </xpath>
20
27
                </data>
21
28
            </field>
22
29
        </record>
60
67
                            <newline/>
61
68
                            <field name="invoice_ids" nolabel="1" colspan="4" context="{'type':'in_invoice', 'journal_type': 'purchase'}"/>
62
69
                        </page>
63
 
                   </xpath>
 
70
                    </xpath>
 
71
 
 
72
                    <xpath expr="/form/notebook/page[@string='Notes']/field[@name='notes']" position="after">
 
73
                        <separator colspan="4" string="Message ESC" />
 
74
                        <field name="message_esc" colspan="4" nolabel="1" readonly="1" attrs="{'invisible': [('partner_type', '!=', 'esc')]}" />
 
75
                        <separator colspan="4" string="Project info" />
 
76
                        <field name="project_ref" readonly="1" />
 
77
                    </xpath>
64
78
 
65
79
                    <xpath expr="/form//field[@name='warehouse_id']" position="replace">
66
80
                        <field name="warehouse_id" on_change="onchange_warehouse_id(warehouse_id,order_type,dest_address_id)" widget="selection"/>