Thursday, September 7, 2023
2 changes · master
New functionality added to Odoo
Thai localization now supports PromptPay QR codes on invoices, making it easier for customers in Thailand to pay quickly via supported banking apps. This improves invoice payment convenience and helps businesses streamline payment collection.
Original PR description
Impacted Version: - 17.0 and above This commit improve below features: - Add PromptPay QR code payment for invoice based on below github repository https://github.com/kittinan/thai-qr-payment task-3165449
Sales teams can now offer optional product add-ons as simple checkboxes, with each selected option adding its own extra price. This makes it easier to sell customizable extras without creating separate product variants, while keeping the selected options visible on sales documents.
Original PR description
Currently there is no efficient way to suggest extra-options to customers in PoS or eCommerce. Extra options should be easily selected by customers (or PoS waiters) with checkbox. Each checked option would add an extra-price to the product price and appear on tickets, receipts, invoices, kitchen display, ... This commit introduces a new type of attribute: multi-checkbox. This will not create product variants. A default extra-cost is defined at the attribute level, but it can be changed at the product level. The new attribute is available in Sales, not yet in eCommerce and PoS (will be in a future task). task-3256585