** Changed in: openobject-addons
Status: Confirmed => In Progress
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/703836
Title:
[Trunk] hr_expense: Invoice button not working
Status in OpenObject Addons Modules:
In Progress
Bug description:
Hello,
I have this error in my new db with latest code.
File "/home/mra/workspace/openobject-server/bin/workflow/wkf_expr.py", line
58, in _eval_expr
ret = eval(line, env, nocopy=True)
File "/home/mra/workspace/openobject-server/bin/tools/safe_eval.py", line
281, in safe_eval
return eval(test_expr(expr,_SAFE_OPCODES, mode=mode), globals_dict,
locals_dict)
File "", line 1, in <module>
File "/home/mra/workspace/openobject-server/bin/osv/orm.py", line 181, in
<lambda>
return lambda *args, **argv: attr(self._cr, self._uid, [self._id], *args,
**argv)
File "/home/mra/workspace/openobject-addons/hr_expense/hr_expense.py", line
159, in action_invoice_create
acc =
exp.employee_id.address_home_id.partner_id.property_account_payable.id
AttributeError: 'NoneType' object has no attribute 'id'
thanks
mra
_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help : https://help.launchpad.net/ListHelp