Go to matching action
This commit is contained in:
12
modules/purchase_trade/view/lot_go_matching_start_form.xml
Normal file
12
modules/purchase_trade/view/lot_go_matching_start_form.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<form col="8">
|
||||
<notebook colspan="8">
|
||||
<page string="Matching" col="8" id="matching">
|
||||
<field name="lot_p" colspan="8" mode="tree" view_ids="purchase_trade.matching_lot_view_tree"/>
|
||||
<label name="tot_p"/>
|
||||
<field name="tot_p"/>
|
||||
<field name="lot_s" colspan="8" mode="tree" view_ids="purchase_trade.matching_lot_view_tree2"/>
|
||||
<label name="tot_s"/>
|
||||
<field name="tot_s"/>
|
||||
</page>
|
||||
</notebook>
|
||||
</form>
|
||||
Reference in New Issue
Block a user