Wednesday, July 26, 2023
1 change · master
New functionality added to Odoo
Businesses can now define combo-style products, such as meals with selectable options, from the back office. This lays the groundwork for point of sale and self-ordering flows to offer bundled product choices more easily.
Original PR description
In this PR we introduce the ability to create product combos. Now any product can be turned into a combo meal by defining the different combo choices it contains. In this PR, we add the backend logic and the backoffice views needed for this feature. Afterwards, different modules will be able to use the platform provided by this PR in order to integrate `product combos` in their flows. Such modules are the `point_of_sale` and `pos_self_order`. Task: 3430635 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr