c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #13887
[Bug 707404] Re: [trunk][account] useless variable in button_confirm_bank
** Changed in: openobject-addons
Importance: Undecided => Low
** Changed in: openobject-addons
Status: New => Confirmed
** Changed in: openobject-addons
Assignee: (unassigned) => OpenERP R&D Addons Team 3 (openerp-dev-addons3)
--
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/707404
Title:
[trunk][account] useless variable in button_confirm_bank
Status in OpenERP Modules (addons):
Confirmed
Bug description:
addons: revno. 4380
Module account.
account_bank_statement.py#317 and account_bank_statement.py#358
A variable named 'done' was created and affected to take some ids.
Then this variable is not used.
Delete this one doesn't affect the module. So why not take off the
'done' variable ?
References