openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #14458
[Bug 1036655] [NEW] purchase.onchange_product_id fields.date.context_today missing parameter
Public bug reported:
In purchase.py line #776: TypeError: context_today() takes at least 3 arguments (3 given)
Looking at other modules in the addons directory the method is called with 'self' as first argument. When I add self to the method call everything works ok.
** 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/1036655
Title:
purchase.onchange_product_id fields.date.context_today missing
parameter
Status in OpenERP Addons (modules):
New
Bug description:
In purchase.py line #776: TypeError: context_today() takes at least 3 arguments (3 given)
Looking at other modules in the addons directory the method is called with 'self' as first argument. When I add self to the method call everything works ok.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1036655/+subscriptions
Follow ups
References