Add fields kitchen and bar in form product

This commit is contained in:
cosmos
2023-08-11 18:05:25 -05:00
parent e18d857ed6
commit 4e0c39fd78
3 changed files with 10 additions and 0 deletions

View File

@@ -9,6 +9,10 @@
<field name="pizza_topping"/>
<label name="tip"/>
<field name="tip"/>
<label name="kitchen"/>
<field name="kitchen"/>
<label name="bar"/>
<field name="bar"/>
<newline/>
<label name="boms"/>
<field name="boms" xexpand="1"/>