Commit Graph

12 Commits

Author SHA1 Message Date
Florent Xicluna 1ef81548ba [REF] additional cleanup after vmt's logging refactoring.
bzr revid: florent.xicluna@gmail.com-20120208142248-p63odfqo673yqqml
2012-02-08 15:22:48 +01:00
Vo Minh Thu a83bf232ee [FIX] openerp.wizard: forgot to remove the stacklevel kwarg.
bzr revid: vmt@openerp.com-20120125142702-msp38vncnrv9hvcs
2012-01-25 15:27:02 +01:00
Vo Minh Thu 283304f9a2 [IMP] warnings: turn warnings.warn into logging.warning:
Warnings are handled with the other logs (and not always sent to stderr),
they also appear under a module __name__ channel instead of py.warn.
The disadvantage is that there is no longer specific warnings,
such as pending deprecation warning or deprecation warning.

bzr revid: vmt@openerp.com-20120125132407-u33idc0qh7ecs1i5
2012-01-25 14:24:07 +01:00
Vo Minh Thu f057f2afa5 [IMP] openerp.loglevels: removed calls to openerp.loglevels.Logger().
bzr revid: vmt@openerp.com-20120124173017-c66z3kq11wmbrrke
2012-01-24 18:30:17 +01:00
Vo Minh Thu c7094ab49f [IMP] tools: removed our copy of the copy module.
bzr revid: vmt@openerp.com-20120118115743-ce6p993l8v2kqlux
2012-01-18 12:57:43 +01:00
Vo Minh Thu ccf788deef [FIX] wizard: typo.
bzr revid: vmt@openerp.com-20111201120643-ikr4v0piwpk0ydsu
2011-12-01 13:06:43 +01:00
Vo Minh Thu 717193750d [IMP] wizard: add little comment about wizards being deprecated.
bzr revid: vmt@openerp.com-20111201120413-x7hj54g1xced5xpa
2011-12-01 13:04:13 +01:00
Vo Minh Thu 42f388bfa9 [IMP] openerp.wizard: added deprecation warning as
wizards must be implemented using the TransientModel class.

bzr revid: vmt@openerp.com-20111129112032-urq2qno8yu1hfan8
2011-11-29 12:20:32 +01:00
Vo Minh Thu 40bde558c5 [REF] netsvc: removed abortResponse method.
bzr revid: vmt@openerp.com-20110729094122-8c2q2c1nx0x7jdmf
2011-07-29 11:41:22 +02:00
Vo Minh Thu e193912717 [REF] netsvc: removed exportMethod that was only used with the previously removed class LocalService.
bzr revid: vmt@openerp.com-20110728123916-cobk8vk2oktkidke
2011-07-28 14:39:16 +02:00
Vo Minh Thu aa554efa57 [REF] ir.ir_{set,get,del}: removed openerp.ir:
- the three functions provided in openerp.ir are simple wrappers around ir_values
- it is easier to directly use ir_values than to keep this module around.

bzr revid: vmt@openerp.com-20110519122752-s3wwq4pwl8wlbori
2011-05-19 14:27:52 +02:00
Vo Minh Thu f8572e5c60 [IMP] openerp python module.
- Some logging code moved from netsvc.py to loglevels.py
- Changed imports to use the new openerp module
- config and netsvc initialization calls move to openerp-server.py
- Moved openerp-server.py outside the old bin directory
- Some imports in tools moved inside the methods to break mutual-dependencies

bzr revid: vmt@openerp.com-20110207125723-ooee7d7ng5elmkso
2011-02-07 13:57:23 +01:00