-
- Downloads
[FIX] l10n_de, l10n_mx, l10n_nl: bad command sent to ORM
When we get the existing tags to append them a new id, we don't get a list of id but a list of tuple with one id, this only append if you have more than one accounting of these country installed, as the first time it will return an empty list. So the command sent to the ORM, is not built correctly. To fix this we just append commands '4' that will be append in a list.
Showing
- addons/l10n_de/models/chart_template.py 2 additions, 2 deletionsaddons/l10n_de/models/chart_template.py
- addons/l10n_mx/models/chart_template.py 2 additions, 2 deletionsaddons/l10n_mx/models/chart_template.py
- addons/l10n_nl/models/account_chart_template.py 2 additions, 2 deletionsaddons/l10n_nl/models/account_chart_template.py
Please register or sign in to comment