Daily updates from Odoo
Thursday, August 1, 2019
8 changes
Enhancements to existing features
Purchase order lines now automatically use the planned date entered on the purchase order, helping buyers keep delivery schedules consistent without manually updating each line. The old bulk date button is removed, and line dates remain editable only when no overall planned date is set.
Original PR description
task : https://www.odoo.com/web#id=2032417&action=333&active_id=966&model=project.task&view_type=form&menu_id=4720 pad : https://pad.odoo.com/p/r.fda3cacae6d8e949acc4f90f7f444fda Description of the issue/feature this PR addresses: 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
Manufacturing teams can now display Google Slides directly inside work center and work order screens. This makes it easier for shop floor users to view instructions or supporting materials without leaving Odoo.
Original PR description
Description of the issue/feature this PR addresses: task: https://www.odoo.com/web?#id=1909010&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 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 update makes the system logging screens easier to read and use by removing clutter, improving layout, and dropping search options that did not provide value. It helps administrators review log information more efficiently without changing the underlying logging behavior.
Original PR description
Description of the issue/feature this PR addresses: The `ir.logging` views are not structured, miss elements and have not needed values. Current behavior before PR: - The tree view shows literally…
Description of the issue/feature this PR addresses: The `ir.logging` views are not structured, miss elements and have not needed values. Current behavior before PR: - The tree view shows literally all fields making it a cluttered view. - The search view has empty domains set which add no value. - The form view misses the `<sheet>` parameter, was badly layouted and had no group name/strings or logic. Desired behavior after PR is merged: - Clean tree view. Before:  After:  - The search view no longer has empty and non-usable domains - The form view has the `<sheet>` parameter and is now nicely layouted. It also has two groups with names for clean xpaths and data separation. Before:  After:  - The XML file is nicely formatted and indented -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update removes obsolete references to deprecated API decorators from the developer documentation. It helps keep guidance accurate and reduces confusion for teams maintaining or extending Odoo.
Original PR description
Those two decorators are removed/deprecated since recent commits but some references remained in the documentation. api.guess and api.noguess is deprecated and removed since https://github.com/odoo/odoo/commit/c552fb7a618afe2feea2e0358ead9eb6ebff0c94 **Current behavior before PR:** Outdated decorators **Desired behavior after PR is merged:** No longer the outdated decorators -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update refreshes Luxembourg accounting templates to align with the 2020 standard chart of accounts and replaces the older monthly VAT report with the latest version. It helps Luxembourg companies use more current statutory accounting and tax reporting structures, with English as the base language and French and German translations included.
Original PR description
- Update the CoA for 2020 - Add the most recent monthly tax report instead of the old one with the new tax model - Base language English (multilang translation in fr and de) hsh and rgo co-authored opw-1917932 Description of the issue/feature this PR addresses: 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
The purchasing product form now uses a clearer “Vendor Prices” section name and allows vendor price lines to be edited more easily with dropdown field selection. This should make purchase onboarding and vendor pricing setup simpler for users.
Original PR description
**Description of the issue/feature this PR addresses:** Task:https://www.odoo.com/web#id=2029380&action=327&model=project.task&view_type=form&menu_id=4720 Pad:https://pad.odoo.com/p/r.033eca3b9e0fa87a4c631c82ba21fcf9 **Description** Made tree view of vendors editable and added dropdown to select fields. Modified section name in purchase tab on product form. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Shortcut buttons on records were standardized across several Odoo apps so they behave more consistently. This helps users navigate related information with clearer context and avoids creating related records where it should not be allowed.
Original PR description
Pad:https://pad.odoo.com/p/r.a539473706deabca72f72e98f60b751f Task::https://www.odoo.com/web?debug=assets#id=2024467&action=333&active_id=967&model=project.task&view_type=form&menu_id=4720
Odoo removes the old customer and supplier labels from contacts so users can find the right partner when creating documents. This reduces confusion and duplicate contacts while updating related business apps to keep partner choices relevant.
Original PR description
Purpose ======= Fields `customer` and `supplier` on `res.partner` are mostly used in domains of many2x fields. Those domains can confuse end users because they don't see the partner they are looking for; and it's not obvious why. This can lead to duplicated partners: the user does not find one, so he creates a new one. Specification ============= Adapt Enterprise modules for removal of the mentioned fields. Community PR: https://github.com/odoo/odoo/pull/34524 Task: 2031147