Commit Graph

24158 Commits

Author SHA1 Message Date
Thibault Francois e1ec2e8ebb [FIX] add icon
bzr revid: tfr@openerp.com-20101210133034-gyrrx9enfm2jtvkf
2010-12-10 14:30:34 +01:00
Thibault Francois 234edbbbbe [MERGE] lp:~openerp-dev/openobject-addons/trunk-dev-addons1/
bzr revid: tfr@openerp.com-20101210125855-eenp28fz2hmaeu13
2010-12-10 13:58:55 +01:00
Sbh (OpenERP) ac18005dd0 [MERGE] Merge bug fix lp:677493 ,lp:680884
bzr revid: sbh@tinyerp.com-20101210123035-jenqqn89wvf3odz8
2010-12-10 18:00:35 +05:30
Sbh (OpenERP) 21afbe8e18 [MERGE] Merge outlook improvement
bzr revid: sbh@tinyerp.com-20101210110613-t2y1i92u9kbxpsk6
2010-12-10 16:36:13 +05:30
uco (OpenERP) 8c367ee00e [REF] crm: Convert opportunity should take its own stages.
bzr revid: uco@tinyerp.com-20101210070325-nacfa48sncs343v1
2010-12-10 12:33:25 +05:30
uco (OpenERP) 3b9412a934 [MERGE]
bzr revid: uco@tinyerp.com-20101210070121-y6w44jg3pm79jhn3
2010-12-10 12:31:21 +05:30
uco (OpenERP) 724cdc4b91 [REF] crm: Refactored stage changes.
bzr revid: uco@tinyerp.com-20101210062435-rj0x2wbsdzb3m1t4
2010-12-10 11:54:35 +05:30
jam-openerp 3904122049 [IMP] Outlook Installtion Notes
bzr revid: jam@tinyerp.com-20101210054513-mzrndgd95bbr9zjo
2010-12-10 11:15:13 +05:30
jam-openerp aa13d4a64f [IMP-FIX] 1) Create Contect was not Working-Fixed 2)web url Notworking woth Menu
bzr revid: jam@tinyerp.com-20101210053741-ajve943a9yu84367
2010-12-10 11:07:41 +05:30
jam-openerp ec738df831 [MERGE] with lp:~openerp-dev/openobject-addons/trunk-dev-addons1
bzr revid: jam@tinyerp.com-20101210043344-uq94nq4szvwcznl5
2010-12-10 10:03:44 +05:30
Sbh (OpenERP) c22b2082ec [MERGE] Merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20101210041916-d3m73fsr0rckdh9c
2010-12-10 09:49:16 +05:30
Olivier Dony ff1d7c7209 [FIX] account: P&L and BS reports should properly compute the IDs passed to set_context()
Now that the server uses the objects passed to the report to determine the company, these reports were failing, due to the peculiar way they pass
IDs between the wizard and report. Hopefully there are no other reports that need the same fix.

bzr revid: odo@openerp.com-20101210003557-pbaj9s1607zuof3j
2010-12-10 01:35:57 +01:00
Olivier Dony bb82904ba3 [FIX] fields.function: make sure all binary values can always be serialized as valid XML
Nnormally, binary fields should be 7-bit ASCII base64-encoded data, but sometimes
it's not the case, so we do additional sanity checks to make sure the binary values
can pass safely via xmlrpc as strings.

As a last resort we coerce the binary values to unicode to make sure they can
be safely serialized as utf-8-encoded values, always valid XML characters.
When this happens, decoding on the other endpoint is not likely to produce
the expected output, but this isjust a safety mechanism(in these cases base64
data or xmlrpc. Binary values should be returned instead by the function field.

In a future version we should probably switch to using XMLRPC Binary types always for
passing fields.binary values, but this requires more refactoring.

lp bug: https://launchpad.net/bugs/670778 fixed

bzr revid: odo@openerp.com-20101209230742-gwf8e4zvmk43k6ln
2010-12-10 00:07:42 +01:00
Olivier Dony 52e91e7620 [FIX] project_gtd: add missing context when crafting custom views, to make sure fiels are translated
lp bug: https://launchpad.net/bugs/685782 fixed

bzr revid: odo@openerp.com-20101209175458-jd8yzzq11ueugx71
2010-12-09 18:54:58 +01:00
Olivier Dony eb25611f00 [FIX] res.lang.unlink: renamed local variable that shadowed the enclosing type, preventing call to super()
bzr revid: odo@openerp.com-20101209150442-f47eucdfylpokagt
2010-12-09 16:04:42 +01:00
jam-openerp bf8e3a0894 [IMP-FIX] Outllok Improvment 1) Prseving the values of Parameters 2) Standalone Menu for OpenERP 3) Dialog of Not login on direct click wohtout login database
bzr revid: jam@tinyerp.com-20101209132410-y950pd3ah9b6x5dx
2010-12-09 18:54:10 +05:30
uco (OpenERP) 5433192d09 [FIX] crm: Corrected the stage problem for leads, opportunities and claims.
lp bug: https://launchpad.net/bugs/677493 fixed

