Daily updates from Odoo
Thursday, August 8, 2019
2 changes
Code cleanup and technical improvements
The calendar view has been redesigned to be clearer and easier to use across desktop and mobile. Users now get a cleaner event display with richer popovers, better colors, avatar-based filters, and the ability to accept or decline meetings directly from the calendar.
Original PR description
Description of the issue/feature this PR addresses: * Task: https://www.odoo.com/web#id=1919926&action=327&model=project.task&view_type=form&menu_id=4720 * Pad: https://pad.odoo.com/p/r.d207f05e4960d92d908271af8256ece3 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
The Mexican electronic invoicing setup now stores the issuer's tax regime on the company rather than on fiscal positions. This helps ensure CFDI documents include the required issuer tax regime and reduces signing errors caused by missing information.
Original PR description
It is used to fill MX XML CFDI field: "Comprobante.Emisor.RegimenFiscal"
It is moved to company since that it is a field just for "Emisor", "Emisor" is the company.
It is moved from "fiscal_position" because of, see the following discussion:
- https://github.com/odoo/enterprise/pull/4763
It changes reduce the following error signing a MX XML CFDI:
- (":5:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element '{http://www.sat.gob.mx/cfd/3}Emisor': The attribute 'RegimenFiscal' is required but missing.")