Wednesday, April 20, 2016
5 changes · master
Enhancements to existing features
The VAT validation module was reorganized and migrated to Odoo's newer internal framework. This keeps the feature easier to maintain while preserving company and customer VAT-related settings and checks.
Original PR description
Task: https://www.odoo.com/web?#id=12344&view_type=form&model=project.task&action=327 Pad: https://pad.odoo.com/p/r.pFfdOfjWAuNOhpWI
The user account status label now says "Confirmed" instead of "Activated" after a user has logged in at least once. This avoids confusion with the separate active/inactive control used to enable or disable accounts.
Original PR description
Description of the issue/feature this PR addresses: - Active state confusing Task: https://www.odoo.com/web#id=23432&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad:https://pad.odoo.com/p/r.5f3fe9638588d9373696206831c26b3d Current behavior before PR: - If you active or deactivate a user with the stat button, its status still says "Activated", which is confusing for user because status is not linked to it. Desired behavior after PR is merged: - If you active or deactivate a user with the stat button, its status shoulds be "confirmed". ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr …e or inactive, the stage is always 'activated' which is confusing for the user.
Resolved issues and error corrections
This fixes incorrect account classifications in the generic and Thailand chart of accounts, including how cost of goods sold is categorized. The correction helps financial reports place expenses in the right category, improving accounting accuracy for affected companies.
This fixes a misconfiguration in the U.S. chart of accounts used by financial reports. The correction helps ensure accounting reports are based on the right setup, reducing the risk of confusing or inaccurate report output for U.S. companies.
Original PR description
opw:674632
Code cleanup and technical improvements
The Project app has been migrated to Odoo's newer internal framework. This should not change day-to-day workflows, but it helps keep the module easier to maintain and compatible with ongoing platform improvements.