firs commit
This commit is contained in:
11
view/product_form.xml
Normal file
11
view/product_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="//field[@name='salable']" position="after">
|
||||
<label name="pizza"/>
|
||||
<field name="pizza"/>
|
||||
<label name="pizza_topping"/>
|
||||
<field name="pizza_topping"/>
|
||||
</xpath>
|
||||
</data>
|
||||
5
view/product_tree.xml
Normal file
5
view/product_tree.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?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>
|
||||
</data>
|
||||
10
view/sale_form.xml
Normal file
10
view/sale_form.xml
Normal 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="//field[@name='reference']" position="after">
|
||||
<label name="pizza_number"/>
|
||||
<field name="pizza_number"/>
|
||||
<button name="add_pizza"/>
|
||||
</xpath>
|
||||
</data>
|
||||
9
view/sale_line_form.xml
Normal file
9
view/sale_line_form.xml
Normal 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="//field[@name='product']" position="after">
|
||||
<label name="pizza"/>
|
||||
<field name="pizza"/>
|
||||
</xpath>
|
||||
</data>
|
||||
Reference in New Issue
Block a user