odoo/odoo.git
13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 12 Dec 2010 04:45:47 +0000 (04:45 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20101212044547-xwyztuk2luf60dlb

13 years ago[FIX] crm : next/previous_stage behavior
Thibault Francois [Fri, 10 Dec 2010 17:54:55 +0000 (18:54 +0100)]
[FIX] crm : next/previous_stage behavior

bzr revid: tfr@openerp.com-20101210175455-hvoh7pqjnak6b1wh

13 years ago[IMP] Added possibility to get email and issue name when a user submit an
niv-openerp [Fri, 10 Dec 2010 17:12:38 +0000 (18:12 +0100)]
[IMP] Added possibility to get email and issue name when a user submit an
exception report.

bzr revid: nicolas.vanhoren@openerp.com-20101210171238-83tqs3ahh8z8h79l

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 12 Dec 2010 04:39:11 +0000 (04:39 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20101211044617-po5v5cr1ez0gj7pk
bzr revid: launchpad_translations_on_behalf_of_openerp-20101212043911-q9ffkytjwu18d402

13 years ago[FIX] buildbot#591: fix buildbot failure on project_timesheet, report_intrastat module
Harry (OpenERP) [Sat, 11 Dec 2010 12:52:29 +0000 (18:22 +0530)]
[FIX] buildbot#591: fix buildbot failure on project_timesheet, report_intrastat module

bzr revid: hmo@tinyerp.com-20101211125229-2yh6pz21e1s59z0m

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sat, 11 Dec 2010 05:08:50 +0000 (05:08 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20101211050850-f7y0827upqa9zdw0

13 years ago[FIX] orm: preserve elements order when inheriting views, also after a leaf element
Olivier Dony [Sat, 11 Dec 2010 01:21:04 +0000 (02:21 +0100)]
[FIX] orm: preserve elements order when inheriting views, also after a leaf element

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

bzr revid: odo@openerp.com-20101211012104-gt1cg3z1ec91mg34

13 years ago[FIX] ir.ui.view: fix search view according to guidelines
Olivier Dony [Sat, 11 Dec 2010 00:31:25 +0000 (01:31 +0100)]
[FIX] ir.ui.view: fix search view according to guidelines

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

bzr revid: odo@openerp.com-20101211003125-1125npnm8yj6ktx0

13 years ago[IMP] orm: additional error message about missing index on parent_[left|right] column...
Olivier Dony [Sat, 11 Dec 2010 00:09:51 +0000 (01:09 +0100)]
[IMP] orm: additional error message about missing index on parent_[left|right] columns during creation

bzr revid: odo@openerp.com-20101211000951-gn5dejp3b7dyz24e

13 years ago[IMP] orm.search: more quietly ignore invalid m2o order spec + fallback to default...
Olivier Dony [Sat, 11 Dec 2010 00:08:10 +0000 (01:08 +0100)]
[IMP] orm.search: more quietly ignore invalid m2o order spec + fallback to default _order

bzr revid: odo@openerp.com-20101211000810-h1sirszmh0xp52x4

13 years ago[FIX] res.partner.category: use _parent_store and _parent_order to have correct natur...
Olivier Dony [Sat, 11 Dec 2010 00:04:50 +0000 (01:04 +0100)]
[FIX] res.partner.category: use _parent_store and _parent_order to have correct natural order

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

bzr revid: odo@openerp.com-20101211000450-1tfx298cc7aqliih

13 years ago[IMP] base: default _order for most internal data models (courtesy of Ferdinand Gassa...
Olivier Dony [Fri, 10 Dec 2010 22:42:58 +0000 (23:42 +0100)]
[IMP] base: default _order for most internal data models (courtesy of Ferdinand Gassauer) + sorted fields in technical module guide
This should give a more consistent output in most lists involving those objects, as well as in the technical guide report.

lp bug: https://launchpad.net/bugs/655075 fixed
lp bug: https://launchpad.net/bugs/676990 fixed

bzr revid: odo@openerp.com-20101210224258-ljubjit2nl4d28vy

13 years ago[FIX] orm: default search view should be more backwards-compatible and lenient
Olivier Dony [Fri, 10 Dec 2010 21:25:29 +0000 (22:25 +0100)]
[FIX] orm: default search view should be more backwards-compatible and lenient
We should consider the select flag from the model as well as the attributes from tree+form view, as in v5.

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

bzr revid: odo@openerp.com-20101210212529-oc5n8n9w8ila9j4u

13 years ago[I18N] all: updated all .pot files to match latest translation templates + minor...
Olivier Dony [Fri, 10 Dec 2010 17:40:27 +0000 (18:40 +0100)]
[I18N] all: updated all .pot files to match latest translation templates + minor cleanup

bzr revid: odo@openerp.com-20101210174027-q55ch2skn9qdetd8

13 years ago[I18N] project_planning,association,crm_partner_assign: removed obsolete .pot file...
Olivier Dony [Fri, 10 Dec 2010 17:12:56 +0000 (18:12 +0100)]
[I18N] project_planning,association,crm_partner_assign: removed obsolete .pot file (from before module renaming)

bzr revid: odo@openerp.com-20101210171256-zs3pg32sz2wfyvpq

13 years ago[FIX] ir.ui.menu: menu items should be filtered only in tree view
Olivier Dony [Fri, 10 Dec 2010 16:17:08 +0000 (17:17 +0100)]
[FIX] ir.ui.menu: menu items should be filtered only in tree view
The normal list view should display them all, otherwise menus without children are invisible for example
Also ensured that create() clears the menu cache, otherwise adding children to an invisible menu
may not cause it to appear until the server is restarted.

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

bzr revid: odo@openerp.com-20101210161708-txdxidrr3k4c6hk5

13 years ago[IMP] removed pricelist_sale & pricelist_purchase
Fabien Pinckaers [Fri, 10 Dec 2010 15:56:34 +0000 (16:56 +0100)]
[IMP] removed pricelist_sale & pricelist_purchase

bzr revid: fp@tinyerp.com-20101210155634-u44ao84d1prge4cx

13 years ago[IMP] orm: somewhat better error message when view inheritance fails on non-<field...
YSA (OpenERP) [Fri, 10 Dec 2010 15:03:55 +0000 (16:03 +0100)]
[IMP] orm: somewhat better error message when view inheritance fails on non-<field> element
Inheritance at field level already has a correct error message

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

bzr revid: odo@openerp.com-20101210150355-jjdghifgyea07cv8

13 years ago[FIX] add icon
Thibault Francois [Fri, 10 Dec 2010 13:30:34 +0000 (14:30 +0100)]
[FIX] add icon

bzr revid: tfr@openerp.com-20101210133034-gyrrx9enfm2jtvkf

13 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-dev-addons1/
Thibault Francois [Fri, 10 Dec 2010 12:58:55 +0000 (13:58 +0100)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-dev-addons1/

bzr revid: tfr@openerp.com-20101210125855-eenp28fz2hmaeu13

13 years ago[FIX] ir.ui.view.*: added missing simple and combined indices (suggestion from Ferdin...
Olivier Dony [Fri, 10 Dec 2010 12:47:16 +0000 (13:47 +0100)]
[FIX] ir.ui.view.*: added missing simple and combined indices (suggestion from Ferdinand Gassauer)

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

bzr revid: odo@openerp.com-20101210124716-okrkdqato09utpvx

13 years ago[MERGE] Merge bug fix lp:677493 ,lp:680884
Sbh (OpenERP) [Fri, 10 Dec 2010 12:30:35 +0000 (18:00 +0530)]
[MERGE] Merge bug fix  lp:677493 ,lp:680884

bzr revid: sbh@tinyerp.com-20101210123035-jenqqn89wvf3odz8

13 years ago[MERGE] Merge outlook improvement
Sbh (OpenERP) [Fri, 10 Dec 2010 11:06:13 +0000 (16:36 +0530)]
[MERGE] Merge outlook improvement

bzr revid: sbh@tinyerp.com-20101210110613-t2y1i92u9kbxpsk6

13 years ago[IMP]:account
apa (OpenERP) [Fri, 10 Dec 2010 10:25:27 +0000 (15:55 +0530)]
[IMP]:account
*Invoice :
 -rename Partner Ref. into Your Reference

bzr revid: apa@tinyerp.com-20101210102527-zq7ldy7f1bwmi43b

13 years ago[IMP]:sale
apa (OpenERP) [Fri, 10 Dec 2010 07:13:24 +0000 (12:43 +0530)]
[IMP]:sale
*Quotation n°...
 -the ":" of Nets Total is bellow the label, it should be near the label "Net Total :"

bzr revid: apa@tinyerp.com-20101210071324-mlyh7zh2jcwh3jau

13 years ago[REF] crm: Convert opportunity should take its own stages.
uco (OpenERP) [Fri, 10 Dec 2010 07:03:25 +0000 (12:33 +0530)]
[REF] crm: Convert opportunity should take its own stages.

bzr revid: uco@tinyerp.com-20101210070325-nacfa48sncs343v1

13 years ago[IMP]:stock
apa (OpenERP) [Fri, 10 Dec 2010 07:02:35 +0000 (12:32 +0530)]
[IMP]:stock
*Packing list
 -try to align the content of the columns "Sate" to the title state (Done is too on the left from State)

bzr revid: apa@tinyerp.com-20101210070235-6113c9366gi2wlmu

13 years ago[MERGE]
uco (OpenERP) [Fri, 10 Dec 2010 07:01:21 +0000 (12:31 +0530)]
[MERGE]

bzr revid: uco@tinyerp.com-20101210070121-y6w44jg3pm79jhn3

13 years ago[IMP]:account
apa (OpenERP) [Fri, 10 Dec 2010 06:50:56 +0000 (12:20 +0530)]
[IMP]:account
*Journal print (journal balance)
 -add more spaces between the contents of 2 firts columns (Date and Ref) (instead of 05/26/2010SAJ2010001, it should be 05/26/2010   SAJ2010001

bzr revid: apa@tinyerp.com-20101210065056-1p02qfg4byiqxk10

13 years ago[MERGE]
uco (OpenERP) [Fri, 10 Dec 2010 06:32:16 +0000 (12:02 +0530)]
[MERGE]

bzr revid: uco@tinyerp.com-20101209113128-y3xryg2uy0gxopyc
bzr revid: uco@tinyerp.com-20101210063216-oa2hc5xb14v50jof

13 years ago[IMP]:Survey
apa (OpenERP) [Fri, 10 Dec 2010 06:26:07 +0000 (11:56 +0530)]
[IMP]:Survey
*Answer Summary
 -rename the title "Answer Summary" into "Answers Summary"

bzr revid: apa@tinyerp.com-20101210062607-bs0gxwpx4kzmw2vz

13 years ago[REF] crm: Refactored stage changes.
uco (OpenERP) [Fri, 10 Dec 2010 06:24:35 +0000 (11:54 +0530)]
[REF] crm: Refactored stage changes.

bzr revid: uco@tinyerp.com-20101210062435-rj0x2wbsdzb3m1t4

13 years ago[IMP]:Survey
apa (OpenERP) [Fri, 10 Dec 2010 06:19:51 +0000 (11:49 +0530)]
[IMP]:Survey
*Survey answers :
 -rename Answer By (on the top left), into "Answered by"
 -if it is answer date, rebame into "Answer Date"
 -If it is print date, rename into print date
 -the print date should be the first date (top left) and the Answer Date should be below "Answered by" (top right)

bzr revid: apa@tinyerp.com-20101210061951-9mfnnselkogw50t2

13 years ago[IMP] Outlook Installtion Notes
jam-openerp [Fri, 10 Dec 2010 05:45:13 +0000 (11:15 +0530)]
[IMP] Outlook Installtion Notes

bzr revid: jam@tinyerp.com-20101210054513-mzrndgd95bbr9zjo

13 years ago[IMP-FIX] 1) Create Contect was not Working-Fixed 2)web url Notworking woth Menu
jam-openerp [Fri, 10 Dec 2010 05:37:41 +0000 (11:07 +0530)]
[IMP-FIX] 1) Create Contect was not Working-Fixed 2)web url Notworking woth Menu

bzr revid: jam@tinyerp.com-20101210053741-ajve943a9yu84367

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 10 Dec 2010 05:01:28 +0000 (05:01 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20101210050128-aqt5gre9oatbameb

13 years ago[MERGE] with lp:~openerp-dev/openobject-addons/trunk-dev-addons1
jam-openerp [Fri, 10 Dec 2010 04:33:44 +0000 (10:03 +0530)]
[MERGE] with lp:~openerp-dev/openobject-addons/trunk-dev-addons1

bzr revid: jam@tinyerp.com-20101210043344-uq94nq4szvwcznl5

13 years ago[MERGE] Merge with lp:openobject-addons
Sbh (OpenERP) [Fri, 10 Dec 2010 04:19:16 +0000 (09:49 +0530)]
[MERGE] Merge with lp:openobject-addons

bzr revid: sbh@tinyerp.com-20101210041916-d3m73fsr0rckdh9c

13 years ago[FIX] account: P&L and BS reports should properly compute the IDs passed to set_context()
Olivier Dony [Fri, 10 Dec 2010 00:35:57 +0000 (01:35 +0100)]
[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

13 years ago[FIX] fields.function: make sure all binary values can always be serialized as valid XML
Olivier Dony [Thu, 9 Dec 2010 23:07:42 +0000 (00:07 +0100)]
[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

13 years ago[FIX] project_gtd: add missing context when crafting custom views, to make sure fiels...
Olivier Dony [Thu, 9 Dec 2010 17:54:58 +0000 (18:54 +0100)]
[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

13 years ago[FIX] res.lang.unlink: renamed local variable that shadowed the enclosing type, preve...
Olivier Dony [Thu, 9 Dec 2010 15:04:42 +0000 (16:04 +0100)]
[FIX] res.lang.unlink: renamed local variable that shadowed the enclosing type, preventing call to super()

bzr revid: odo@openerp.com-20101209150442-f47eucdfylpokagt

13 years ago[IMP-FIX] Outllok Improvment 1) Prseving the values of Parameters 2) Standalone Menu...
jam-openerp [Thu, 9 Dec 2010 13:24:10 +0000 (18:54 +0530)]
[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

13 years ago[FIX] crm: Corrected the stage problem for leads, opportunities and claims.
uco (OpenERP) [Thu, 9 Dec 2010 12:56:35 +0000 (18:26 +0530)]
[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

13 years ago[FIX] fetchmail: Corrected user_id problem for server actions too.
uco (OpenERP) [Thu, 9 Dec 2010 12:52:28 +0000 (18:22 +0530)]
[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

13 years ago[MERGE] merge project improvment
Sbh (OpenERP) [Thu, 9 Dec 2010 12:06:15 +0000 (17:36 +0530)]
[MERGE] merge project improvment

bzr revid: sbh@tinyerp.com-20101209120615-1xsg7hd61dwlfhhx

13 years ago[MERGE] Merge project improvement
Sbh (OpenERP) [Thu, 9 Dec 2010 11:52:11 +0000 (17:22 +0530)]
[MERGE] Merge project improvement

bzr revid: sbh@tinyerp.com-20101209115211-59kgvup52dqrm2en

13 years ago[MERGE]:merged from report_dev.
apa (OpenERP) [Thu, 9 Dec 2010 07:14:09 +0000 (12:44 +0530)]
[MERGE]:merged from report_dev.

bzr revid: apa@tinyerp.com-20101209071409-j8wc0tgthj7qpdh5

13 years ago[MERGE]:merged from trunk
apa (OpenERP) [Thu, 9 Dec 2010 06:33:02 +0000 (12:03 +0530)]
[MERGE]:merged from trunk

bzr revid: apa@tinyerp.com-20101209063302-h7rj69nq19qu1jvz

13 years ago[MERGE] Bug Fix lp:670265 ,lp:687326
Sbh (OpenERP) [Thu, 9 Dec 2010 06:11:26 +0000 (11:41 +0530)]
[MERGE] Bug Fix lp:670265 ,lp:687326

bzr revid: sbh@tinyerp.com-20101209061126-bagahudiyp2zkdnl

13 years ago[IMP]:TASK ID : 956 and merged from report-dev.
apa (OpenERP) [Thu, 9 Dec 2010 05:55:50 +0000 (11:25 +0530)]
[IMP]:TASK ID : 956 and merged from report-dev.

bzr revid: apa@tinyerp.com-20101125045543-m8vsq28q5tdqbufg
bzr revid: apa@tinyerp.com-20101209055550-q6k18fn69e6zdoi3

13 years ago[MERGE] with lp:~openerp-dev/openobject-addons/trunk-dev-addons1
jam-openerp [Thu, 9 Dec 2010 05:42:13 +0000 (11:12 +0530)]
[MERGE] with  lp:~openerp-dev/openobject-addons/trunk-dev-addons1

bzr revid: jam@tinyerp.com-20101209054213-5gy52ugvz3ne8vqv

13 years ago[MERGE]: Merged with team1.
uco (OpenERP) [Thu, 9 Dec 2010 05:36:39 +0000 (11:06 +0530)]
[MERGE]: Merged with team1.

bzr revid: uco@tinyerp.com-20101208121439-n2mzxa156k80m1w8
bzr revid: uco@tinyerp.com-20101209053639-kv2rw6qt5nbp0zz6

13 years ago[BUG-FIX] lp:687326
jam-openerp [Thu, 9 Dec 2010 05:36:29 +0000 (11:06 +0530)]
[BUG-FIX] lp:687326

bzr revid: jam@tinyerp.com-20101209053629-xk7x0da6a1botfie

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 9 Dec 2010 04:58:02 +0000 (04:58 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20101209045022-g1ar37i6xtnr0jtq
bzr revid: launchpad_translations_on_behalf_of_openerp-20101209045802-ari4r0g7oouy55c8

13 years ago[MERGE] merge with lp:openobject-addons
Sbh (OpenERP) [Thu, 9 Dec 2010 04:46:43 +0000 (10:16 +0530)]
[MERGE] merge with lp:openobject-addons

bzr revid: sbh@tinyerp.com-20101209044643-hnxu2bwgddkgol5g

13 years ago[REVERT] project/board_project_manager_view.xml: reverted previous incorrect patch...
Olivier Dony [Wed, 8 Dec 2010 17:53:48 +0000 (18:53 +0100)]
[REVERT] project/board_project_manager_view.xml: reverted previous incorrect patch (incorrect view_id)

bzr revid: odo@openerp.com-20101208175348-rfp94f9w4js0nbrd

13 years ago[FIX] l10n_uk: set a valid certificate number (second try)
qdp-launchpad@tinyerp.com [Thu, 9 Dec 2010 12:14:57 +0000 (13:14 +0100)]
[FIX] l10n_uk: set a valid certificate number (second try)

bzr revid: qdp-launchpad@tinyerp.com-20101209121457-iokquzx4bzwsgzgh

13 years ago[FIX] l10n_uk: set a valid certificate number
qdp-launchpad@tinyerp.com [Thu, 9 Dec 2010 11:57:12 +0000 (12:57 +0100)]
[FIX] l10n_uk: set a valid certificate number

bzr revid: qdp-launchpad@tinyerp.com-20101209115712-tg62m1j4h4wsqli5

13 years ago[FIX] l10n_uk: set a new certificate number
qdp-launchpad@tinyerp.com [Thu, 9 Dec 2010 11:05:10 +0000 (12:05 +0100)]
[FIX] l10n_uk: set a new certificate number

bzr revid: qdp-launchpad@tinyerp.com-20101209110510-n9rw0rfdlhhyttlr

13 years ago[IMP] orm,base: added context to _constraints functions + use generic osv.osv.check_r...
Olivier Dony [Thu, 9 Dec 2010 10:57:33 +0000 (11:57 +0100)]
[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

13 years ago[MERGE] merged the xrg branch containing some bugfixes
qdp-launchpad@tinyerp.com [Thu, 9 Dec 2010 10:57:07 +0000 (11:57 +0100)]
[MERGE] merged the xrg branch containing some bugfixes

bzr revid: qdp-launchpad@tinyerp.com-20101209105707-uifumqic7znndr3n

13 years ago[IMP] tools.misc: enabled Hebrew (he_IL) language
Olivier Dony [Thu, 9 Dec 2010 09:19:04 +0000 (10:19 +0100)]
[IMP] tools.misc: enabled Hebrew (he_IL) language

bzr revid: odo@openerp.com-20101209091904-ytigf6ja7j65yx63

13 years ago[MERGE] refactor maintenance.contract into publisher_warranty.contract + add system...
Nicolas Vanhoren [Wed, 8 Dec 2010 17:03:50 +0000 (18:03 +0100)]
[MERGE] refactor maintenance.contract into publisher_warranty.contract + add system logs scheduler

bzr revid: odo@openerp.com-20101208170350-p8tek7dk7wdtnzvb

13 years ago[IMP] Just removed small debug message in system logs cron.
niv-openerp [Wed, 8 Dec 2010 16:05:53 +0000 (17:05 +0100)]
[IMP] Just removed small debug message in system logs cron.

bzr revid: nicolas.vanhoren@openerp.com-20101208160553-g58841fmq93unt5y

13 years ago[IMP] Added timeout int the cron job to get the system logs.
niv-openerp [Wed, 8 Dec 2010 16:03:35 +0000 (17:03 +0100)]
[IMP] Added timeout int the cron job to get the system logs.

bzr revid: nicolas.vanhoren@openerp.com-20101208160335-00rlngburn1q04az

13 years ago[FIX] Change look of icon
Thibault Francois [Wed, 8 Dec 2010 14:40:00 +0000 (15:40 +0100)]
[FIX] Change look of icon

bzr revid: tfr@openerp.com-20101208144000-eqquuljma54pzbjf

13 years ago[FIX] base,release: updated some remaining source files to AGPLv3 license
Olivier Dony [Wed, 8 Dec 2010 14:17:07 +0000 (15:17 +0100)]
[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

13 years ago[FIX] survey: changed license to AGPLv3
Olivier Dony [Wed, 8 Dec 2010 13:59:16 +0000 (14:59 +0100)]
[FIX] survey: changed license to AGPLv3

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

bzr revid: odo@openerp.com-20101208135916-3tqd9znhbi5u215c

13 years ago[IMP] Cosmetic changes
niv-openerp [Wed, 8 Dec 2010 13:43:09 +0000 (14:43 +0100)]
[IMP] Cosmetic changes

bzr revid: nicolas.vanhoren@openerp.com-20101208134309-3rrvthpank14ao69

13 years ago[BUG-FIX] lp:670265
jam-openerp [Wed, 8 Dec 2010 13:36:50 +0000 (19:06 +0530)]
[BUG-FIX] lp:670265

bzr revid: jam@tinyerp.com-20101208133650-3q2zudm9ceh2fav0

13 years ago[IMP] license: renamed general license file, and included note about other applicable...
Olivier Dony [Wed, 8 Dec 2010 13:33:25 +0000 (14:33 +0100)]
[IMP] license: renamed general license file, and included note about other applicable licenses

bzr revid: odo@openerp.com-20101208133325-rlrtmzao8kzdp31o

13 years ago[FIX] osv.obj_list is broken via RPC and should not be available anymore
Olivier Dony [Wed, 8 Dec 2010 13:13:28 +0000 (14:13 +0100)]
[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

13 years ago[MERGE] lp:~openerp-dev/openobject-addons/jam-dev-addons1
Thibault Francois [Wed, 8 Dec 2010 12:16:15 +0000 (13:16 +0100)]
[MERGE] lp:~openerp-dev/openobject-addons/jam-dev-addons1

bzr revid: tfr@openerp.com-20101208121615-w461wpv45zf05i1n

13 years ago[merge]
nvi-openerp [Wed, 8 Dec 2010 10:52:49 +0000 (11:52 +0100)]
[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

13 years ago[REM] @default attribute: not handled by the GTK client and not specified anywhere...
Xavier Morel [Wed, 8 Dec 2010 10:36:48 +0000 (11:36 +0100)]
[REM] @default attribute: not handled by the GTK client and not specified anywhere or by anyone

bzr revid: xmo@openerp.com-20101208103648-3qca263rux8g0030

13 years ago[REM] all @default attributes: they should not be there and they aren't handled by...
Xavier Morel [Wed, 8 Dec 2010 10:23:05 +0000 (11:23 +0100)]
[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

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 8 Dec 2010 04:48:43 +0000 (04:48 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20101208044843-iaflyr3xboujht6p

13 years ago[MERGE+FIX] merged improvements to report_webkit from Nicolas Bessi (C2C), after...
Olivier Dony [Tue, 7 Dec 2010 18:21:54 +0000 (19:21 +0100)]
[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

13 years ago[FIX] tools.misc: correct argument to subprocess.Popen (via xrg, analysis/patch court...
Olivier Dony [Tue, 7 Dec 2010 17:05:51 +0000 (18:05 +0100)]
[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

13 years ago[FIX] reports: support for multi-company headers (pending improvements after v6.0)
Olivier Dony [Tue, 7 Dec 2010 16:15:23 +0000 (17:15 +0100)]
[FIX] reports: support for multi-company headers (pending improvements after v6.0)

bzr revid: odo@openerp.com-20101207161523-nxo1lz9u9edajbfa

13 years ago[IMP] overlay.js orverlay.js, skin : change Icon + remove email in searchbox + openur...
Thibault Francois [Tue, 7 Dec 2010 16:15:02 +0000 (17:15 +0100)]
[IMP] overlay.js orverlay.js, skin : change Icon + remove email in searchbox + openurl with menu in webclient + move menu

bzr revid: tfr@openerp.com-20101207161502-yo2b9i902uzml72l

13 years agosale: pack the warning message in one string (i18n), allow utf8 [Bug 684616]
P. Christeas [Tue, 7 Dec 2010 13:36:57 +0000 (15:36 +0200)]
sale: pack the warning message in one string (i18n), allow utf8 [Bug 684616]

As reported by Jacara, str(type_ul.name) would bork with unicode. In
addition, the concatenated string would be harder to translate.

bzr revid: p_christ@hol.gr-20101207133657-7tk732027zuj9whs

13 years agol10n_ro: fix the inherit of res.partner form
P. Christeas [Tue, 7 Dec 2010 13:36:44 +0000 (15:36 +0200)]
l10n_ro: fix the inherit of res.partner form

Since it needs to supplement the "vat" field, it should reference the
inherited "base_vat.view_partner_form" that introduces it, rather than
the "base.view_partner_form" that doesn't have it.

bzr revid: p_christ@hol.gr-20101207133644-0z0fc1b3h53u23fx

13 years agol10n_uk: invalidate the certificate
P. Christeas [Tue, 7 Dec 2010 13:36:35 +0000 (15:36 +0200)]
l10n_uk: invalidate the certificate

We cannot reuse the same certificate accross an addon rename.

bzr revid: p_christ@hol.gr-20101207133635-ohzh39tdvnrtxp87

13 years agobase_module_doc_rst: expand tabs at xml files.
P. Christeas [Tue, 7 Dec 2010 13:36:26 +0000 (15:36 +0200)]
base_module_doc_rst: expand tabs at xml files.

bzr revid: p_christ@hol.gr-20101207133626-6owfuexawo36v9sx

13 years agol10n_fr: xml indent one report.
P. Christeas [Tue, 7 Dec 2010 13:36:14 +0000 (15:36 +0200)]
l10n_fr: xml indent one report.

bzr revid: p_christ@hol.gr-20101207133614-ajv5lqb3qzunjjv0

13 years ago[FIX] Thunderbird Script Run
jam-openerp [Tue, 7 Dec 2010 11:38:49 +0000 (17:08 +0530)]
[FIX] Thunderbird Script Run

bzr revid: jam@tinyerp.com-20101207113849-s5u5lqa9u502nqe3

13 years ago[Merge] Merge bug fix lp:683047,lp:684527
Sbh (OpenERP) [Tue, 7 Dec 2010 10:34:29 +0000 (16:04 +0530)]
[Merge] Merge bug fix lp:683047,lp:684527

bzr revid: sbh@tinyerp.com-20101207103429-6eix18iy00kh4462

13 years ago[FIX] crm: Typo corrected.
uco (OpenERP) [Tue, 7 Dec 2010 10:30:14 +0000 (16:00 +0530)]
[FIX] crm: Typo corrected.

bzr revid: uco@tinyerp.com-20101207103014-9f3bw2jd7x39j5fl

13 years ago[MERGE] merged from sbh local branch
Harry (OpenERP) [Tue, 7 Dec 2010 10:27:53 +0000 (15:57 +0530)]
[MERGE] merged from sbh local branch

bzr revid: hmo@tinyerp.com-20101207102753-085jlu3mln64dc73

13 years ago[MERGE] merged from openobject-server trunk branch
Harry (OpenERP) [Tue, 7 Dec 2010 10:14:50 +0000 (15:44 +0530)]
[MERGE] merged from openobject-server trunk branch

bzr revid: hmo@tinyerp.com-20101207101450-20bcs8hwff9ka7r1

13 years ago[FIX] crm: 'Company' field should be in multi company group.
uco (OpenERP) [Tue, 7 Dec 2010 08:54:39 +0000 (14:24 +0530)]
[FIX] crm: 'Company' field should be in multi company group.

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

bzr revid: uco@tinyerp.com-20101207085439-gf95l6lozbxgg20a

13 years ago[MERGE] Bug fix lp:685977,lp:680704,lp:674241
Sbh (OpenERP) [Tue, 7 Dec 2010 08:37:47 +0000 (14:07 +0530)]
[MERGE] Bug fix lp:685977,lp:680704,lp:674241

bzr revid: sbh@tinyerp.com-20101207083747-trvx7xeucdjw5huk

13 years ago[BUG-FIX] lp:674241
jam-openerp [Tue, 7 Dec 2010 07:24:41 +0000 (12:54 +0530)]
[BUG-FIX] lp:674241

bzr revid: jam@tinyerp.com-20101207072441-7vi87ppbr0s2zk6p

13 years ago[BUG-FIX] lp:685977
jam-openerp [Tue, 7 Dec 2010 06:39:45 +0000 (12:09 +0530)]
[BUG-FIX] lp:685977

bzr revid: jam@tinyerp.com-20101207063945-bwm3s2b4jqbd24kp

13 years ago[IMP] view.rng :Add the invisible attribute in page,partner: set the invisible on...
Sbh (OpenERP) [Tue, 7 Dec 2010 06:31:32 +0000 (12:01 +0530)]
[IMP] view.rng :Add the invisible attribute in page,partner: set the invisible on History tab

bzr revid: sbh@tinyerp.com-20101207063132-ppgrics4oo7ia01q

13 years ago[MERGE] Merge with lp:openobject-server
Sbh (OpenERP) [Tue, 7 Dec 2010 06:14:23 +0000 (11:44 +0530)]
[MERGE] Merge with lp:openobject-server

bzr revid: sbh@tinyerp.com-20101207061423-j1nkihudn306h2gz

13 years ago[BUG-FIX] lp:680704
jam-openerp [Tue, 7 Dec 2010 06:11:50 +0000 (11:41 +0530)]
[BUG-FIX] lp:680704

bzr revid: jam@tinyerp.com-20101207061150-swi023vg3fvb63y2

13 years ago[MERGE]: Merged with team1.
uco (OpenERP) [Tue, 7 Dec 2010 05:36:37 +0000 (11:06 +0530)]
[MERGE]: Merged with team1.

bzr revid: uco@tinyerp.com-20101207053637-1g80tq1npmg44o9e