Sunday, April 5, 2020
2 changes · master
Miscellaneous changes
### Description of the issue/feature this PR addresses: It allows to print invoices if just l10n_latam_invoice_document is installed ### Current behavior before PR: When printing an invoice using l10n_latam_invoice_document it crashes as res.partner does not have an attribute 'l10n_latam_identification_type_id' ### Desired behavior after PR is merged: Keeping the whole xpath is not needed as the VAT label is already considered in the account module: https://github.com/odoo/odoo/blob/13.0/ad
Original PR description
### Description of the issue/feature this PR addresses: It allows to print invoices if just l10n_latam_invoice_document is installed ### Current behavior before PR: When printing an invoice using l10n_latam_invoice_document it crashes as res.partner does not have an attribute 'l10n_latam_identification_type_id' ### Desired behavior after PR is merged: Keeping the whole xpath is not needed as the VAT label is already considered in the account module: https://github.com/odoo/odoo/blob/13.0/addons/account/views/report_invoice.xml#L10 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#45136
Show the identification type name instead of always show VAT in the customer information on the invoice report- This changes is required after merging https://github.com/odoo/odoo/pull/45136 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#48722
Original PR description
Show the identification type name instead of always show VAT in the customer information on the invoice report- This changes is required after merging https://github.com/odoo/odoo/pull/45136 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#48722