Thursday, November 2, 2023
5 changes · master
Resolved issues and error corrections
The manufacturing order list now hides detailed duration fields that were not needed in the standard view. The bill of materials overview also keeps component availability hidden by default, showing it only when accessed from the manufacturing forecast, which makes the screens easier to read for everyday users.
Original PR description
This commit fixes: - hide `read_duration` and `expected_duration` in MO list view. - hide `component availability` by default in bom overview, unless if coming from mrp forecast. task-3547356 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
When an employee is created from a recruitment applicant, the applicant's address is now carried over automatically. This reduces missing employee information and avoids extra manual data entry for HR teams.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Employee created from applicant is not provided Address field. Desired behavior after PR is merged: Employee created from applicant is provided Address field. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The sales pivot view no longer fails when users open it. This fixes an incorrect grouping reference so teams can analyze sales data without encountering an error.
Original PR description
When opening the pivot view in the sale module, a stop iteration error occurred due to an incorrect groupby name. This PR resolves the issue by using the correct field name. TaskID: [3555252](https://www.odoo.com/web#id=3555252&cids=2&menu_id=4720&action=333&active_id=2328&model=project.task&view_type=form) Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The web interface now handles invalid domain filters more gracefully instead of showing an error traceback. Foldable domain fields also display invalid filters consistently with the domain selector, reducing user confusion.
Original PR description
This commit fixes an issue with the domain field where a traceback would be launched when an invalid domain is received. It also changes how invalid domains are displayed in foldable domain fields to match their display inside the domain selector.
This change moves a Luxembourg monthly declaration field to the reporting module where its required report setup is available. It prevents payroll declaration tests and related workflows from failing when the payroll module references reporting-only functionality.
Original PR description
Issus on several tests in test_monthly_declaration.py due to account_representative_id called in l10n_lu_hr_payroll. This field depends on action report installed with l10n_lu_reports.