Wednesday, May 19, 2021
3 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
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.