Monday, November 13, 2023
16 changes · master
Enhancements to existing features
The Knowledge app now ensures extra assets are included when rendering certain content areas. This helps pages display and behave more consistently for users without changing their workflow.
Features or functions removed from Odoo
The Social YouTube module no longer keeps an internal field for the YouTube likes ratio because it has already been removed from user-facing screens. This keeps the system aligned with the current interface and reduces unnecessary maintenance.
Original PR description
Purpose ======= The field youtube_likes_ratio has been removed from all views in stable, so we remove that field definition in master. Task-3549103
Miscellaneous changes
except for debug mode Forward-Port-Of: odoo/enterprise#50114
Original PR description
except for debug mode Forward-Port-Of: odoo/enterprise#50114
Original PR description
Forward-Port-Of: odoo/enterprise#49869
Replace it by a server action. The purpose is to lighten the picking from view Forward-Port-Of: odoo/enterprise#49844
Original PR description
Replace it by a server action. The purpose is to lighten the picking from view Forward-Port-Of: odoo/enterprise#49844
[REF] account_reports: ignore session boolean (backport of 2ff76e8 , needed to solve a bug) Account reports save options into the session so users don't lose them when reloading the page.To prevent some reports to use those session options we used the 'ignore_session' variable. The 'ignore_session' could have 3 values: - 'read' to prevent the reading of session options - 'write' to prevent the writing of session options - 'both' to prevent reading and writing of session options
Original PR description
[REF] account_reports: ignore session boolean (backport of 2ff76e8 , needed to solve a bug) Account reports save options into the session so users don't lose them when reloading the page.To prevent…
[REF] account_reports: ignore session boolean (backport of 2ff76e8 , needed to solve a bug) Account reports save options into the session so users don't lose them when reloading the page.To prevent some reports to use those session options we used the 'ignore_session' variable. The 'ignore_session' could have 3 values: - 'read' to prevent the reading of session options - 'write' to prevent the writing of session options - 'both' to prevent reading and writing of session options The thing is that there is not real usage for those 3 cases. In practice, the session options are completely ignored (read and write) or never ignored. The distinction between 'read' and 'write' is then useless. This all means that we can simplify that variable by making it a boolean instead. closes #46128 ========================================================== [FIX] account_reports: allow assigning values to filters of the tax report when coming from the dashboard shortcut The tax report can be opened from the dashboard, using a shortcut link displayed for each closing move to post. When opened this way, trying to modify a filter on the report never worked. This happened because the dashboard link uses ignore_session in its related action. With this key, the options are never restored from the session. Since 16.4 and the introduction of sections, the session is however always used to reload the options after any filter assignation. Because of that, loadReportOptions always returned the original options of the report, and modifying a filter manually never had any effect. When coming from the menu item, ignore_session was not used, and the bug didn't occur. We solve that by changing the meaning of ignore_session and simplifying it: it will now forbid reading options from the session when the report is opened, and nothing more. This means that when opening a report with ignore_session=True, changing some filters, and then opening it again from another action without ignore_session, the options will still be restored. We consider it overall clearer for the user anyway: we always restore the options of the last time the report was opened within the current http session, ignoring the path followed by the user. Forward-Port-Of: odoo/enterprise#50421 Forward-Port-Of: odoo/enterprise#50385
Before this commit, the position of the dialog of the split tools was incorect, leading to the dialog taking half of the window. Solution : forcing the dialog to be fixed and not relative. Forward-Port-Of: odoo/enterprise#50355
Original PR description
Before this commit, the position of the dialog of the split tools was incorect, leading to the dialog taking half of the window. Solution : forcing the dialog to be fixed and not relative. Forward-Port-Of: odoo/enterprise#50355
When having tax unit enabled with more than one company, clicking on the button for the closing entry will redirect to a tree view where the "posted" filter is put by default. But in this cas we don't want it since all the moves are in draft. This commit will remove the 'search_default_posted' from the context when having multiple moves. task: 3580453 Forward-Port-Of: odoo/enterprise#50362 Forward-Port-Of: odoo/enterprise#50048
Original PR description
When having tax unit enabled with more than one company, clicking on the button for the closing entry will redirect to a tree view where the "posted" filter is put by default. But in this cas we don't want it since all the moves are in draft. This commit will remove the 'search_default_posted' from the context when having multiple moves. task: 3580453 Forward-Port-Of: odoo/enterprise#50362 Forward-Port-Of: odoo/enterprise#50048
Community PR: https://github.com/odoo/odoo/pull/138062 Tests were run with the link zws in the way, which in real-life circumstances would have been cleaned away. This commit removes the zws for testing purposes. Forward-Port-Of: odoo/enterprise#50304 Forward-Port-Of: odoo/enterprise#49602
Original PR description
Community PR: https://github.com/odoo/odoo/pull/138062 Tests were run with the link zws in the way, which in real-life circumstances would have been cleaned away. This commit removes the zws for testing purposes. Forward-Port-Of: odoo/enterprise#50304 Forward-Port-Of: odoo/enterprise#49602
Updated po file to consider the rename to Peruvian reports Forward-Port-Of: odoo/enterprise#48743 Forward-Port-Of: odoo/enterprise#48276
Original PR description
Updated po file to consider the rename to Peruvian reports Forward-Port-Of: odoo/enterprise#48743 Forward-Port-Of: odoo/enterprise#48276
Community: https://github.com/odoo/odoo/pull/141655 Forward-Port-Of: odoo/enterprise#50484
Original PR description
Community: https://github.com/odoo/odoo/pull/141655 Forward-Port-Of: odoo/enterprise#50484
The commit modifies links on anchors. The commit also cleans up logging and unused props. Forward-Port-Of: odoo/enterprise#49819
Original PR description
The commit modifies links on anchors. The commit also cleans up logging and unused props. Forward-Port-Of: odoo/enterprise#49819
This commit brings the height of grouped totals rows back to their original value before it was wrongly modified by https://github.com/odoo/enterprise/pull/47981 task-3558040 Forward-Port-Of: odoo/enterprise#50025
Original PR description
This commit brings the height of grouped totals rows back to their original value before it was wrongly modified by https://github.com/odoo/enterprise/pull/47981 task-3558040 Forward-Port-Of: odoo/enterprise#50025
Corrects typos found when translating Odoo 17. Community: https://github.com/odoo/odoo/pull/140627 Forward-Port-Of: odoo/enterprise#49981
Original PR description
Corrects typos found when translating Odoo 17. Community: https://github.com/odoo/odoo/pull/140627 Forward-Port-Of: odoo/enterprise#49981
Before this commit, the search view in studio was still the old one After this commit, the search view in studio is like the new one Forward-Port-Of: odoo/enterprise#49906
Original PR description
Before this commit, the search view in studio was still the old one After this commit, the search view in studio is like the new one Forward-Port-Of: odoo/enterprise#49906
Forward-Port-Of: odoo/enterprise#50244
Original PR description
Forward-Port-Of: odoo/enterprise#50244