Daily updates from Odoo
Friday, April 5, 2019
8 changes
Enhancements to existing features
The Sales order form now gives the terms and conditions area more readable space. This makes it easier for users to review and edit important contractual text without struggling with a cramped field.
Original PR description
Issue : https://www.odoo.com/web#id=1950799&action=333&active_id=1278&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/openerp-project.task-PDCZXBF223 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
A new JavaScript helper makes it easier to start guided tours in automated tests, matching an existing server-side helper. This improves consistency for developers maintaining Odoo tests while having no direct impact on day-to-day users.
Original PR description
As a start_tour helper was added on the python side (PR #32316), a javascript helper was needed as suggested on the PR.
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.
Users will now see records only for the company they are currently working in, rather than also seeing records from subsidiary companies. This reduces confusion in multi-company setups and makes company-specific data access clearer across many Odoo apps.
Original PR description
**Description of the issue/feature this PR addresses**:
- Task: https://www.odoo.com/web#id=1957193&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720
- Pad: https://pad.odoo.com/p/r.f49b8ad8a3dc4f9ef94a1ea4ddf5c628
**Description:**
-By default users can see records of their company only.
-They can no longer see records of child companies as it was confusing before.
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prSales orders that contain only service products no longer show delivery-related buttons such as adding shipping costs or recomputing delivery prices. This keeps the order screen cleaner and avoids actions that are not relevant when no physical goods need shipping.
Original PR description
Hide button delivery when no consumable or storable products in the SO Avoid showing useless buttons on SO Task : https://www.odoo.com/web#id=1940491&action=327&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/r.9ba25b413b62a73b6808e2dec019218e -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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.
Website users creating a new product can now fill in the product sales description directly from the website. A clear placeholder explains that this description will also appear on related backend documents such as sales orders and invoices.
Original PR description
Description of the issue/feature this PR addresses: - Task : https://www.odoo.com/web#id=1951231&action=327&model=project.task&view_type=form&menu_id=4720 - Pad : https://pad.odoo.com/p/r.1871ef34e4f6446d470cfd643452d63e Current behavior before PR: - Product description placeholder was not there while creating new product from website. Desired behavior after PR is merged: - Added product description placeholder while creating new product from website. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr