first commit
This commit is contained in:
21
modules/product_attribute/view/attribute_form.xml
Normal file
21
modules/product_attribute/view/attribute_form.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?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="string"/>
|
||||
<field name="string"/>
|
||||
<label name="name"/>
|
||||
<field name="name"/>
|
||||
<label name="type_"/>
|
||||
<field name="type_"/>
|
||||
<label name="digits"/>
|
||||
<field name="digits"/>
|
||||
<label name="help" yalign="0"/>
|
||||
<field name="help" colspan="3" yexpand="0" height="80"/>
|
||||
<label name="selection" yalign="0"/>
|
||||
<field name="selection" yexpand="0" height="80"/>
|
||||
<label name="help_selection" yalign="0"/>
|
||||
<field name="help_selection" yexpand="0" height="80"/>
|
||||
<label name="selection_sorted" yalign="0"/>
|
||||
<field name="selection_sorted" yalign="0"/>
|
||||
</form>
|
||||
8
modules/product_attribute/view/attribute_list.xml
Normal file
8
modules/product_attribute/view/attribute_list.xml
Normal 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="string" expand="1"/>
|
||||
<field name="type_"/>
|
||||
<field name="name" tree_invisible="1"/>
|
||||
</tree>
|
||||
6
modules/product_attribute/view/attribute_list_simple.xml
Normal file
6
modules/product_attribute/view/attribute_list_simple.xml
Normal 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="string" expand="1"/>
|
||||
</tree>
|
||||
8
modules/product_attribute/view/attribute_set_form.xml
Normal file
8
modules/product_attribute/view/attribute_set_form.xml
Normal 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. -->
|
||||
<form>
|
||||
<label name="name"/>
|
||||
<field name="name"/>
|
||||
<field name="attributes" colspan="4" view_ids="product_attribute.attribute_view_list"/>
|
||||
</form>
|
||||
6
modules/product_attribute/view/attribute_set_list.xml
Normal file
6
modules/product_attribute/view/attribute_set_list.xml
Normal 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>
|
||||
13
modules/product_attribute/view/product_form.xml
Normal file
13
modules/product_attribute/view/product_form.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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="//field[@name='active']" position="after">
|
||||
<label name="attributes_name"/>
|
||||
<field name="attributes_name" colspan="5"/>
|
||||
</xpath>
|
||||
<xpath expr="/form/notebook/page[@id='attributes']/field[@name='attribute_set']"
|
||||
position="after">
|
||||
<field name="attributes" colspan="4"/>
|
||||
</xpath>
|
||||
</data>
|
||||
@@ -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="//field[@name='name']" position="after">
|
||||
<field name="attributes_name" expand="1" optional="1"/>
|
||||
<field name="attributes" tree_invisible="1"/>
|
||||
</xpath>
|
||||
</data>
|
||||
@@ -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="//field[@name='name']" position="after">
|
||||
<field name="attributes_name" expand="1" optional="1"/>
|
||||
<field name="attributes" tree_invisible="1"/>
|
||||
</xpath>
|
||||
</data>
|
||||
11
modules/product_attribute/view/product_tree.xml
Normal file
11
modules/product_attribute/view/product_tree.xml
Normal 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. -->
|
||||
<data>
|
||||
<xpath expr="//field[@name='name']" position="after">
|
||||
<field name="attributes_name" expand="1" optional="1"/>
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='attribute_set']" position="after">
|
||||
<field name="attributes" tree_invisible="1"/>
|
||||
</xpath>
|
||||
</data>
|
||||
11
modules/product_attribute/view/template_form.xml
Normal file
11
modules/product_attribute/view/template_form.xml
Normal 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. -->
|
||||
<data>
|
||||
<xpath expr="/form/notebook" position="inside">
|
||||
<page id="attributes" string="Attributes">
|
||||
<label name="attribute_set"/>
|
||||
<field name="attribute_set"/>
|
||||
</page>
|
||||
</xpath>
|
||||
</data>
|
||||
8
modules/product_attribute/view/template_tree.xml
Normal file
8
modules/product_attribute/view/template_tree.xml
Normal 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="//field[@name='type']" position="after">
|
||||
<field name="attribute_set" optional="1"/>
|
||||
</xpath>
|
||||
</data>
|
||||
Reference in New Issue
Block a user