Skip to content

Commit

Permalink
last fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vava-odoo committed Sep 30, 2024
1 parent a1a5341 commit 17b4a5d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions fitness/data/pos_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<field name="iface_tipproduct" eval="True"/>
<field name="iface_print_auto" eval="True"/>
<field name="ship_later" eval="True"/>
<field name="customer_display_type">local</field>
<field name="limit_categories">True</field>
<field name="down_payment_product_id" ref="pos_sale.default_downpayment_product"/>
</record>
Expand Down
8 changes: 4 additions & 4 deletions fitness/data/product_product.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<field name="image_1920" type="base64" file="fitness/static/src/binary/product_template/10-image_1920"/>
<field name="available_in_pos" eval="True"/>
<field name="service_type">manual</field>
<field name="type">consu</field>
<field name="is_storable" eval="True"/>
<field name="list_price">11.0</field>
</record>
<record id="product_product_12" model="product.product">
Expand All @@ -17,7 +17,7 @@
<field name="image_1920" type="base64" file="fitness/static/src/binary/product_template/12-image_1920"/>
<field name="available_in_pos" eval="True"/>
<field name="service_type">manual</field>
<field name="type">consu</field>
<field name="is_storable" eval="True"/>
<field name="list_price">55.0</field>
</record>
<record id="product_product_13" model="product.product">
Expand All @@ -27,7 +27,7 @@
<field name="image_1920" type="base64" file="fitness/static/src/binary/product_template/12-image_1920"/>
<field name="available_in_pos" eval="True"/>
<field name="service_type">manual</field>
<field name="type">consu</field>
<field name="is_storable" eval="True"/>
<field name="list_price">55.0</field>
</record>
<record id="product_product_14" model="product.product">
Expand All @@ -48,7 +48,7 @@
<field name="image_1920" type="base64" file="fitness/static/src/binary/product_template/11-image_1920"/>
<field name="available_in_pos" eval="True"/>
<field name="service_type">manual</field>
<field name="type">consu</field>
<field name="is_storable" eval="True"/>
<field name="list_price">2.5</field>
</record>
<record id="product_product_6" model="product.product">
Expand Down
2 changes: 1 addition & 1 deletion fitness/data/res_config_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
<field name="pos_use_pricelist" eval="True"/>
</record>

<!-- <function name="execute" model="res.config.settings" eval="[ref('res_config_settings_enable')]"/> -->
<function name="execute" model="res.config.settings" eval="[ref('res_config_settings_enable')]"/>
</odoo>

0 comments on commit 17b4a5d

Please sign in to comment.