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"/>
|
<field name="product"/>
|
||||||
<label name="quantity"/>
|
<label name="quantity"/>
|
||||||
<field name="quantity"/>
|
<field name="quantity"/>
|
||||||
|
<label name="unitprice"/>
|
||||||
|
<field name="unitprice"/>
|
||||||
<label name="total_amount"/>
|
<label name="total_amount"/>
|
||||||
<field name="total_amount"/>
|
<field name="total_amount"/>
|
||||||
</group>
|
</group>
|
||||||
|
@ -4,5 +4,6 @@ this repository contains the full copyright notices and license terms. -->
|
|||||||
<tree>
|
<tree>
|
||||||
<field name="product"/>
|
<field name="product"/>
|
||||||
<field name="quantity"/>
|
<field name="quantity"/>
|
||||||
|
<field name="unitprice"/>
|
||||||
<field name="total_amount"/>
|
<field name="total_amount"/>
|
||||||
</tree>
|
</tree>
|
@ -10,4 +10,6 @@ this repository contains the full copyright notices and license terms. -->
|
|||||||
<field name="date"/>
|
<field name="date"/>
|
||||||
<field name="lines" colspan="4"
|
<field name="lines" colspan="4"
|
||||||
view_ids="sale_order.order_line_view_tree,sale_order.order_line_view_form"/>
|
view_ids="sale_order.order_line_view_tree,sale_order.order_line_view_form"/>
|
||||||
|
<label name="total_order"/>
|
||||||
|
<field name="total_order"/>
|
||||||
</form>
|
</form>
|
Loading…
Reference in New Issue
Block a user