Merge lp://staging/~sylvain-legal/openerp-pos/7.0_pos_restaurant into lp://staging/openerp-pos

Proposed by Sylvain LE GAL (GRAP)
Status: Needs review
Proposed branch: lp://staging/~sylvain-legal/openerp-pos/7.0_pos_restaurant
Merge into: lp://staging/openerp-pos
Prerequisite: lp://staging/~sylvain-legal/openerp-pos/7.0_pos_second_header
Diff against target: 1799 lines (+1692/-0)
19 files modified
__init__.py (+23/-0)
__openerp__.py (+69/-0)
demo/pos_table.yml (+102/-0)
demo/sale_shop.yml (+24/-0)
i18n/fr.po (+210/-0)
model/__init__.py (+25/-0)
model/pos_order.py (+63/-0)
model/pos_table.py (+61/-0)
model/sale_shop.py (+40/-0)
security/ir_model_access.yml (+48/-0)
security/ir_module_category.yml (+26/-0)
security/ir_rule.yml (+27/-0)
security/res_groups.yml (+35/-0)
static/src/css/pr.css (+158/-0)
static/src/js/pr.js (+440/-0)
static/src/xml/pr.xml (+136/-0)
view/action.xml (+33/-0)
view/menu.xml (+34/-0)
view/view.xml (+138/-0)
To merge this branch: bzr merge lp://staging/~sylvain-legal/openerp-pos/7.0_pos_restaurant
Reviewer Review Type Date Requested Status
OpenERP Community Reviewer/Maintainer Pending
Review via email: mp+228822@code.staging.launchpad.net

Commit message

[ADD] Add new module to manage restaurant informations in Point Of Sale

Description of the change

This module add extra-features for point of Sale module related to restaurant.
For the time being, it adds:
- pos_table model to select the table of the customers;
- a field in pos_order to select the number of covers;

That features are available in back-end AND front-end views.

Nota:
- depends on pos_second_header module, not merged yet;
- This module has demo data, you can test it easily with populated database;

Flake8: OK.

Thanks for your reviews.

To post a comment you must log in.
Revision history for this message
Sylvain LE GAL (GRAP) (sylvain-legal) wrote :

Project has moved into github.
https://github.com/odoo-pos/odoo-pos/tree/7.0

review: Disapprove (obsolete)

Unmerged revisions

1. By Sylvain LE GAL (GRAP)

[ADD] Add new module to manage restaurant informations in Point Of Sale

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches