Commit Graph

32764 Commits

Author SHA1 Message Date
Xavier Morel f9cbad5bf6 [FIX] correctly display crash manager in case of report error
lp bug: https://launchpad.net/bugs/917227 fixed

bzr revid: xmo@openerp.com-20120119144837-dp6r7vqx581b4mrt
2012-01-19 15:48:37 +01:00
Christophe Simonis c078d23d16 [FIX] avoid blank page when the database assigned to the session has been removed
bzr revid: chs@openerp.com-20120119143057-pbqdh15jptyc7y0a
2012-01-19 15:30:57 +01:00
Xavier Morel 766c664d6d [FIX] extend revid:fme@openerp.com-20120117124417-k3vdiktc93gl99fi to all instances of Firefox
bug randomly happens on FF 9.0.1/OSX as well

bzr revid: xmo@openerp.com-20120119114614-6br6qj4byhy0ct1a
2012-01-19 12:46:14 +01:00
Olivier Dony c5845be244 [FIX] report_webkit: translations lookup should ignore report name for webkit reports
Webkit/Mako translations are quite different from RML
report translations, and very similar to translations
for Python code terms, i.e. with _(). The method to
lookup the translations at rendering time should thus
be similar to what _() does for Python code terms, and
not depend on the name of the report, which is not
known when exporting the translation template, and is
therefore not available in POT meta-data.
This bears no performance penalty, as we are still
only looking inside 'report'-typed translations with
the matching 'source term'.
The only downside is that this prevents per-report
translations, but this is not supported by our
translation import/export system anyway, so it 
does not matter (msgid strings must be unique
within a PO file, and we don't support context-
sensitive PO files yet).

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

bzr revid: odo@openerp.com-20120119102145-tp3w80bhjwq11q84
2012-01-19 11:21:45 +01:00
Olivier Dony 5d743ccc53 [FIX] report_webkit: avoid using report name in temp file path, breaks with non-ASCII (translated) report names
bzr revid: odo@openerp.com-20120119101149-6npyju87vz2mi5c2
2012-01-19 11:11:49 +01:00
Vo Minh Thu 8568e89ddf [FIX] document_ftp: break self-import (which is causing a segfault since the import-hook has been merged in the server).
bzr revid: vmt@openerp.com-20120119095724-wkbu8oewdxzbvwxd
2012-01-19 10:57:24 +01:00
Xavier Morel 03c5fd00a2 [MERGE] various style and code improvements, and overly broad exception handlers fixes
bzr revid: xmo@openerp.com-20120119095236-0ge089y2yhpcz8h3
2012-01-19 10:52:36 +01:00
Xavier Morel 06fccf455d [IMP] avoid creating and discarding OpenERPSession instances on each request which already uses a valid session
bzr revid: xmo@openerp.com-20120119094315-7sz1rqno09i6gv3b
2012-01-19 10:43:15 +01:00
Florent Xicluna b540f5ad3f [REF] the openerplib should be fixed upstream.
bzr revid: florent.xicluna@gmail.com-20120119093520-92udlqrq8ufyw43s
2012-01-19 10:35:20 +01:00
Florent Xicluna 4b65b076f0 [REF] do not create useless OpenERPSession objects on each request.
bzr revid: florent.xicluna@gmail.com-20120119090648-jck7ggaigy6zaalw
2012-01-19 10:06:48 +01:00
Florent Xicluna 3ec4ad3201 [REF] code review.
bzr revid: florent.xicluna@gmail.com-20120119085213-94b2p3268q25bni2
2012-01-19 09:52:13 +01:00
Launchpad Translations on behalf of openerp d49c7de24d Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120119045114-1uzft0w0d45gb143
2012-01-19 04:51:14 +00:00
Olivier Dony f1dc3773b8 [FIX] email_template: properly pass target model in composition wizard reloading action
This fixes reloading of the composition wizard after selecting
templating options in the new web client.

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

