Thursday, September 8, 2022
8 changes · master
Enhancements to existing features
This update makes the Project app easier to use by repositioning an important task conflict filter where users are more likely to find it. It also adds an optional worksheet template column in shared sub-task lists, giving teams more context when reviewing field service work.
Original PR description
Purpose of this PR to improve generic usage of project app. So, in this PR done following changes: - move 'conflict_task' filter position above 'tasks_due_today'. - added optional field in project_sharing_view sub-task list view 'worksheet_template_id'. task - 2889829
The Documents app now makes folder and tag actions easier to find from the search panel by replacing the old double-click behavior with a settings menu. Users can quickly edit, create, or delete items from this menu, and switching workspaces in grouped views no longer causes an error.
Original PR description
This commit is another iteration on the edit from search panel feature in the documents app. Instead of having to double click on the folder/tag the plus has been replaced with a cog which will open a popover with multiple options like edit create and delete. TaskId-2971448
This update renames UK-related localization references to GB to align with the official ISO country code standard. It helps keep country-specific reporting and payment configuration consistent with international naming conventions, with minimal expected business impact.
Original PR description
Rename "uk" instances to "gb" in order to respect norm ISO 3166-1 alpha-2 code Task: 2373769
Recruitment reports have been updated to be easier to understand, with clearer guidance and more logical graph scales. This helps hiring teams interpret report data faster and make better-informed recruitment decisions.
Original PR description
taskID 2900388
Down payment invoices now keep the same tax field behavior as the original sales order when showing TaxCloud-related tax details. This helps ensure tax breakdowns remain consistent and easier to review during invoicing.
Original PR description
Set attr same as parent in "tax_id" override Task: 2678531
Payroll payslip line and worked-days line editing screens have been updated to a newer interface framework. This should help keep payroll views easier to maintain while preserving the existing payroll editing experience for users.
Original PR description
Converts payslip_line_one2many field. Converts worked_days_line_one2many field. Converts payslip_edit_lines_form view. task-2971404
The Knowledge app removes redundant database indexing on article members. This keeps the underlying data structure simpler and can reduce unnecessary maintenance overhead without changing user-facing behavior.
Original PR description
- duplicate: knowledge_article_member_article_partner_idx, knowledge_article_member_unique_article_partner - article_id unnecessary as it's covered by knowledge_article_member_unique_article_partner
The document accounting demo data now links the reconciliation request activity type to the right business model. This helps ensure reconciliation-related activities are categorized correctly and behave more consistently for users.
Original PR description
Task: 2963861 Signed-off-by: maximilien(malb) <malb@odoo.com>