Initial import from Docker volume

This commit is contained in:
root
2025-12-26 13:11:43 +00:00
commit 4998dc066a
13336 changed files with 1767801 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
<?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="name"/>
<field name="name"/>
<group col="-1" colspan="2" id="checkboxes">
<label name="tax_included"/>
<field name="tax_included"/>
<label name="active"/>
<field name="active"/>
<!-- Add other checkboxes here -->
</group>
<label name="company"/>
<field name="company"/>
<newline/>
<label name="unit"/>
<field name="unit"/>
<label name="price"/>
<field name="price"/>
<notebook colspan="4">
<page name="lines">
<field name="lines" colspan="4"
view_ids="product_price_list.price_list_line_view_tree_sequence"/>
</page>
</notebook>
</form>

View File

@@ -0,0 +1,19 @@
<?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="price_list"/>
<field name="price_list" colspan="3"/>
<label name="sequence"/>
<field name="sequence"/>
<newline/>
<label name="category"/>
<field name="category"/>
<label name="product"/>
<field name="product"/>
<label name="quantity"/>
<field name="quantity"/>
<separator id="formula" colspan="4"/>
<label name="formula"/>
<field name="formula" colspan="3"/>
</form>

View File

@@ -0,0 +1,11 @@
<?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>
<field name="price_list" expand="1"/>
<field name="sequence" optional="1"/>
<field name="category" expand="1"/>
<field name="product" expand="1"/>
<field name="quantity"/>
<field name="formula" expand="1" optional="0"/>
</tree>

View File

@@ -0,0 +1,10 @@
<?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 sequence="sequence">
<field name="price_list" expand="1"/>
<field name="category" expand="1"/>
<field name="product" expand="1"/>
<field name="quantity"/>
<field name="formula" expand="1" optional="0"/>
</tree>

View File

@@ -0,0 +1,8 @@
<?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>
<field name="name" expand="1"/>
<field name="tax_included" optional="1"/>
<field name="unit" optional="1"/>
</tree>