-
- Downloads
[FIX] Install l10n_eu_service without chart template
When installing l10n_eu_service without a localization installed, a line fails
in the get_oss_tags function of res_company, thus halting the installation
and returning an error.
This fail is due to the function relying on the company in self having its
'chart_template_id' set, when this is not always the case.
Adding a failsafe to that function allows the installation of the module to
proceed in the event that the chart_template_id is not set.
opw-3291118
opw-3289913
closes odoo/odoo#120077
Signed-off-by:
Brice Bartoletti (bib) <bib@odoo.com>