odoo/openerp/osv
Olivier Dony ce0d89e7e7 [IMP] fields.function: removed method=True param, added docstring
The 'method' param was quite useless, as 100% of functions
fields were using method=True. In addition, there is no need
to distinguish methods and functions, as methods are unbound
and passed as function objects in the declaration of a function
field, so they only need a proper signature.
Finally, docstring was added for fields.function class,
based on current doc from developer book (in preparation of
future API doc).
(A fix in addons follows, getting rid of all the useless
method=True params there too).

bzr revid: odo@openerp.com-20110701232328-flgxulxva70vnyxr
2011-07-02 01:23:28 +02:00
..
__init__.py API docs: settings file and titles at modules 2011-06-23 12:03:57 +03:00
expression.py [MERGE] docstrings improvements and preparation for api-doc structure 2011-07-02 01:19:56 +02:00
fields.py [IMP] fields.function: removed method=True param, added docstring 2011-07-02 01:23:28 +02:00
orm.py [MERGE] docstrings improvements and preparation for api-doc structure 2011-07-02 01:19:56 +02:00
osv.py API docs: settings file and titles at modules 2011-06-23 12:03:57 +03:00
query.py API docs: settings file and titles at modules 2011-06-23 12:03:57 +03:00