Thursday, August 3, 2017
3 changes
Enhancements to existing features
Gamification emails were simplified and made more relevant by using dedicated templates for personal progress and rankings. Users now receive clearer, more personalized information, improving engagement with challenges and goals.
Original PR description
Task: https://www.odoo.com/web#id=30824&view_type=form&model=project.task&menu_id=5200
Bank statement reconciliation now keeps the Validate action available when matching payments that are only partially covered, including cases with write-offs or multiple invoices. This helps accounting users complete common reconciliation scenarios without getting blocked by a disappearing validation option.
Original PR description
Description of the issue/feature this PR addresses: Task: https://www.odoo.com/web?#id=23384&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.db72802e994db6b560d148055f64b521 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
Adds SAT-recognized three-letter country codes to country records for Mexican electronic invoicing. This helps Odoo include the correct foreign customer country code in CFDI, external trade, and payslip documents when required by Mexican tax rules.
Original PR description
The field `l10n_mx_edi_code` was added in `res.country` to indicate the country code that the SAT assign in your catalog by each country. The code is based on ISO 3166-1 alpha-3. CFDI version 3.3 and complements as External Trade version 1.1 & Payslip version 1.2 require the country code in the receiver address when the country is different to Mexico. The SAT provide the countries catalog with 3 characters and [Odoo field](https://goo.gl/wg9Vkb) have in the code field `size=2`. Attribute definition: https://goo.gl/Qk40op Atributo condicional para registrar la clave del país de residencia para efectos fiscales del receptor del comprobante, cuando se trate de un extranjero, y que es conforme con la especificación ISO 3166-1 alpha-3 Field help in Odoo: help='The ISO country code in two chars. \nYou can use this field for quick search.' By this reason is added the new field and is loaded the data with this attribute.