Commit Graph

223 Commits

Author SHA1 Message Date
Olivier Dony cc81a21ab8 [MERGE] latest 6.0 fixes
bzr revid: odo@openerp.com-20110719113630-dvhg0cvh59r0oiiq
2011-07-19 13:36:30 +02:00
P. Christeas 025c77b6a2 API docs: docstring for report/printscreen/ps_form.py
bzr revid: xrg@linux.gr-20110623090457-m9tjszds4jg8m010
2011-06-23 12:04:57 +03:00
P. Christeas 8cfb7dae73 API docs: docstrings, module titles
bzr revid: xrg@linux.gr-20110623090457-y5o7pd5y1ltpo9t9
2011-06-23 12:04:57 +03:00
P. Christeas cf6e623f7d API docs: settings file and titles at modules
bzr revid: xrg@linux.gr-20110623090357-nazly8vpfnw0iskr
2011-06-23 12:03:57 +03:00
fp 6758ee6133 [IMP] report engine: added possibility to use styles on TR tag
bzr revid: qdp-launchpad@openerp.com-20110614082711-l5cvbvm405h247ek
2011-06-14 10:27:11 +02:00
Yogesh (OpenERP) 218544018e [FIX] fix problem of field type=datetime then set date=True in formatLang method it print only date.
lp bug: https://launchpad.net/bugs/791117 fixed

bzr revid: ysa@tinyerp.com-20110609084550-nbe8qqfb2t536iv7
2011-06-09 14:15:50 +05:30
Vo Minh Thu 358f6881f3 [REF] openerp/report/render/render.py: removed silly main() method, rewrote french comment in english.
bzr revid: vmt@openerp.com-20110531152711-49kyo4xhtak3r874
2011-05-31 17:27:11 +02:00
Yogesh (OpenERP) af3779a9e2 [IMP] improve code.
bzr revid: ysa@tinyerp.com-20110530120638-g2m63j8fnrgt1q0t
2011-05-30 17:36:38 +05:30
Yogesh (OpenERP) f168826044 [IMP] improve code.
bzr revid: ysa@tinyerp.com-20110530115941-kur59d11l6d4xq3h
2011-05-30 17:29:41 +05:30
Yogesh (OpenERP) a5e9795ed1 [FIX] __init__ metho store value in string format in float_format class.
bzr revid: ysa@tinyerp.com-20110530114350-lp27vh30y45zsmp8
2011-05-30 17:13:50 +05:30
Yogesh (OpenERP) 9c1d85e298 [FIX] method __str__ returns floating point value instead of string in report_sxw.py file
lp bug: https://launchpad.net/bugs/723662 fixed

bzr revid: ysa@tinyerp.com-20110530110621-2bgxi79fyx6e9y0g
2011-05-30 16:36:21 +05:30
Nimesh (Open ERP) fe230bbb6d [fix] improvement in trml2pdf.py for the image
bzr revid: nco@tinyerp.com-20110530090335-7lamm1fbnalkrhlh
2011-05-30 14:33:35 +05:30
Vo Minh Thu 2f6dff7690 [MERGE] moved around some code (preparing for some refactoring) (large diff).
bzr revid: vmt@openerp.com-20110525160607-45pq13910rduijkk
2011-05-25 18:06:07 +02:00
Vo Minh Thu 6d0f31fbd1 [MERGE] don't assign a reused node.text value.
lp bug: https://launchpad.net/bugs/640677 fixed

bzr revid: vmt@openerp.com-20110525080921-fyrkdkdm3niupn1f
2011-05-25 10:09:21 +02:00
Nimesh (Open ERP) 97b3cc08e7 [FIX] image display in every row in report.
bzr revid: nco@tinyerp.com-20110519125941-fey0x5edx56mcnvm
2011-05-19 18:29:41 +05:30
Vo Minh Thu 063743036a [MERGE] report_sxw: raise an exception, not a string.
bzr revid: vmt@openerp.com-20110509084641-0jbtniey22wbhy46
2011-05-09 10:46:41 +02:00
Vo Minh Thu 0770057935 [REF] explicit service objects instanciation.
bzr revid: vmt@openerp.com-20110507112129-hfrly9easfby9hns
2011-05-07 13:21:29 +02:00
Olivier Dony ab212d05eb [MERGE] merged latest fixes from 6.0, up to revision 3420
Rev 3420 = odo@openerp.com-20110506093704-1vwxsqyz63lq40a1

bzr revid: odo@openerp.com-20110506093920-j1uobqryzx5vv6vv
2011-05-06 11:39:20 +02:00
Naresh (OpenERP) 8f3c2558ff [FIX]:orphan exception:(from XRG's commit)
lp bug: https://launchpad.net/bugs/720705 fixed

bzr revid: nch@tinyerp.com-20110503122203-9rx2x7smdpqpm3j2
2011-05-03 17:52:03 +05:30
Vo Minh Thu 4c5292d799 [MERGE] merge nch fix for report window title
- the fix is based on a patch by Cristian Salamea

bzr revid: vmt@openerp.com-20110426103110-q92d4b5kxgfocsxd
2011-04-26 12:31:10 +02:00
Naresh (OpenERP) 4c65b5fbcc [FIX]:printscreen report Title not getting translated value
lp bug: https://launchpad.net/bugs/728173 fixed

bzr revid: nch@tinyerp.com-20110421063628-1hy46os11im1qh0i
2011-04-21 12:06:28 +05:30
Vo Minh Thu 545a438c03 [REF] openerp.modules
- for the moment it is a copy of openerp.addons

bzr revid: vmt@openerp.com-20110420152718-eok61oule6p2x58z
2011-04-20 17:27:18 +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