bzr revid: odo@openerp.com-20120118162203-17d1tug4lw40wpex
2012-01-18 17:22:03 +01:00
niv-openerp 3e7c98f5e5 [imp] cleared main html
bzr revid: nicolas.vanhoren@openerp.com-20120118161735-2yuxisndfq92ctoi
2012-01-18 17:17:35 +01:00
niv-openerp 5182408541 [imp] added id to fields values to please tfr
bzr revid: nicolas.vanhoren@openerp.com-20120118161517-dz9nwcgp49vbqgwj
2012-01-18 17:15:17 +01:00
Vo Minh Thu 8ffac09200 [MERGE] tools.literal_eval -> ast.literal_eval (as we drop python 2.5 support).
bzr revid: vmt@openerp.com-20120118160153-o2nbgxwndhfh3yc0
2012-01-18 17:01:53 +01:00
Xavier Morel f1e60702e3 [FIX] re-add auto_search
lp bug: https://launchpad.net/bugs/908696 fixed

bzr revid: xmo@openerp.com-20120118144826-3aio04bfrf35wx7i
2012-01-18 15:48:26 +01:00
Quentin (OpenERP) 448555efbc [MERGE] lp:916704
bzr revid: qdp-launchpad@openerp.com-20120118133834-33e48s20r11zc2ct
2012-01-18 14:38:34 +01:00
Minh Tran 34c7e0b08d [FIX] Fixed transparent login pane issue in IE8
bzr revid: mit@openerp.com-20120118130403-5nfselwnwtkad4q4
2012-01-18 14:04:03 +01:00
Quentin (OpenERP) 7e64d5270e [MERGE] lp:915426
bzr revid: qdp-launchpad@openerp.com-20120118125046-rlre1oheeuwfepwh
2012-01-18 13:50:46 +01:00
Vo Minh Thu a3c18f3173 [IMP] tools.literal_eval -> ast.literal_eval (as we drop python 2.5 support).
bzr revid: vmt@openerp.com-20120118111855-he177la0butae3jr
2012-01-18 12:18:55 +01:00
Vo Minh Thu 110e826252 [MERGE] changes required for the "import hook" commit in the server.
bzr revid: vmt@openerp.com-20120118104708-wqa2fam7qnaw3jdk
2012-01-18 11:47:08 +01:00
Vo Minh Thu 7f6df68536 [MERGE] changes required for the "import hook" commit in the server.
bzr revid: vmt@openerp.com-20120118104635-mn4vca0xw2b9s8w2
2012-01-18 11:46:35 +01:00
Vo Minh Thu 75b3fc0907 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20120118101252-e81nlyzym2nkebf4
2012-01-18 11:12:52 +01:00
Launchpad Translations on behalf of openerp 8fc14b07fc Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120118044449-u5o363u389ur3ajo
2012-01-18 04:44:49 +00:00
Fabien Meghazi 152f92916b [FIX] QWeb: well... ahem... This is embarassing...
bzr revid: fme@openerp.com-20120117215949-36uxh7r1izvah35l
2012-01-17 22:59:49 +01:00
Fabien Meghazi ad3604737d [FIX] Fix QWeb default dict extend
bzr revid: fme@openerp.com-20120117215542-2j31xq9iovu2z0cv
2012-01-17 22:55:42 +01:00
Fabien Meghazi 182c88b4fb [REM] Forgot a console.log
bzr revid: fme@openerp.com-20120117215255-2klsb78lfor3y6jb
2012-01-17 22:52:55 +01:00
Fabien Meghazi ebb62abe7a [FIX] QWeb: fix 2 unit tests
bzr revid: fme@openerp.com-20120117212234-u4wo2m9c3ew2t6ej
2012-01-17 22:22:34 +01:00
Fabien Meghazi da0522edb7 [REV] Revert Revision#6353: Will use __last_update instead of write_date
bzr revid: fme@openerp.com-20120117202859-uoo6jw9nilfxs33b
2012-01-17 21:28:59 +01:00
Fabien Meghazi 360d738788 [IMP] Kanban: use __last_update instead of write_date
bzr revid: fme@openerp.com-20120117202607-sj6v29istbkxt9rq
2012-01-17 21:26:07 +01:00
Christophe Simonis 031f85a37a [FIX] correct session cleaning
bzr revid: chs@openerp.com-20120117170636-7z6epwzt7rlrtaip
2012-01-17 18:06:36 +01:00
Xavier Morel b9a290a38b [FIX] avoid losing all available views when switching from graph to list via clicking on graph item
bzr revid: xmo@openerp.com-20120117164337-tuh1tkjra0drvg7r
2012-01-17 17:43:37 +01:00
Olivier Dony 387c476a1d [FIX] l10n_multilang: account.account.name needs to be translatable, courtesy of Nicolas Bessi (Camptocamp)
The translatable flag in account.account.name was
lost during a failed merge operation, so it needs
to be restored.

