Daily updates from Odoo
Wednesday, January 4, 2017
4 changes · master
New functionality added to Odoo
Adds Mexican electronic accounting capabilities so companies can generate required XML reports for account catalogs, trial balances, and DIOT tax reporting. This helps businesses operating in Mexico meet local tax authority reporting requirements directly from Odoo Enterprise.
Enhancements to existing features
This update improves the wording shown for Pad settings after the configuration was moved to the general settings area. It helps users find and understand the Pad configuration more easily, with no functional change to the feature.
Original PR description
Description of the issue/feature this PR addresses: - Small improvement for pad settings info Task:https://www.odoo.com/web#id=30528&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.d5222d20b38fef683c7b562d6272d6be Current behavior before PR: - String in not proper. Desired behavior after PR is merged: - Improve the string of pad. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The accounting aged receivable and payable reporting logic was corrected to better reflect payment terms. This helps finance teams rely on more accurate customer and vendor aging information when tracking outstanding balances.
Original PR description
Task:https://www.odoo.com/web#id=28716&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad:https://pad.odoo.com/p/r.dba8a702a042b4585e96bb76a82ee442
Resolved issues and error corrections
When a country requires selecting cities from a predefined list, partner forms now show the city selector instead of the free-text city field. This helps users enter consistent address data without changing the form layout they already know.
Original PR description
Description of the issue/feature this PR addresses:
- [x] ~~[FIX] base_address_city: inherit `_fields_view_get_address` as private method~~
- ~~missing the underscore symbol when call method `fields_view_get_address`.~~
- [x] [FIX] base_address_city: inherit partner form view to enforce cities
- was removed the inherited to function _fields_view_get_address, and inherit a xml view to use the field country_enforce_cities to force use of city_id instead city. Keeping up the current design.
- [x] [FIX] base_address_extended: removed duplicated city field
Current behavior before PR:
- field `city_id` not show on partner form view after check enforce_cities on country
Desired behavior after PR is merged:
- replace `city` field by `city_id` in partner form view after check `enforce_cities` in selected country, without change current style
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr