Add brach 7.4, fields orde.line and xmls
This commit is contained in:
14
view/order_form.xml
Normal file
14
view/order_form.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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. -->
|
||||
<form>
|
||||
<label name="party"/>
|
||||
<field name="party"/>
|
||||
<label name="pickup_location"/>
|
||||
<field name="pickup_location"/>
|
||||
<notebook colspan="4">
|
||||
<page string="Order Lines" col="1" id="line">
|
||||
<field name=""/>
|
||||
</page>
|
||||
</notebook>
|
||||
</form>
|
||||
7
view/order_tree.xml
Normal file
7
view/order_tree.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?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" expand="1"/>
|
||||
<field name="pickup_location" expand="1"/>
|
||||
</tree>
|
||||
Reference in New Issue
Block a user