Wednesday, May 19, 2021
4 changes · master
Resolved issues and error corrections
The Inventory Adjustments view now shows the correct action name. This removes a small labeling inconsistency, making the stock management interface clearer for users.
Original PR description
User correct name for action on Inventory Adjustments view. 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
Manufacturing orders can now be confirmed even when they have no components, and replenishment through manufacturing no longer requires a bill of materials. This prevents replenishment quantities from accumulating incorrectly in draft orders and supports simpler manufacturing flows.
Original PR description
This PR does 2 things: 1. Removes the component requirement for manufacturing orders to be confirmed (+all other non-draft states) 2. Removes the BoM requirement for replenishment via the manufacture route. Additional details for both implementations are in their respective commit files. Task: 2422698 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change fixes an installation error in the India localization module by placing the India-specific unit-of-measure code field in the correct view. Businesses using the India localization can install or update the module without this setup failure blocking configuration.
Original PR description
Traceback was occurring while installing the I10n_in module but installation was incomplete due to the same reason. However, the issue resolved in this commit by adding xpath to form view on relational field. Task - 2515007 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
Payslip validation has been corrected so users no longer encounter an unexpected error during payroll processing. This helps payroll teams complete validations more reliably and reduces interruptions in routine payroll work.
Original PR description
Fixes a traceback on payslip validation.