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
File "/odoo/custom/addons/pos_debt_notebook/models.py", line 28, in _get_debt
res = {}
File "/odoo/odoo-server/openerp/sql_db.py", line 139, in wrapper
return f(self, *args, **kwargs)
File "/odoo/odoo-server/openerp/sql_db.py", line 218, in execute
res = self._obj.execute(query, params)
IndexError: tuple index out of range
=> (debt_account.id, tuple(self.ids)))
I need only this module and i will adapt it with the new version POS, i have a smart idea.
The text was updated successfully, but these errors were encountered:
Develoman
changed the title
Branch master 9: IndexError: tuple index out of range
Branch master 9: IndexError: tuple index out of range and POS solution in master version
Mar 2, 2016
Hi @yelizariev ,
i get this Error!
=> (debt_account.id, tuple(self.ids)))
I need only this module and i will adapt it with the new version POS, i have a smart idea.
The text was updated successfully, but these errors were encountered: