odoo/openerp
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
..
addons Launchpad automatic translations update. 2011-07-01 04:54:28 +00:00
conf [FIX] forgot to add new file. 2011-04-29 09:50:30 +02:00
db [REF] openerp.modules 2011-04-20 17:27:18 +02:00
modules [MERGE] orm: _auto_init made of smaller methods, use a metaclass to discover new models. 2011-06-15 18:01:23 +02:00
osv [IMP] fields.function: removed method=True param, added docstring 2011-07-02 01:23:28 +02:00
pychart [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
report API docs: docstring for report/printscreen/ps_form.py 2011-06-23 12:04:57 +03:00
service [MERGE] docstrings improvements and preparation for api-doc structure 2011-07-02 01:19:56 +02:00
test [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
tools [MERGE] docstrings improvements and preparation for api-doc structure 2011-07-02 01:19:56 +02:00
wizard [REF] ir.ir_{set,get,del}: removed openerp.ir: 2011-05-19 14:27:52 +02:00
workflow API docs: settings file and titles at modules 2011-06-23 12:03:57 +03:00
.apidoc API doc: move settings file from bin/ to openerp/ 2011-06-23 12:08:07 +03:00
PKG-INFO [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
__init__.py [MERGE] moved around some code (preparing for some refactoring) (large diff). 2011-05-25 18:06:07 +02:00
import_xml.rng [IMP] tools.convert,rng: fixed support for <url> tag 2011-04-11 10:32:01 +02:00
loglevels.py [IMP] forgot to add loglevels.py and reexport 3 functions in tools.misc. 2011-02-08 10:24:58 +01:00
netsvc.py [MERGE] docstrings improvements and preparation for api-doc structure 2011-07-02 01:19:56 +02:00
pooler.py [LINT] removed unused variable, forgot to change two variables in last commit, corrected typo introduced at 3417.6.6. 2011-06-15 09:22:31 +02:00
release.py [MERGE] merged latest fixes from 6.0 - up to rev 3399 2011-04-11 12:13:27 +02:00
run_tests.py [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
sql_db.py API docs: settings file and titles at modules 2011-06-23 12:03:57 +03:00
tiny_socket.py API docs: settings file and titles at modules 2011-06-23 12:03:57 +03:00