← Back to team overview

openerp-india team mailing list archive

[Bug 1036655] Re: purchase.onchange_product_id fields.date.context_today missing parameter

 

Dear CT Matsumoto,

Good catch.

The attached merge proposal does the fix.

We investigated and found that only this module was forgotten for the
fix of adding self as the argument. All other files which do the usage
of context_today have been updated.

Thanks,
Serpent Consulting Services,
Jay Hind!

-- 
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):
  Fix Committed

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


References