openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #24411
[Bug 1208074] [NEW] [account][model hr.expense.expense][def action_receipt_create] ref should be trimmed to 64 chars
Public bug reported:
[account][model hr.expense.expense][def action_receipt_create] ref
should be trimmed to 64 chars
http://bazaar.launchpad.net/~openerp/openobject-
addons/7.0/view/head:/hr_expense/hr_expense.py#L261
instead of:
'ref': exp.name
it should be:
'ref': exp.name[64:]
not doing so will cause errors when creating the account.move.line
records to account.move.
Regards.
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1208074
Title:
[account][model hr.expense.expense][def action_receipt_create] ref
should be trimmed to 64 chars
Status in OpenERP Addons (modules):
New
Bug description:
[account][model hr.expense.expense][def action_receipt_create] ref
should be trimmed to 64 chars
http://bazaar.launchpad.net/~openerp/openobject-
addons/7.0/view/head:/hr_expense/hr_expense.py#L261
instead of:
'ref': exp.name
it should be:
'ref': exp.name[64:]
not doing so will cause errors when creating the account.move.line
records to account.move.
Regards.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1208074/+subscriptions
Follow ups
-
[Bug 1208074] Re: [account][model hr.expense.expense][def action_receipt_create] ref should be trimmed to 64 chars
From: Martin Trigaux (OpenERP), 2013-10-08
-
[Bug 1208074] Re: [account][model hr.expense.expense][def action_receipt_create] ref should be trimmed to 64 chars
From: Martin Trigaux (OpenERP), 2013-10-08
-
[Bug 1208074] Re: [account][model hr.expense.expense][def action_receipt_create] ref should be trimmed to 64 chars
From: Martin Trigaux (OpenERP), 2013-10-08
-
[Bug 1208074] Re: [account][model hr.expense.expense][def action_receipt_create] ref should be trimmed to 64 chars
From: Olivier Dony (OpenERP), 2013-10-08
-
[Bug 1208074] Re: [account][model hr.expense.expense][def action_receipt_create] ref should be trimmed to 64 chars
From: Launchpad Bug Tracker, 2013-10-08
-
[Bug 1208074] Re: [account][model hr.expense.expense][def action_receipt_create] ref should be trimmed to 64 chars
From: hbto [Vauxoo] http://www.vauxoo.com, 2013-08-12
-
[Bug 1208074] Re: [account][model hr.expense.expense][def action_receipt_create] ref should be trimmed to 64 chars
From: Foram Katharotiya (OpenERP), 2013-08-06
-
[Bug 1208074] Re: [account][model hr.expense.expense][def action_receipt_create] ref should be trimmed to 64 chars
From: hbto [Vauxoo] http://www.vauxoo.com, 2013-08-05
-
[Bug 1208074] Re: [account][model hr.expense.expense][def action_receipt_create] ref should be trimmed to 64 chars
From: Foram Katharotiya (OpenERP), 2013-08-05
-
[Bug 1208074] Re: [account][model hr.expense.expense][def action_receipt_create] ref should be trimmed to 64 chars
From: Naresh(OpenERP), 2013-08-05
-
[Bug 1208074] [NEW] [account][model hr.expense.expense][def action_receipt_create] ref should be trimmed to 64 chars
From: hbto [Vauxoo] http://www.vauxoo.com, 2013-08-03
References