c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #06055
[Bug 530219] Re: Missing context in unlink description
I'ts been fixed since the ORM methods have been documented using the
docstrings in the source code.
** Changed in: openobject-doc
Status: New => Fix Released
--
Missing context in unlink description
https://bugs.launchpad.net/bugs/530219
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenERP Documentation: Fix Released
Bug description:
Hi
in this page http://doc.openerp.com/developer/2_5_Objects_Fields_Methods/methods.html
in unlink definition, there's missing context
def unlink(self, cr, uid, ids)
must be
def unlink(self, cr, uid, ids, context={})
Regards,