Daily updates from Odoo
Thursday, January 3, 2019
3 changes · master
Resolved issues and error corrections
The sales enterprise report now uses the proper invoice status type, matching how the field is defined elsewhere. This helps keep invoice reporting consistent and reduces the risk of incorrect status handling in sales data.
Original PR description
The invoice status should be a `Selection` field as defined everywhere else, not a `Char`. opw-1921679
An obsolete rule that referenced a field no longer used by subscriptions was removed. This prevents incorrect filtering behavior and helps keep subscription access rules aligned with the current data model.
Original PR description
The field `type` was removed in v10 when subscription and templates were split. This rule is not used anymore. opw-1920466
The Documents sidebar now shows only one “All” option instead of repeating it for each folder group. This reduces clutter and makes folder navigation clearer for users.
Original PR description
before this commit, a "all" selector was rendered for each folder clusters when only one "all" selector should be rendered. This commit fixes this issue, there is now only one "all" selector rendered for the whole documents sidebar.