Fix: change xml
This commit is contained in:
parent
12e42a67d0
commit
9237671048
@ -7,6 +7,8 @@ this repository contains the full copyright notices and license terms. -->
|
||||
<field name="product"/>
|
||||
<label name="quantity"/>
|
||||
<field name="quantity"/>
|
||||
<label name="unitprice"/>
|
||||
<field name="unitprice"/>
|
||||
<label name="total_amount"/>
|
||||
<field name="total_amount"/>
|
||||
</group>
|
||||
|
@ -4,5 +4,6 @@ this repository contains the full copyright notices and license terms. -->
|
||||
<tree>
|
||||
<field name="product"/>
|
||||
<field name="quantity"/>
|
||||
<field name="unitprice"/>
|
||||
<field name="total_amount"/>
|
||||
</tree>
|
@ -10,4 +10,6 @@ this repository contains the full copyright notices and license terms. -->
|
||||
<field name="date"/>
|
||||
<field name="lines" colspan="4"
|
||||
view_ids="sale_order.order_line_view_tree,sale_order.order_line_view_form"/>
|
||||
</form>
|
||||
<label name="total_order"/>
|
||||
<field name="total_order"/>
|
||||
</form>
|
Loading…
Reference in New Issue
Block a user