Daily updates from Odoo
Friday, April 5, 2019
4 changes · master
Enhancements to existing features
The Point of Sale app setup experience has been clarified with better labels, cleaner dashboard actions, and more consistent currency wording. Product category restrictions now behave more intuitively, helping businesses configure POS availability and default categories with less confusion.
Original PR description
task: https://www.odoo.com/web?#id=1925458&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 pad: https://pad.odoo.com/p/r.92c4ea2004c5c7eb0f4c2473346f319c - Improved…
task: https://www.odoo.com/web?#id=1925458&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 pad: https://pad.odoo.com/p/r.92c4ea2004c5c7eb0f4c2473346f319c - Improved description of point of sale application - Removed status from card like 'In Progress' and 'Unused' - Click on top-right corner of POS kanban card, it shows 'Sessions' and 'Sales Orders', now it will shows 'Orders' and 'Sessions'. (for usability purpose). - Improved Multi-Currencies wording same as invoicing - Removed 'Advanced Currencies Setup' from settings(when clicking on 'Multi-Currencies'). - Improved list view label on 'Point of Sale'. - Added 'PoS Product Categories' feature in 'Restrict Available Product Categories'. - In PoS config setting, 'Pos Interface' string is put instead of 'Order Interface'. - Filter and display issues were there when setting 'Currencies' from 'Multi-Currencies', now it is resolved. - String 'PoS Product categories' is put instead of 'PoS Category', as it seems meaningful. - 'Restrict Available Product Category' is ticked but any category is not selected (it means it is kept blank), then all categories are shown at POS screen. - Allow to set default category from the available categories. - 'iface_start_categ_domain_ids' field is removed because domain for 'iface_start_categ_id' is given directly in the model. So 'iface_start_categ_domain_ids' will not be required anymore.
When a product cost is changed through the Update Cost action, Odoo now records a note in the product chatter showing who made the change. This improves traceability for products using automated valuation with standard or average costing, helping teams audit cost updates more easily.
Original PR description
… log on the chatter. When the cost is changed via "Update Cost" button , there should be a log a note in the chatter so that we know who has updated the cost of the product. Log note should be loggen when the costing method & Valuation methods is either 1) Standard & Automated or 2) Average & Automated The message should be like : https://drive.google.com/file/d/1LOVlj20hbsYvZGIbSSHaa4UQRsjFk_vT/view?usp=drivesdk Task ID - 1924765 Description of the issue/feature this PR addresses: Task ID - https://www.odoo.com/web#id=1924765&action=327&model=project.task&view_type=form&menu_id=4720 Pad - https://pad.odoo.com/p/r.d89940f0508625a4566d9e183af09d60 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
This change brings website coupon and promotion capabilities into the Community edition and cleans up related naming, display, and configuration issues. Business users should see clearer promo code wording on the storefront, improved discount display in subtotals, and corrected menu/view behavior.
Resolved issues and error corrections
Email generation from templates now handles attachments and sender details more consistently across calendar, lead generation, Italian e-invoicing, and forum workflows. This reduces the risk of failed or inconsistent outgoing emails when templates add reports or when messages need a clear author and sender.