bzr revid: odo@openerp.com-20120117161935-vdfz38w97undmvi2
2012-01-17 17:19:35 +01:00
Xavier Morel 68c97bd36b [FIX] buttons order in dialog confirming actions
bzr revid: xmo@openerp.com-20120117153333-6cuih7w3iuuv1mlk
2012-01-17 16:33:33 +01:00
Xavier Morel 48d63ff9c6 [FIX] missing translation mark
bzr revid: xmo@openerp.com-20120117153232-7232xrscs016o150
2012-01-17 16:32:32 +01:00
Xavier Morel 8da5428006 [FIX] re-fix weird behavior of Firefox where text punches out of buttons if white-space nowrap and width 100% but not enough room
lp bug: https://launchpad.net/bugs/917551 fixed

bzr revid: xmo@openerp.com-20120117151051-m3l2lo7fiykcbv4t
2012-01-17 16:10:51 +01:00
Xavier Morel 517862aa45 [FIX] some MSIE8 stuff
bzr revid: xmo@openerp.com-20120117144359-k9l1289wq8ngb3pr
2012-01-17 15:43:59 +01:00
Xavier Morel c82878388a [FIX] qweb: benchmark on browsers without console.time & console/timeEnd
bzr revid: xmo@openerp.com-20120117143806-x5hqclaw6a8hdu98
2012-01-17 15:38:06 +01:00
Xavier Morel 98f0b22d9a [MERGE] qweb casing fix
bzr revid: xmo@openerp.com-20120117140254-ans3ugulji5h61vw
2012-01-17 15:02:54 +01:00
Xavier Morel aeebcf3dcc [FIX] un-nivity call of WebClient, IE8 does not like nobody to mess with its body:
bzr revid: xmo@openerp.com-20120117140213-u2n1l4cg1nz1xrea
2012-01-17 15:02:13 +01:00
Fabien Meghazi 425b6b4b33 [FIX] QWeb: Internet Explorer DOM converts tags to uppercase
bzr revid: fme@openerp.com-20120117135958-gv2iv4ixomqzcnny
2012-01-17 14:59:58 +01:00
Xavier Morel 7d305cbbee [FIX] MSIE does not like calling .html on the page's title, set the string on the document's title directly (as a property)
bzr revid: xmo@openerp.com-20120117135817-t3ggfjp71r6io6b4
2012-01-17 14:58:17 +01:00
Xavier Morel 439f23d77b [FIX] root css on .openerp, not body.openerp
bzr revid: xmo@openerp.com-20120117135312-f9pmqgmy4704vfyh
2012-01-17 14:53:12 +01:00
Fabien Meghazi a76f9d6112 [ADD] Add write_date to hr.employee and product.product in order to allow image reloading in kanban views
bzr revid: fme@openerp.com-20120117134713-uewdqmv08r6r5hmq
2012-01-17 14:47:13 +01:00
Fabien Meghazi 56fb6cba85 [IMP] Kanban images not being reloaded when saved in form view
Kanban view now uses write_date if defined in model in order to force reload of images

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

bzr revid: fme@openerp.com-20120117134541-yvernouqxuegoep4
2012-01-17 14:45:41 +01:00
Xavier Morel 07a459f2d4 [FIX] trailing commas
bzr revid: xmo@openerp.com-20120117132843-obecwigtts1rf9ja
2012-01-17 14:28:43 +01:00
Fabien Meghazi 809968ecfd [FIX] Char fields don't correctly retain their values in Firefox 3.6
Unknown bug in old version of firefox :
input type=text onchange event not fired when tootip is shown

Disabled tooltips for gecko version < 2

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

bzr revid: fme@openerp.com-20120117124417-k3vdiktc93gl99fi
2012-01-17 13:44:17 +01:00
Xavier Morel 4a16a74de0 [IMP] only display group paginator if there are more than 80 records in the group
bzr revid: xmo@openerp.com-20120117124312-n4h9r1g9ovk09xli
2012-01-17 13:43:12 +01:00
Xavier Morel 1a0e9063d4 [FIX] forbid spaces in db names
lp bug: https://launchpad.net/bugs/916771 fixed

bzr revid: xmo@openerp.com-20120117120035-n7kk3uzfqwdgkm88
2012-01-17 13:00:35 +01:00