Daily updates from Odoo
Thursday, August 1, 2019
2 changes · master
Enhancements to existing features
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