Friday, August 21, 2020
1 change · master
Features or functions removed from Odoo
This change removes an unnecessary duplicate country code field from Latin American invoicing journal settings. It prevents confusing installation warnings while keeping the same country information through the existing standard field.
Original PR description
task 360 --- ### Description of the issue/feature this PR addresses: This one is not needed thanks that we already have country_code field added to the account.journal model in account module. ### Current behavior before PR: We have this warning installing l10n_latam_invoice_document `2020-08-18 13:24:44,610 118 INFO latam odoo.modules.registry: module l10n_latam_invoice_document: creating or updating database tables 2020-08-18 13:24:44,761 118 WARNING latam odoo.addons.base.models.ir_model: Two fields (l10n_latam_country_code, country_code) of account.journal() have the same label: Country Code. ` ### Desired behavior after PR is merged: We do not have the warning -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr