You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I got an error when trying to print Manufacturing Order Report in MRP module at smile_decimal_precision/report/ir_qweb.py, it says Error to render compiling AST KeyError: 'digits', looks like there is no digits key in self.env, wouldn't be better to check if digits key available first?
Hi,
I got an error when trying to print Manufacturing Order Report in MRP module at
smile_decimal_precision/report/ir_qweb.py
, it saysError to render compiling AST KeyError: 'digits'
, looks like there is nodigits
key inself.env
, wouldn't be better to check ifdigits
key available first?odoo_addons/smile_decimal_precision/report/ir_qweb.py
Line 11 in 3ad7f33
Using: Odoo v11.0 CE.
The text was updated successfully, but these errors were encountered: