mirror of
https://github.com/bringout/oca-ocb-pos.git
synced 2026-04-21 08:22:00 +02:00
30 lines
622 B
Markdown
30 lines
622 B
Markdown
# Restaurant
|
|
|
|
|
|
|
|
This module adds several features to the Point of Sale that are specific to restaurant management:
|
|
- Bill Printing: Allows you to print a receipt before the order is paid
|
|
- Bill Splitting: Allows you to split an order into different orders
|
|
- Kitchen Order Printing: allows you to print orders updates to kitchen or bar printers
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-pos_restaurant
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
- point_of_sale
|
|
|
|
## Source
|
|
|
|
- Repository: https://github.com/OCA/OCB
|
|
- Branch: 19.0
|
|
- Path: addons/pos_restaurant
|
|
|
|
## License
|
|
|
|
This package preserves the original LGPL-3 license.
|