I want to install the Expense module and I am getting an error.
Traceback (most recent call last): File "/home/odoo/odoo/odoo/models.py", line 5849, in ensure_one _id, = self._ids ^^^^ ValueError: too many values to unpack (expected 1)
...
Raise ParseError('while parsing %s:%s, somewhere inside\n%s' % ( odoo.tools.convert.ParseError: while parsing /home/odoo/odoo/addons/hr_expense/data/hr_expense_data.xml:80, somewhere inside
How can I correct this?
I'm pull latest commits (13.07.2024) and still get same error.