-
Notifications
You must be signed in to change notification settings - Fork 70
[IMP] bar_industry: improve master / demo data #670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[IMP] bar_industry: improve master / demo data #670
Conversation
5075205
to
5fa4ce9
Compare
a944d32
to
ad7eeb4
Compare
ad7eeb4
to
8cc9f50
Compare
1ac8a86
to
0893875
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work @mega-odoo
94a56ae
to
d9332f2
Compare
680da05
to
af62776
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost there, thanks @mega-odoo
@@ -0,0 +1,12 @@ | |||
<?xml version='1.0' encoding='UTF-8'?> | |||
<odoo noupdate="1"> | |||
<record id="pos_restaurant.floor_main" model="restaurant.floor" forcecreate="1"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does that change anything from the default from the scenario? If not, I'd remove this file
@@ -0,0 +1,243 @@ | |||
<?xml version='1.0' encoding='UTF-8'?> | |||
<odoo noupdate="1"> | |||
<record id="pos_restaurant.table_01" model="restaurant.table" forcecreate="1"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same remark as for floor
5e12ace
to
da446d4
Compare
This commit adds new features for the bar_industry module, such as kiosk attendance, accept customer tips, POS rights for employees, price lists presets (Happy hour) and show product images, table booking. It also reworks data by adding employees, product's categories, pos category, products, partners, and shift templates. Replaced Paradise drink with First Company. TASK-4486017
- Add pricelist in pos. - add a some soft frink in products. - remove a floors and tables.
- add a floors. - update article.
- add a table and floors. - add a beer and tips cate in pos.
- remove one PO. - add a ice cube, lemon, 1 qty beer, mint in second PO.
- add a tax included in pos setting.
da446d4
to
46f8653
Compare
401fb3c
to
a0e34e1
Compare
- changes
a0e34e1
to
1fe4e82
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@robodoo r+ squash
Merge method set to squash. |
This commit adds new features for the bar_industry module, such as kiosk attendance, accept customer tips, POS rights for employees, price lists presets (Happy hour) and show product images, table booking. It also reworks data by adding employees, product's categories, pos category, products, partners, and shift templates. Replaced Paradise drink with First Company. TASK-4486017 closes #670 Signed-off-by: Vallaeys Valentin (vava) <[email protected]>
This commit adds new features for the bar_industry module, such as kiosk attendance, accept customer tips, POS rights for employees, price lists presets (Happy hour) and show product images, table booking. It also reworks data by adding employees, product's categories, pos category, products, partners, and shift templates. Replaced Paradise drink with First Company. TASK-4486017 closes #1038 Forward-port-of: #670 Signed-off-by: Vallaeys Valentin (vava) <[email protected]>
This commit adds new features for the bar_industry module, such as kiosk attendance, accept customer tips, POS rights for employees, price lists presets (Happy hour) and show product images, table booking. It also reworks data by adding employees, product's categories, pos category, products, partners, and shift templates. Replaced Paradise drink with First Company. TASK-4486017 closes #1037 Forward-port-of: #670 Signed-off-by: Vallaeys Valentin (vava) <[email protected]>
This commit adds new features for the bar_industry module, such as kiosk attendance, accept customer tips, POS rights for employees, price lists presets (Happy hour) and show product images, table booking.
It also reworks data by adding employees, product's categories, pos category, products, partners, and shift templates.
Replaced Paradise drink with First Company.
TASK-4486017