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,



_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help   : https://help.launchpad.net/ListHelp

Reply via email to