Commit Graph

7857 Commits

Author SHA1 Message Date
P. Christeas 214eb96758 HTTPSd: fix crash of server when no ssl available.
bzr revid: p_christ@hol.gr-20090908081516-hnbdn0mvqfy06qws
2009-09-08 11:15:16 +03:00
P. Christeas b098c935e9 Fix raising of exception.
bzr revid: p_christ@hol.gr-20090908081456-kk89t2imfe1a6b7i
2009-09-08 11:14:56 +03:00
Quentin De Paoli c0adc624b5 [FIX] multi currency reconciliations on bank statements weren't properly displayed
[FIX] multi currency payments weren't correctly computed on invoice's residual amount

bzr revid: qdp@cyan-20090907164012-eufzzqls4gqlkbv6
2009-09-07 18:40:12 +02:00
Christophe Chauvet(Syleam) dc8dd85fe1 [FIX] Export : Error solved while Exporting O2M records with None value of any field
lp bug: https://launchpad.net/bugs/425430 fixed

bzr revid: jvo@tinyerp.com-20090907102947-ne1p4q3mi1qz6gq7
2009-09-07 15:59:47 +05:30
Harry (Open ERP) b3d0c54ef7 [IMP]quality_integration_server : quality html log
bzr revid: hmo@tinyerp.com-20090907083632-z6pte2jqhrayjj23
2009-09-07 14:06:32 +05:30
VRA,JVO f6566b12b5 [FIX] Account : Reports from Chart of Accounts were not considering contextual value of MOVE(draft,posted)
lp bug: https://launchpad.net/bugs/403972 fixed

bzr revid: jvo@tinyerp.com-20090907070931-1b8fwikmdi6xc3pt
2009-09-07 12:39:31 +05:30
Jay (Open ERP) fb6b27b56c [FIX] Project_gtd : improved menuitems names to avoid user confusion,domain improved
lp bug: https://launchpad.net/bugs/425257 fixed

bzr revid: jvo@tinyerp.com-20090907065408-m33zrlfwgybknytl
2009-09-07 12:24:08 +05:30
GPA(OpenERP) 17b3164840 [FIX] Project_gtd : Demo data defined for tasks(inboxes)
bzr revid: jvo@tinyerp.com-20090907064346-5kpa8gxewjf6fwbg
2009-09-07 12:13:46 +05:30
P. Christeas 221e41381d Translating: skip buggy wizard states.
bzr revid: p_christ@hol.gr-20090905081350-33ysuupopqj49onq
2009-09-05 11:13:50 +03:00
P. Christeas 58323aa31a If the server is only translating, don't init the httpd.
When the server is about to run normally, httpd must be created before
the addons, so that they use it. However, if only translating, httpd may
not exist at all. Sometimes it /cannnot/ exist, because another server
may be running at the same port.

bzr revid: p_christ@hol.gr-20090905081157-8943pfwve7b0g7xl
2009-09-05 11:11:57 +03:00
GPA(Open ERP) dac794192a [FIX] Project_gtd : Hierarchical timeboxes allowed to open
lp bug: https://launchpad.net/bugs/422408 fixed

bzr revid: jvo@tinyerp.com-20090904150737-1xth2slzfwek9ag1
2009-09-04 20:37:37 +05:30
GPA(OpenERP) 140aeda373 [FIX] Account :Residual amount unclear when used with partial payments.
lp bug: https://launchpad.net/bugs/424214 fixed

bzr revid: jvo@tinyerp.com-20090904145207-0vfhvnougdl2599q
2009-09-04 20:22:07 +05:30
Jay (Open ERP) a45c87c780 [IMP] hr_timesheet_invoice : Misleading string on invoice analytic entries' wizard
bzr revid: jvo@tinyerp.com-20090904113158-8ddrqud1x55qiqoo
2009-09-04 17:01:58 +05:30
Harry (Open ERP) a5488afe63 [IMP]quality_integration_server: put max_limit in server connection
bzr revid: hmo@tinyerp.com-20090904053310-djdif3t0fvehsh9e
2009-09-04 11:03:10 +05:30
P. Christeas a17a31abe1 Remove debuggint print's
bzr revid: p_christ@hol.gr-20090903215338-0z39w3mp1iqxlwv8
2009-09-04 00:53:38 +03:00
P. Christeas feca055dea Implement basic-authenticated services. Log messages.
bzr revid: p_christ@hol.gr-20090903210802-7bmexrzduofhhxm2
2009-09-04 00:08:02 +03:00
P. Christeas 77cf69258c Initialize services before databases.
This will let modules register into services properly.

bzr revid: p_christ@hol.gr-20090903210647-6xs4cco3pl9fo3o4
2009-09-04 00:06:47 +03:00
Niels Huylebroeck 2f216b5358 [FIX] +1 on the lengthmonth returns was too much, removed it
bzr revid: niels@bubbles-it.be-20090903151618-54w6ciiyr36e7z28
2009-09-03 17:16:18 +02:00
Niels Huylebroeck 9824b079bb [FIX] Problem when using hr_holidays Summary Report when entering date 1 jan 2009 for example.
bzr revid: niels@bubbles-it.be-20090903140045-9cv5ty32g1rgsuih
2009-09-03 16:00:45 +02:00
Niels Huylebroeck 1bafef884a [MERGE]
bzr revid: niels@bubbles-it.be-20090903135830-h3lsipjelgm2hp80
2009-09-03 15:58:30 +02:00
Christophe Simonis fafe3c939a [FIX] base_module_record: avoid duplications
bzr revid: chs@taupe-20090903130649-d7f3hg9lr7shg94l
2009-09-03 15:06:49 +02:00
P. Christeas 643b76682a Don't print messages, log them..
bzr revid: p_christ@hol.gr-20090903130145-iybg1xtmxg6xylhk
2009-09-03 16:01:45 +03:00
P. Christeas 69b1313fbb Bring back net-rpc service.
This commit re-enables net-rpc, using a port of the old code.

bzr revid: p_christ@hol.gr-20090903130038-4a0jq10x6dhb9qxx
2009-09-03 16:00:38 +03:00
Christophe Simonis f7c7f0bb7f [FIX] document: do not try to index binary documents
bzr revid: chs@taupe-20090903125000-p2yhb7gh7emlr6ip
2009-09-03 14:50:00 +02:00
ACH,Jay 02fd0eb506 [FIX] Translation issue with cache: it needed to restart server,SOLVED
lp bug: https://launchpad.net/bugs/399208 fixed

bzr revid: jvo@tinyerp.com-20090903124928-mbzr7ekxoo4sba49
2009-09-03 18:19:28 +05:30
mra (Open ERP) 8830155b50 [IMP] base_module_quality: remove certificate tag from terp test
bzr revid: mra@tinyerp.com-20090903120443-stsp790fnbte28d0
2009-09-03 17:34:43 +05:30
GPA(OpenERP) c9f5d954b5 [REF] Project : description of task improved
lp bug: https://launchpad.net/bugs/423585 fixed

bzr revid: jvo@tinyerp.com-20090903094931-gijbcmr9lyqjy51g
2009-09-03 15:19:31 +05:30
GPA(OpenERP) 8ba89657d9 [REF] Project_gtd : description added to context
lp bug: https://launchpad.net/bugs/423581 fixed

bzr revid: jvo@tinyerp.com-20090903094705-f6b7f9nwxiizmgkx
2009-09-03 15:17:05 +05:30
P. Christeas 0b5b67b336 Fix quoting of ids when passed to sql.
bzr revid: p_christ@hol.gr-20090903073240-cyydggro48990k2s
2009-09-03 10:32:40 +03:00
VRA(OpenERP) 1a22c9a2d2 [FIX]Account : Title of of Move Line widnows renamed
lp bug: https://launchpad.net/bugs/423260 fixed

bzr revid: jvo@tinyerp.com-20090903052457-lb4r0dbl2wfw6pv6
2009-09-03 10:54:57 +05:30
ACH(OpenERP) 460f3102bc [FIX] Send Mail : Unicode error handled
lp bug: https://launchpad.net/bugs/421162 fixed

bzr revid: jvo@tinyerp.com-20090902145354-5b43k67lpbe513cj
2009-09-02 20:23:54 +05:30
HDA (OpenERP) 9bf3939c28 [FIX]Module:product Added report tag for product pricelist reportso that it can be modified using OODesigner
bzr revid: hda@tinyerp.com-20090902101350-803mxtvqy9ltsrbm
2009-09-02 15:43:50 +05:30
P. Christeas 9e2d058641 Fix merging of 5.0.4 into API-changed netsvc.
bzr revid: p_christ@hol.gr-20090901222455-y8yozw41ovizkne1
2009-09-02 01:24:55 +03:00
P. Christeas ceef9b0be9 Merge branch 'xrg' into rfc, 5.0.4 patch obsolete.
Conflicts:
	bin/netsvc.py

bzr revid: p_christ@hol.gr-20090901210513-xc3f51eobxdv4g1b
2009-09-02 00:05:13 +03:00
Jay (Open ERP) d594e929ba [FIX] Security Loophole corrected
[openobject-server @ jvo@tinyerp.com-20090901150136-tjpngpcfixg940b6]

