~unifield-team/unifield-wm/wm-2418-rw-fix

« back to all changes in this revision

Viewing changes to procurement_request/procurement_request_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:
54
54
                                    <field name="latest" />
55
55
                                    <field name="my_company_id" invisible="1" />
56
56
                                    <field name="supplier" context="{'product_id': product_id, 'choose_supplier': True}" attrs="{'readonly': [('type', '=', 'make_to_stock')]}" domain="[('supplier', '=', True), ('id', '!=', my_company_id)]"/>
57
 
                                    <!-- <button name="split_line" type="object" string="Split Line" icon="terp-stock_effects-object-colorize" />
58
 
                                    <button name="merge_line" type="object" string="Merge Line" icon="terp-gtk-jump-to-ltr" context="{'wizard_id': active_id}" /> -->
 
57
                                    <button name="open_split_wizard" type="object" string="Split Line" icon="terp-stock_effects-object-colorize" />
59
58
                                </tree>
60
59
                                <form>
61
60
                                   <field name="product_id" colspan="4" />