Initial import from Docker volume
This commit is contained in:
10
modules/product_classification_taxonomic/view/cultivar_form.xml
Executable file
10
modules/product_classification_taxonomic/view/cultivar_form.xml
Executable 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. -->
|
||||
<data>
|
||||
<xpath expr="/form" position="inside">
|
||||
<label name="taxon"/>
|
||||
<field name="taxon"/>
|
||||
<field name="groups" colspan="4"/>
|
||||
</xpath>
|
||||
</data>
|
||||
10
modules/product_classification_taxonomic/view/cultivar_group_form.xml
Executable file
10
modules/product_classification_taxonomic/view/cultivar_group_form.xml
Executable 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. -->
|
||||
<form>
|
||||
<label name="name"/>
|
||||
<field name="name"/>
|
||||
<label name="active"/>
|
||||
<field name="active"/>
|
||||
<field name="cultivars" colspan="4"/>
|
||||
</form>
|
||||
6
modules/product_classification_taxonomic/view/cultivar_group_list.xml
Executable file
6
modules/product_classification_taxonomic/view/cultivar_group_list.xml
Executable file
@@ -0,0 +1,6 @@
|
||||
<?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"/>
|
||||
</tree>
|
||||
8
modules/product_classification_taxonomic/view/cultivar_list.xml
Executable file
8
modules/product_classification_taxonomic/view/cultivar_list.xml
Executable 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. -->
|
||||
<data>
|
||||
<xpath expr="/tree/field[@name='rec_name']" position="after">
|
||||
<field name="taxon"/>
|
||||
</xpath>
|
||||
</data>
|
||||
9
modules/product_classification_taxonomic/view/taxon_form.xml
Executable file
9
modules/product_classification_taxonomic/view/taxon_form.xml
Executable file
@@ -0,0 +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. -->
|
||||
<data>
|
||||
<xpath expr="/form/group[@id='checkboxes']" position="after">
|
||||
<label name="rank"/>
|
||||
<field name="rank"/>
|
||||
</xpath>
|
||||
</data>
|
||||
8
modules/product_classification_taxonomic/view/taxon_list.xml
Executable file
8
modules/product_classification_taxonomic/view/taxon_list.xml
Executable 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. -->
|
||||
<data>
|
||||
<xpath expr="/tree/field[@name='rec_name']" position="after">
|
||||
<field name="rank"/>
|
||||
</xpath>
|
||||
</data>
|
||||
8
modules/product_classification_taxonomic/view/taxon_tree.xml
Executable file
8
modules/product_classification_taxonomic/view/taxon_tree.xml
Executable 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. -->
|
||||
<data>
|
||||
<xpath expr="/tree/field[@name='name']" position="after">
|
||||
<field name="rank"/>
|
||||
</xpath>
|
||||
</data>
|
||||
Reference in New Issue
Block a user