firs commit

This commit is contained in:
2023-06-24 09:56:25 -05:00
commit 8ae0930cb8
31 changed files with 1617 additions and 0 deletions

11
view/product_form.xml Normal file
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. -->
<data>
<xpath expr="//field[@name='salable']" position="after">
<label name="pizza"/>
<field name="pizza"/>
<label name="pizza_topping"/>
<field name="pizza_topping"/>
</xpath>
</data>