mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
[FIX] rma_sale: Set picking_id field to required in wizard to avoid creating
rma if nothing has been delivered yet TT39089
This commit is contained in:
@@ -25,7 +25,11 @@
|
|||||||
options="{'no_create': True}"
|
options="{'no_create': True}"
|
||||||
/>
|
/>
|
||||||
<field name="allowed_picking_ids" invisible="1" />
|
<field name="allowed_picking_ids" invisible="1" />
|
||||||
<field name="picking_id" options="{'no_create': True}" />
|
<field
|
||||||
|
name="picking_id"
|
||||||
|
options="{'no_create': True}"
|
||||||
|
required="1"
|
||||||
|
/>
|
||||||
<field name="operation_id" />
|
<field name="operation_id" />
|
||||||
</tree>
|
</tree>
|
||||||
</field>
|
</field>
|
||||||
|
|||||||
Reference in New Issue
Block a user