Skip to content

Commit 11da849

Browse files
committed
Cleanup commit -2
- Add pricelist in pos. - add a some soft frink in products. - remove a floors and tables.
1 parent 68e5732 commit 11da849

File tree

5 files changed

+8
-28
lines changed

5 files changed

+8
-28
lines changed

bar_industry/__manifest__.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
'name': 'Bar & Pub',
3-
'version': '1.0',
3+
'version': '1.1',
44
'category': 'Hospitality',
55
'depends': [
66
'account_followup',
@@ -21,19 +21,17 @@
2121
'data/res_partner.xml',
2222
'data/hr_department.xml',
2323
'data/hr_employee.xml',
24+
'data/product_category.xml',
25+
'data/product_pricelist.xml',
2426
'data/pos_config.xml',
2527
'data/res_config_settings.xml',
2628
'data/ir_attachment_pre.xml',
2729
'data/project_task_type.xml',
28-
'data/product_category.xml',
2930
'data/project_project.xml',
3031
'data/planning_role.xml',
31-
'data/product_pricelist.xml',
3232
'data/pos_category.xml',
3333
'data/uom_uom.xml',
3434
'data/product_product.xml',
35-
'data/restaurant_floor.xml',
36-
'data/restaurant_table.xml',
3735
'data/knowledge_cover.xml',
3836
'data/knowledge_article.xml',
3937
'data/knowledge_article_favorite.xml',

bar_industry/data/pos_config.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
<field name="basic_employee_ids" eval="[(6, 0, [ref('hr_employee_5'), ref('hr_employee_6')])]"/>
1010
<field name="advanced_employee_ids" eval="[(6, 0, [ref('hr.employee_admin'), ref('hr_employee_4')])]"/>
1111
<field name="show_product_images" eval="True"/>
12+
<field name="available_pricelist_ids" eval="[(6, 0, [ref('product_pricelist_2')])]"/>
1213
</record>
1314
</odoo>

bar_industry/data/restaurant_floor.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

bar_industry/data/restaurant_table.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

bar_industry/demo/product_product.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
<record id="pos_restaurant.minute_maid" model="product.product" forcecreate="1">
1414
<field name="categ_id" ref="product_category_7"/>
1515
</record>
16-
<record id="pos_restaurant.espresso" model="product.product" forcecreate="1">
16+
<!-- <record id="pos_restaurant.espresso" model="product.product" forcecreate="1">
1717
<field name="categ_id" ref="product_category_7"/>
18-
</record>
18+
</record> -->
1919
<record id="pos_restaurant.green_tea" model="product.product" forcecreate="1">
2020
<field name="categ_id" ref="product_category_7"/>
2121
</record>
22-
<record id="pos_restaurant.milkshake_banana" model="product.product" forcecreate="1">
22+
<!-- <record id="pos_restaurant.milkshake_banana" model="product.product" forcecreate="1">
2323
<field name="categ_id" ref="product_category_7"/>
24-
</record>
24+
</record> -->
2525
<record id="pos_restaurant.ice_tea" model="product.product" forcecreate="1">
2626
<field name="categ_id" ref="product_category_7"/>
2727
</record>
@@ -32,4 +32,3 @@
3232
<field name="categ_id" ref="product_category_7"/>
3333
</record>
3434
</odoo>
35-

0 commit comments

Comments
 (0)