mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
Initial commit of sale_line_change for 11.0
Additionally, improve UI on `rma` and `rma_sale` by not allowing creating or deleting lines in wizard views.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<field name="arch" type="xml">
|
||||
<form>
|
||||
<field name="line_ids">
|
||||
<tree editable="top">
|
||||
<tree editable="top" create="false" delete="false">
|
||||
<field name="product_id" readonly="1"/>
|
||||
<field name="qty_ordered" readonly="1"/>
|
||||
<field name="qty_delivered" readonly="1"/>
|
||||
|
||||
Reference in New Issue
Block a user