Sunday, March 16, 2025
3 changes · saas-18.2
Enhancements to existing features
The Point of Sale apps were updated to support Belgian restaurant certification requirements. This affects restaurant sales flows including staff work status, online payments, self-ordering, receipts, and reporting so businesses can operate in line with local compliance rules.
Original PR description
pos*: point_of_sale, pos_hr, pos_loyalty, pos_online_payment_self_order, pos_restaurant, pos_self_order In this commit, we adapt the point of sale modules to be compliant with the belgian restaurant certification. Enterprise PR: https://github.com/odoo/enterprise/pull/81348 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Point of Sale restaurant workflows have been updated to meet Belgian certification requirements while allowing more sales channels and order options. Businesses can now use QR ordering without online payment, adjust product prices in the cart, and support online payment, kiosk, self-order, combo, and improved work in/out flows under the certified setup.
Original PR description
pos*: pos_blackbox_be, pos_restaurant_preparation_display, pos_self_order_iot, pos_urban_piper
In this commit, we adapt the point of sale modules to be compliant with
the belgian restaurant certification.
A summary of the changes since last version:
- QR ordering: QR code ordering is available without online payment.
Just a simple ordering configuration.
- Price can be changed: The price of a product can be changed in the
cart.
- online payment
- kiosk
- self
- error handling
- work in out flow
- support combo
Community PR: https://github.com/odoo/odoo/pull/201578Miscellaneous changes
In order to determine if the vat provided is for an autonomo (freelancer) or a juridical person (company), we checked 8 digits and a letter for the freelancer, but NIEs that start with X/Y/Z are also freelancers, so we added that option in the regex. opw-4616635 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-
Original PR description
In order to determine if the vat provided is for an autonomo (freelancer) or a juridical person (company), we checked 8 digits and a letter for the freelancer, but NIEs that start with X/Y/Z are also freelancers, so we added that option in the regex. opw-4616635 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#201620