Fix: Add fields adress mobile
This commit is contained in:
@@ -5,5 +5,5 @@ this repository contains the full copyright notices and license terms. -->
|
||||
<field name="product"/>
|
||||
<field name="quantity"/>
|
||||
<field name="unitprice"/>
|
||||
<field name="total_amount"/>
|
||||
<field name="total_amount" />
|
||||
</tree>
|
||||
@@ -6,6 +6,10 @@ this repository contains the full copyright notices and license terms. -->
|
||||
<field name="party"/>
|
||||
<label name="pickup_location"/>
|
||||
<field name="pickup_location"/>
|
||||
<label name="order_adress"/>
|
||||
<field name="order_adress"/>
|
||||
<label name="order_mobile"/>
|
||||
<field name="order_mobile"/>
|
||||
<label name="date"/>
|
||||
<field name="date"/>
|
||||
<field name="lines" colspan="4"
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<tree keyword_open="1">
|
||||
<field name="party"/>
|
||||
<tree>
|
||||
<field name="party" />
|
||||
<field name="pickup_location"/>
|
||||
<field name="date"/>
|
||||
<field name="date" />
|
||||
<field name="total_order" width="200" />
|
||||
</tree>
|
||||
|
||||
Reference in New Issue
Block a user