Friday, August 7, 2020
5 changes · master
Enhancements to existing features
Website editors can now choose whether individual columns should appear on mobile screens. This gives businesses more control over mobile page layouts, helping them simplify content for smaller devices without affecting desktop views.
Original PR description
This PR attempts to add an editor snippet option to allow to toggle visibility on mobile viewport (when a column targeted in editor). Task ID 2308828
Accounting localization modules are now grouped into clearer categories such as chart of accounts, EDI, point of sale, purchases, reporting, and sales. This makes it easier for users to find and install the right fiscal localization packages from accounting settings.
This change removes outdated code from the Time Off reporting area that no longer has any effect. Privacy protection for leave descriptions remains in place through newer safeguards, so users should not see a functional change.
Original PR description
_read_from_database was removed in the ormpocalypse of 13.0 . It was used in hr leaves report to make leave name (holding description) anonymous for people not belonging to HR groups. That way people havign access to hr.leave model but not member of hr groups could not read leave description as it is considered as private information. Since 13.0 _read_from_database has been removed. A security has been added in read_group itself, preventing to try to read name through read_group. In this commit we therefore simply remove dead code as the feature itself is still alive. Task ID-2285881
Updates the website editor panel with refined colors, typography, dropdowns, controls, and snippet previews to make page editing feel clearer and more consistent. It also removes outdated snippet thumbnail handling and reuses shared button and link styling for easier maintenance.
Original PR description
Task [2309613](https://www.odoo.com/web#id=2309613&action=333&active_id=967&model=project.task&view_type=form&cids=1&menu_id=4720)
We have a new hierarchy:
* Accounting
* [Generic, not changed]
* Localization
* Account Chart
* Check
* EDI
* Point of Sale
* Purchase
* Reporting
* Sale
This helps in displaying only the chart of accounts when clicking on
"Install more Packages" from the accounting settings in the Fiscal
Localization section.
We can also refine the search in the _auto_install_l10n post init hook
of account.
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prThis update reorganizes many country-specific accounting and localization add-ons into clearer module categories. It helps businesses and administrators find the right localization features more easily without changing core accounting behavior.
Original PR description
Task [2309613](https://www.odoo.com/web#id=2309613&action=333&active_id=967&model=project.task&view_type=form&cids=1&menu_id=4720) Community PR: https://github.com/odoo/odoo/pull/55384