bzr revid: uco@tinyerp.com-20101209125635-8zgbxs6lu6u9fa0c
2010-12-09 18:26:35 +05:30
uco (OpenERP) 670d636d4b [FIX] fetchmail: Corrected user_id problem for server actions too.
lp bug: https://launchpad.net/bugs/680884 fixed

bzr revid: uco@tinyerp.com-20101209125228-7y95zoww45vl3v1m
2010-12-09 18:22:28 +05:30
Sbh (OpenERP) 56d3cf7e57 [MERGE] merge project improvment
bzr revid: sbh@tinyerp.com-20101209120615-1xsg7hd61dwlfhhx
2010-12-09 17:36:15 +05:30
Sbh (OpenERP) 566d6bd265 [MERGE] Merge project improvement
bzr revid: sbh@tinyerp.com-20101209115211-59kgvup52dqrm2en
2010-12-09 17:22:11 +05:30
Sbh (OpenERP) 114d4661c5 [MERGE] Bug Fix lp:670265 ,lp:687326
bzr revid: sbh@tinyerp.com-20101209061126-bagahudiyp2zkdnl
2010-12-09 11:41:26 +05:30
jam-openerp 663699ac77 [MERGE] with lp:~openerp-dev/openobject-addons/trunk-dev-addons1
bzr revid: jam@tinyerp.com-20101209054213-5gy52ugvz3ne8vqv
2010-12-09 11:12:13 +05:30
uco (OpenERP) e33d763931 [MERGE]: Merged with team1.
bzr revid: uco@tinyerp.com-20101208121439-n2mzxa156k80m1w8
bzr revid: uco@tinyerp.com-20101209053639-kv2rw6qt5nbp0zz6
2010-12-09 11:06:39 +05:30
jam-openerp aa6e62b7df [BUG-FIX] lp:687326
bzr revid: jam@tinyerp.com-20101209053629-xk7x0da6a1botfie
2010-12-09 11:06:29 +05:30
Sbh (OpenERP) 0f2f58c338 [MERGE] merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20101209044643-hnxu2bwgddkgol5g
2010-12-09 10:16:43 +05:30
Olivier Dony aa27cd5b1c [REVERT] project/board_project_manager_view.xml: reverted previous incorrect patch (incorrect view_id)
bzr revid: odo@openerp.com-20101208175348-rfp94f9w4js0nbrd
2010-12-08 18:53:48 +01:00
qdp-launchpad@tinyerp.com 542b15e5b8 [FIX] l10n_uk: set a valid certificate number (second try)
bzr revid: qdp-launchpad@tinyerp.com-20101209121457-iokquzx4bzwsgzgh
2010-12-09 13:14:57 +01:00
qdp-launchpad@tinyerp.com 172c0cda3e [FIX] l10n_uk: set a valid certificate number
bzr revid: qdp-launchpad@tinyerp.com-20101209115712-tg62m1j4h4wsqli5
2010-12-09 12:57:12 +01:00
qdp-launchpad@tinyerp.com a8a985eecc [FIX] l10n_uk: set a new certificate number
bzr revid: qdp-launchpad@tinyerp.com-20101209110510-n9rw0rfdlhhyttlr
2010-12-09 12:05:10 +01:00
Olivier Dony 9daa68e67c [IMP] orm,base: added context to _constraints functions + use generic osv.osv.check_recursion()
lp bug: https://launchpad.net/bugs/525808 fixed

bzr revid: odo@openerp.com-20101209105733-j3uffwp4rl07nzc4
2010-12-09 11:57:33 +01:00
qdp-launchpad@tinyerp.com c8f985e831 [MERGE] merged the xrg branch containing some bugfixes
bzr revid: qdp-launchpad@tinyerp.com-20101209105707-uifumqic7znndr3n
2010-12-09 11:57:07 +01:00
Olivier Dony 7c7586686d [IMP] tools.misc: enabled Hebrew (he_IL) language
bzr revid: odo@openerp.com-20101209091904-ytigf6ja7j65yx63
2010-12-09 10:19:04 +01:00
Launchpad Translations on behalf of openerp e2d025c961 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20101209045022-g1ar37i6xtnr0jtq
bzr revid: launchpad_translations_on_behalf_of_openerp-20101209045802-ari4r0g7oouy55c8
2010-12-09 04:58:02 +00:00
Nicolas Vanhoren 2c3cee033d [MERGE] refactor maintenance.contract into publisher_warranty.contract + add system logs scheduler
bzr revid: odo@openerp.com-20101208170350-p8tek7dk7wdtnzvb
2010-12-08 18:03:50 +01:00
niv-openerp 402236d40d [IMP] Just removed small debug message in system logs cron.
bzr revid: nicolas.vanhoren@openerp.com-20101208160553-g58841fmq93unt5y
2010-12-08 17:05:53 +01:00
niv-openerp a1b38101d8 [IMP] Added timeout int the cron job to get the system logs.
bzr revid: nicolas.vanhoren@openerp.com-20101208160335-00rlngburn1q04az
2010-12-08 17:03:35 +01:00
Thibault Francois 3244532a47 [FIX] Change look of icon
bzr revid: tfr@openerp.com-20101208144000-eqquuljma54pzbjf
2010-12-08 15:40:00 +01:00
Olivier Dony cfa513123a [FIX] base,release: updated some remaining source files to AGPLv3 license
lp bug: https://launchpad.net/bugs/531401 fixed

bzr revid: odo@openerp.com-20101208141707-toesbs33sf71srlh
2010-12-08 15:17:07 +01:00
Olivier Dony 9bac691edb [FIX] survey: changed license to AGPLv3
lp bug: https://launchpad.net/bugs/531401 fixed

bzr revid: odo@openerp.com-20101208135916-3tqd9znhbi5u215c
2010-12-08 14:59:16 +01:00
niv-openerp 3d3e843e7b [IMP] Cosmetic changes
bzr revid: nicolas.vanhoren@openerp.com-20101208134309-3rrvthpank14ao69
2010-12-08 14:43:09 +01:00
jam-openerp fd93e5f496 [BUG-FIX] lp:670265
bzr revid: jam@tinyerp.com-20101208133650-3q2zudm9ceh2fav0
2010-12-08 19:06:50 +05:30
Olivier Dony a970c497a6 [IMP] license: renamed general license file, and included note about other applicable licenses
bzr revid: odo@openerp.com-20101208133325-rlrtmzao8kzdp31o
2010-12-08 14:33:25 +01:00
Olivier Dony 14b7e37bf5 [FIX] osv.obj_list is broken via RPC and should not be available anymore
lp bug: https://launchpad.net/bugs/632195 fixed

bzr revid: odo@openerp.com-20101208131328-gycbi36423txdnc1
2010-12-08 14:13:28 +01:00
Thibault Francois b9d46baef5 [MERGE] lp:~openerp-dev/openobject-addons/jam-dev-addons1
bzr revid: tfr@openerp.com-20101208121615-w461wpv45zf05i1n
2010-12-08 13:16:15 +01:00
nvi-openerp 38569b7754 [merge]
bzr revid: nicolas.vanhoren@openerp.com-20101206091222-miwtrvjkfh8hy8ec
bzr revid: nicolas.vanhoren@openerp.com-20101206174010-f819dzx7vyw2jntk
bzr revid: nicolas.vanhoren@openerp.com-20101207132443-z0wabhbh0ruzwoo2
bzr revid: nicolas.vanhoren@openerp.com-20101208105249-qfjalxkboqpi9xr0
2010-12-08 11:52:49 +01:00
Xavier Morel 0fe0c17068 [REM] @default attribute: not handled by the GTK client and not specified anywhere or by anyone
bzr revid: xmo@openerp.com-20101208103648-3qca263rux8g0030
2010-12-08 11:36:48 +01:00
Xavier Morel f21577dde9 [REM] all @default attributes: they should not be there and they aren't handled by the GTK client (as far as I know)
bzr revid: xmo@openerp.com-20101208102305-yd96zmg10exredgq
2010-12-08 11:23:05 +01:00
Launchpad Translations on behalf of openerp 00f2f6b97d Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20101208044843-iaflyr3xboujht6p
2010-12-08 04:48:43 +00:00
Olivier Dony 3af41c626c [MERGE+FIX] merged improvements to report_webkit from Nicolas Bessi (C2C), after review
Also made the report_webkit registration system be less eager to replace the report instances, so report instances can override the engine sometimes

bzr revid: odo@openerp.com-20101207182154-pqw7ny8cpmodr0lv
2010-12-07 19:21:54 +01:00
Olivier Dony 592d666e51 [FIX] tools.misc: correct argument to subprocess.Popen (via xrg, analysis/patch courtesy of Michael Telahun Makonnen)
lp bug: https://launchpad.net/bugs/685115 fixed
lp bug: https://launchpad.net/bugs/684661 fixed

bzr revid: odo@openerp.com-20101207170551-o19ab06g1h2x3ygz
2010-12-07 18:05:51 +01:00