Monday, April 27, 2026
2 changes · 18.0
Enhancements to existing features
This update introduces a new option within the Point of Sale (POS) settings that allows users to automatically calculate quantity based on product price, particularly for products with weight or volume measurements. Enabling this feature changes the behavior of the price button to set quantity instead, streamlining order entry for relevant products.
Original PR description
After this commit : - `Quantity Set By Prices` option in POS settings. - Applicable UoM Categories: Works for products with **_Weight or Volume_** units of measurement. - Toggle Option in POS Interface: An action button is used to enable/disable the feature during a session. - Modified Price Button Behavior: When enabled, the Price button sets quantity instead of price.
This update improves the process of receiving bills from the Polish tax authority (KSEF). Previously, XML files containing move data were automatically discarded after being processed. Now, these XML files are saved as attachments to the corresponding move records, allowing accountants to retain and manage them locally as required.
Original PR description
Description of the issue this commit addresses: When fetching the bills from ksef, the xml with the data about the move is received, parsed and then discarded but the XML can be required to be kept for longer than ksef keeps it so we are lacking a way for an accountant to download it and store it locally. --- Desired behavior after this commit is merged: When a move is fetched from ksef via an xml file, that file is put as an attachment on the move created with its data. --- task-6076505 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr