Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vava-odoo committed Sep 27, 2024
1 parent c12112f commit fcbaa86
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion beverage_distributor/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
'data/ir_default.xml',
'data/product_public_category.xml',
'data/pos_category.xml',
'data/pos_config.xml',
'data/account_tax.xml',
'data/product_category.xml',
'data/product_template.xml',
Expand All @@ -52,6 +51,7 @@
'data/ir_model_data.xml',
'data/ir_attachment_post.xml',
'data/res_config_settings.xml',
'data/pos_config.xml',
],
'demo': [
'demo/website.xml',
Expand All @@ -78,4 +78,5 @@
],
'license': 'OPL-1',
'author': 'Odoo S.A.',
'images': ['images/main.png'],
}
1 change: 1 addition & 0 deletions beverage_distributor/data/pos_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<odoo noupdate="1">
<record id="pos_config_beverage_distributor" model="pos.config">
<field name="name">My Beverages Shop</field>
<field name="available_pricelist_ids" eval="[Command.link(ref('product_pricelist_1')), Command.link(ref('product_pricelist_2'))]"/>
<field name="iface_available_categ_ids" eval="[Command.link(ref('pos_category_1')), Command.link(ref('pos_category_2')), Command.link(ref('pos_category_3')), Command.link(ref('pos_category_4')), Command.link(ref('pos_category_5')), Command.link(ref('pos_category_6')), Command.link(ref('pos_category_7')), Command.link(ref('pos_category_8')), Command.link(ref('pos_category_9'))]"/>
</record>
</odoo>
4 changes: 4 additions & 0 deletions beverage_distributor/data/product_pricelist.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<odoo noupdate="1">
<record id="product_pricelist_1" model="product.pricelist">
<field name="sequence">10</field>
<field name="name">Default</field>
</record>
<record id="product_pricelist_2" model="product.pricelist">
<field name="sequence">11</field>
<field name="name">B2B</field>
Expand Down
1 change: 0 additions & 1 deletion beverage_distributor/data/product_product_package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@
}]"/>
</function>
</odoo>

Binary file added beverage_distributor/images/main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added beverage_distributor/static/description/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit fcbaa86

Please sign in to comment.