Add brach 7.4, fields orde.line and xmls

This commit is contained in:
2025-01-25 11:33:24 -05:00
parent de6b2e3c14
commit b3b74c1f69
6 changed files with 109 additions and 3 deletions

14
view/order_form.xml Normal file
View 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
View 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>