Friday, May 3, 2019
3 changes · master
Resolved issues and error corrections
The project tag previously shown as "NeedAssistance" is corrected to "Need Assistance". This improves readability and consistency for users working with project tags.
Original PR description
Description of the issue/feature this PR addresses: - Task: https://www.odoo.com/web#id=1891795&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 - Pad: https://pad.odoo.com/p/r.2fd926d0585e983d48873801ed19c701 Current behavior before PR: There is a tag named as "NeedAssistance". Desired behavior after PR is merged: There will be a tag named as "Need Assistance". -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update fixes a typo in the Accounting area and refreshes related translation text files. The change is minor and helps keep wording consistent for users across languages.
Original PR description
fixed typo models.py
This fix prevents an error when opening an employee's private address form after installing the HR and city address features. It ensures the partner form includes the needed parent address reference so users can edit private address details without disruption.
Original PR description
Steps to reproduce: - Install hr and base_address_city - Edit an employee - In private info, set a private address - Open private address form from the employee form Traceback because parent_id is undefined. The base_address_city module override a part of res.partner view form to change the city readonly modifier. This override adds a domain in which appears parent_id, but the field is not present in the view. Related commit 526bfca3afc2dc4bcc2565912705be4cf738267d 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