mirror of
https://github.com/bringout/oca-pos.git
synced 2026-04-26 08:21:59 +02:00
Move all OCA POS modules from oca-technical to dedicated oca-pos submodule
Reorganized 74 POS-related modules for better structure: - Moved all odoo-bringout-oca-pos-* packages from packages/oca-technical/ - Now organized in dedicated packages/oca-pos/ submodule - Includes payment, receipt, loyalty, order, product, and partner modules - Maintains all module functionality while improving project organization This creates a cleaner separation between general technical modules and Point of Sale specific functionality. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
3791451dc1
commit
377f346a99
2675 changed files with 93308 additions and 0 deletions
|
|
@ -0,0 +1,33 @@
|
|||
Products
|
||||
~~~~~~~~
|
||||
|
||||
On a product form, in the "Sales" tab, the "Can be Paid for by Meal Vouchers" checkbox controls whether the product can be paid for by meal vouchers.
|
||||
|
||||
.. figure:: ../static/description/product_product_form.png
|
||||
|
||||
Product categories can be configured to have a default value for the "Can be Paid for by Meal Vouchers" field for its products.
|
||||
The "Apply to All Products" button allows to set the value on all products of the category.
|
||||
|
||||
.. figure:: ../static/description/product_category_form.png
|
||||
|
||||
Point of Sale Payment Methods
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Point of sale payment methods (Point of Sale > Configuration > Payment Methods) have a "Meal Voucher Type" field that defines what type of meal voucher payment method they are:
|
||||
|
||||
* (empty): The payment method is not a meal voucher payment method.
|
||||
* **Paper**: The payment method will be used when scanning meal voucher barcodes.
|
||||
* **Electronic**: The payment method will be used for electronic meal vouchers.
|
||||
|
||||
.. figure:: ../static/description/pos_payment_method_form.png
|
||||
|
||||
Settings
|
||||
~~~~~~~~
|
||||
|
||||
This module adds a "Meal Vouchers" section in the point of sale settings (Point of Sale > Configuration > Settings, or Settings > Point of Sale) with several options:
|
||||
|
||||
* **Maximum Amount**: Optional maximum amount per order that can be paid by meal vouchers. Set to 0 to disable.
|
||||
* **Icon on Order Lines**: Whether to display an icon on point of sale order lines (on the product screen) for products that can be paid for by meal vouchers.
|
||||
* **Information on Receipt**: Whether to display an asterisk (*) on receipts before each product that can be paid for by meal vouchers as well as the total eligible amount.
|
||||
|
||||
.. figure:: ../static/description/pos_settings.png
|
||||
Loading…
Add table
Add a link
Reference in a new issue