~unifield-team/unifield-wm/us-727

« back to all changes in this revision

Viewing changes to purchase_override/purchase_view.xml

  • Committer: Quentin THEURET
  • Date: 2011-12-27 15:55:06 UTC
  • mto: (459.5.8 uf_637)
  • mto: This revision was merged to the branch mainline in revision 723.
  • Revision ID: qt@tempo-consulting.fr-20111227155506-dl53z1dfoec5v77z
UF-637 [IMP] Split order line on PO/SO/IR

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
                    <xpath expr="/form/notebook/page[@string='Delivery &amp; Invoicing']//field[@name='invoice_method']" position="replace">
25
25
                        <field name="invoice_method" attrs="{'readonly':[('state','in', ['confirmed','approved','done'] )] , 'invisible': [('order_type', 'in', ['donation_exp', 'donation_st', 'in_kind', 'loan'])]}" />
26
26
                    </xpath>
 
27
 
 
28
                    <xpath expr="/form/notebook//tree//field[@name='price_subtotal']" position="after">
 
29
                        <button string="Split line" icon="terp-stock_effects-object-colorize" name="open_split_wizard" type="object" />
 
30
                    </xpath>
27
31
                </data>
28
32
            </field>
29
33
        </record>