TIP: You can type at any time to perform a new search.
Point Of Sale - Meal Voucher
pos_meal_voucher · OCA/pos
- Repository
- OCA/pos · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Point of Sale
- Folder size
- 0.43 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/pos
- Last tracking update
- 2026-08-07 08:09:20
- Authors
- Odoo Community Association (OCA), GRAP
- Maintainers
- Odoo Community Association (OCA), GRAP
- Committers
- OCA-git-bot, hugues de keyzer
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
pos_payment_method_view_form |
pos.payment.method | form | Inherits point_of_sale.pos_payment_method_view_form | |
res_config_settings_view_form |
res.config.settings | form | Inherits point_of_sale.res_config_settings_view_form | |
view_product_category |
product.category | form | Inherits product.product_category_form_view | |
view_product_template |
product.template | form | Inherits point_of_sale.product_template_form_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (9)
New fields (1)
-
typeSelectionondelete={'meal_voucher_payment': 'set default'}selection_add=[('meal_voucher_payment', 'Meal Voucher Payment')]
No public methods.
New fields (4)
-
enable_meal_voucher_order_lines_iconBooleandefault=Truestring='Meal Voucher Icon on Order Lines' -
enable_meal_voucher_receipt_infoBooleanstring='Meal Voucher Information on Receipt' -
has_meal_voucher_payment_methodBooleancompute='_compute_has_meal_voucher_payment_method' -
max_meal_voucher_amountMonetarycurrency_field='currency_id'string='Meal Voucher Maximum Amount'
No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (1)
-
meal_voucher_typeSelectionselection=[('paper', 'Paper'), ('electronic', 'Electronic')]
No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (1)
-
meal_voucher_okBooleanhelp='If checked, the products of this category will be marked as "Can be Paid for by Meal Vouchers" by default.'string='Can be Paid for by Meal Vouchers'
-
button_apply_meal_voucher_settings(self)
New fields (0)
No new fields.
Public methods (1)-
onchange_categ_id_pos_meal_voucher(self)@api.onchange('categ_id')
New fields (1)
-
meal_voucher_okBooleanhelp='Check this box if the product can be paid for by meal vouchers.'string='Can be Paid for by Meal Vouchers'
-
create(self, vals_list)@api.model_create_multi -
onchange_categ_id_pos_meal_voucher(self)@api.onchange('categ_id')
New fields (3)
-
pos_enable_meal_voucher_order_lines_iconBooleanreadonly=Falserelated='pos_config_id.enable_meal_voucher_order_lines_icon' -
pos_enable_meal_voucher_receipt_infoBooleanreadonly=Falserelated='pos_config_id.enable_meal_voucher_receipt_info' -
pos_max_meal_voucher_amountMonetaryreadonly=Falserelated='pos_config_id.max_meal_voucher_amount'
No public methods.
Loading…