bzr revid: p_christ@hol.gr-20090901210416-x0euuqx22nchdyj7
2009-09-02 00:04:16 +03:00
Fabien Pinckaers 9eee880b0e merge
bzr revid: fp@tinyerp.com-20090901190006-i2tjwcrl71vnm2kv
2009-09-01 21:00:06 +02:00
Cédric Krier 40666e1316 [FIX] Security Loophole corrected
lp bug: https://launchpad.net/bugs/422563 fixed

bzr revid: jvo@tinyerp.com-20090901150136-tjpngpcfixg940b6
2009-09-01 20:31:36 +05:30
Jay (Open ERP) dbff4995df [FIX] project_gtd : timebox field re-arranged
lp bug: https://launchpad.net/bugs/422401 fixed

bzr revid: jvo@tinyerp.com-20090901132612-lzwqtjho1dsbu2z5
2009-09-01 18:56:12 +05:30
HDA (OpenERP) d060741945 [FIX] added tooltip on tax and payment term
lp bug: https://launchpad.net/bugs/421636 fixed

bzr revid: hda@tinyerp.com-20090901085830-kpksxt0cabn4iywt
2009-09-01 14:28:30 +05:30
Jay (Open ERP) b4a0ea1fde [FIX] Account_tax_include : floatdivision error corrected
lp bug: https://launchpad.net/bugs/422078 fixed

bzr revid: jvo@tinyerp.com-20090901065334-omql949tj1gb4qu5
2009-09-01 12:23:34 +05:30
Jay (Open ERP) 643490cad7 [FIX] Account : Aged Partner Balance report for Future analysis corrected
lp bug: https://launchpad.net/bugs/421907 fixed

bzr revid: jvo@tinyerp.com-20090901060418-8jhhe3zzmqkmdzwi
2009-09-01 11:34:18 +05:30
P. Christeas 0a838fba3a Fix https transports, certificates etc.
Now we can serve https: the send_error() must be fixed so that
content-lenth is specified, certificates are configurable and
connections get properly shutdown so that the client won't wait
forever.

bzr revid: p_christ@hol.gr-20090831132956-00atxsfcy3qkdw4j
2009-08-31 16:29:56 +03:00
Jay (Open ERP) 19685f3ab3 [FIX] Base : 'Supplier Partners' menu will open new record with supplier=1,customer=0
lp bug: https://launchpad.net/bugs/421137 fixed

bzr revid: jvo@tinyerp.com-20090831131506-77gs0pq3ivb601ml
2009-08-31 18:45:06 +05:30
P. Christeas a267ef5d05 [IMP] reorder the imports in websrv_lib.
bzr revid: p_christ@hol.gr-20090831093703-vysodh51eczb1hcd
2009-08-31 12:37:03 +03:00
Luis Falcon(Thymbra) 3eb3aa71a0 [IMP] Base : Rate for ARS Added
bzr revid: jvo@tinyerp.com-20090831074724-gs79e4fmbkjlssia
2009-08-31 13:17:24 +05:30
Christophe chauvet(Syleam) 1737b613a9 [FIX] Send mail : Non-English characters were throwing error.
lp bug: https://launchpad.net/bugs/421162 fixed

bzr revid: jvo@tinyerp.com-20090831062243-qm4bnnvvx93xvsyi
2009-08-31 11:52:43 +05:30
P. Christeas 483e133ee8 Fix dispatching of reports after API change.
bzr revid: p_christ@hol.gr-20090830145331-29ffrhf228defnl2
2009-08-30 17:53:31 +03:00
P. Christeas 4abaf2763e [MAJOR IMP] Rewrite the http/RPC engine and let HTTP/1.1 features.
This patch attempts a major change in the structure of the XML-RPC
framework. There is one http server, capable of multiple services
(except XML-RPC). That server could handle authentication, and is also
HTTP/1.1 capable, which means it supports **persistent connections** !

At this commit, the old behaviour of the XML-RPC protocol is merely
working. The netsvc.Service is split, so expect wizard/report breakages.
External modules (koo) also break with this API.

The net-svc code is crippled and gone FTM.

bzr revid: p_christ@hol.gr-20090829152346-7i1iiqs8skdddamq
2009-08-29 18:23:46 +03:00
P. Christeas 6e6329bb7d Merge origin/5.0.4 into xrg
Conflicts:
	bin/addons/base/i18n/base.pot

bzr revid: p_christ@hol.gr-20090828180203-xbavbj02nas6f0qy
2009-08-28 21:02:03 +03:00
Christophe Simonis d8c6e2bab3 [IMP] cchange version number
bzr revid: christophe@tinyerp.com-20090828170337-7vefeuaq0975w3qi
2009-08-28 19:03:37 +02:00