Friday, October 11, 2024
6 changes
1 change
Enhancements to existing features
The Ecuador point-of-sale electronic invoicing data now includes ordering information for SRI payment methods. This helps keep payment options displayed or processed in a consistent, expected sequence for users.
Original PR description
related: https://github.com/odoo/odoo/pull/181035 task-4107994
4 changes
Enhancements to existing features
Point of Sale users now have a clear discard button when entering numbers in popup dialogs. This makes it easier to cancel unwanted input and reduces the chance of applying accidental changes during POS workflows.
Original PR description
In this commit: =============== A discard button for the NumberPopup Dialogue is added in the footer. Task- 4210911
1 change
Enhancements to existing features
This update improves the French translation in the accounting module by refining a key phrase. The message "Vous avez lettré 2 transactions dans 45 secondes" has been corrected to "Vous avez lettré 2 transactions en 45 secondes" for better grammar and clarity. This ensures French-speaking users see more natural and professional language when using the accounting features.
Original PR description
In this context, the sentence seems better phrased with "en" rather than "dans": - Vous avez lettré 2 transactions dans 45 secondes. Becomes: - Vous avez lettré 2 transactions en 45 secondes. Forward-Port-Of: odoo/enterprise#70449
The Point of Sale closing popup now arranges its action buttons in a clearer two-line layout on mobile screens. This makes the closing workflow easier to use on smaller devices and reduces cramped or awkward button wrapping.
Original PR description
Changed the buttons in the closing_popup for mobile view to be in two lines with container grid view instead of flex-wrap --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
On smaller point of sale screens, opening the cart now keeps the on-screen numpad hidden by default. This gives cashiers more room to review the cart and reduces visual clutter during checkout.
Original PR description
-When the UI is small and we open the cart, deselect the orderline so that the numpad remain down task-id: 4167563
The UrbanPiper integration now shows the meal type field in the product list by default after installation. Users can still hide this option if it is not needed, making product setup clearer while keeping the view flexible.
Original PR description
In this commit: ------------------- - We have added meal type option in product template list view, by default shown when we install urban_piper but we will be able to hide from options. task- 4075159