[ADD] l10n_ar: generic changes to use in QR code
AFIP give us new resolution 4291 that request to print QR code in
printed version of electronic invoices. For that we:
1) update the xml report footer style
2) add generic method to sanitze the identification number we are
sending, the sanitize method is added here in order to be re used for
other functionalities across electronic invoice and reports. If we are
not able to sanitize the number then we show an error to the user
3) update translations to add new raise message translated term
closes odoo/odoo#65032
Related: odoo/enterprise#15947
Signed-off-by:
Josse Colpaert <jco@openerp.com>
Showing
- addons/l10n_ar/__manifest__.py 1 addition, 1 deletionaddons/l10n_ar/__manifest__.py
- addons/l10n_ar/i18n/es.po 34 additions, 0 deletionsaddons/l10n_ar/i18n/es.po
- addons/l10n_ar/i18n/l10n_ar.pot 34 additions, 0 deletionsaddons/l10n_ar/i18n/l10n_ar.pot
- addons/l10n_ar/models/res_partner.py 12 additions, 0 deletionsaddons/l10n_ar/models/res_partner.py
- addons/l10n_ar/views/report_invoice.xml 2 additions, 2 deletionsaddons/l10n_ar/views/report_invoice.xml
Loading
Please register or sign in to comment