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:
Jared Kipe
2018-09-20 14:46:50 -07:00
parent ab6922177b
commit 7bd7d6c192

View File

@@ -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"/>