mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
move payemnt fields in page
This commit is contained in:
@@ -27,12 +27,14 @@
|
||||
domain="[('id', 'in', payment_order_ids[0][2])]" />
|
||||
</group>
|
||||
</field>
|
||||
<field name="manual_move_line_ids" position="after">
|
||||
<separator string="Match this payment line" colspan="4"/>
|
||||
<field name="manual_payment_line_id"/>
|
||||
<separator string="Match this payment order" colspan="4"/>
|
||||
<field name="manual_payment_order_id"/>
|
||||
</field>
|
||||
<notebook position="inside">
|
||||
<page string="Match Payments">
|
||||
<separator string="Match this payment line" colspan="4"/>
|
||||
<field name="manual_payment_line_id"/>
|
||||
<separator string="Match this payment order" colspan="4"/>
|
||||
<field name="manual_payment_order_id"/>
|
||||
</page>
|
||||
</notebook>
|
||||
</field>
|
||||
</record>
|
||||
</data>
|
||||
|
||||
Reference in New Issue
Block a user