Skip to content

Commit

Permalink
[13.0] [IMP] report_aeroo: add tools to the context in aeroo reports.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomacr authored and jjscarafia committed Jun 17, 2021
1 parent 6ce997a commit 8b92178
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions report_aeroo/report_parser.py
Expand Up @@ -23,6 +23,7 @@

from odoo import release as odoo_release
from odoo import api, models, fields
from odoo import tools as tools
from odoo.tools import file_open, frozendict
from odoo.tools.translate import _, translate
from odoo.tools.misc import formatLang as odoo_fl
Expand Down Expand Up @@ -448,6 +449,7 @@ def barcode(
'fields': fields,
'company': self.env.company,
'barcode': barcode,
'tools': tools,
}
self.localcontext.update(ctx)
self._set_lang(self.company.partner_id.lang)
Expand Down

0 comments on commit 8b92178

Please sign in to comment.