Commit Graph

42176 Commits

Author SHA1 Message Date
Antony Lesuisse 31eb4879e6 [FIX] add depends on xlwt
bzr revid: al@openerp.com-20120112140234-fzkosusicvpw6pf5
2012-01-12 15:02:34 +01:00
Fabien Meghazi 378c20491b [FIX] Attachment creation does not set datas_fname in ir_attachments
lp bug: https://launchpad.net/bugs/909069 fixed

bzr revid: fme@openerp.com-20120112134856-um5lw4b42x0vbmiw
2012-01-12 14:48:56 +01:00
Christophe Simonis 137310ed4a [FIX] adapt auth_openid to new login page
bzr revid: chs@openerp.com-20120112125416-uixisb5sks604ejg
2012-01-12 13:54:16 +01:00
Christophe Simonis 5446d01ba1 [IMP] web: keep sessions at least 5 minutes
bzr revid: chs@openerp.com-20120112125207-03wb2qlpfu7y8wvx
2012-01-12 13:52:07 +01:00
Fabien Meghazi 2595678d9b [IMP] Improved menu folding icon when menu is empty
bzr revid: fme@openerp.com-20120112124815-lqxx19v4deerozlq
2012-01-12 13:48:15 +01:00
Fabien Meghazi 5be2f1123f [REM] Commented out some debug output
bzr revid: fme@openerp.com-20120112124456-yvegpuajefyg26uo
2012-01-12 13:44:56 +01:00
Christophe Simonis eb53f66c7c [FIX] load modules when all css/qweb/js files are loaded
bzr revid: chs@openerp.com-20120112112138-gwxicn1zp5kkvsa9
2012-01-12 12:21:38 +01:00
Fabien Meghazi 86c2821961 [IMP] Crm meetings calendar view now uses new context key: 'calendar_default_<field>'
Note: this change needs web client Revision:
1946 revid:fme@openerp.com-20120112110953-6aqfd7nrzgp538br

bzr revid: fme@openerp.com-20120112111431-6nzqjti316zsqaw0
2012-01-12 12:14:31 +01:00
Fabien Meghazi 11d094b452 [ADD] Add support for new context key 'calendar_default_<field>' in order to set correct filter in sidebar
lp bug: https://launchpad.net/bugs/914195 fixed

bzr revid: fme@openerp.com-20120112110953-6aqfd7nrzgp538br
2012-01-12 12:09:53 +01:00
Olivier Dony e216218f44 [FIX] res.partner.category: merge the 2 classes bearing the same name
The name conflict causes the second class to
shadow the first one, thus breaking future
references to the first one, including any
super() call inside it!
6.1 has 2-pass loading of models so we can
simply merge the two classes now, and get
rid of the issue.

bzr revid: odo@openerp.com-20120112105043-ij740gptzu4gv6tw
2012-01-12 11:50:43 +01:00
Xavier Morel f4efb938e2 [FIX] forgot to forward arguments correctly in xmo@openerp.com-20120112084910-6fxbzbgmv51utyko
bzr revid: xmo@openerp.com-20120112102941-qa596ufk5nlc2nqp
2012-01-12 11:29:41 +01:00
Thibault Delavallée 813a847aff [MERGE] account_followup: small fixes in views
bzr revid: tde@openerp.com-20120112102723-13m2kni11irx5e1f
2012-01-12 11:27:23 +01:00
Fabien Meghazi c16b3461b5 [FIX] Fixed Data Import Dialog that I previously broke during Dialog refactoring
bzr revid: fme@openerp.com-20120112100206-sk9vnsdeqk18ursa
2012-01-12 11:02:06 +01:00
Thibault Delavallée 650c9cc56e [MERGE] survey: fixed bug 914208: removed dynamic sequence calculation not working in web client and making client crash by removing o2m referencing themselves in context. Also removed now unused data_get method.
bzr revid: tde@openerp.com-20120112090258-kl5g5sb7hn906i27
2012-01-12 10:02:58 +01:00
Xavier Morel 12e3ef7fbf [IMP] add lazier proxy method on CallbackEnabled, use it in WebClient and ListView
bzr revid: xmo@openerp.com-20120112084910-6fxbzbgmv51utyko
2012-01-12 09:49:10 +01:00
Vo Minh Thu c92b29e3f9 [FIX] gunicorn.conf.py: undo the previous change (commited by mistake with another, intended, change).
bzr revid: vmt@openerp.com-20120112084842-1xqal5okrmuhyxsu
2012-01-12 09:48:42 +01:00
Vo Minh Thu 5089a678cb [IMP] res_users.login(): eliminate a possibility to get a transaction rollbacked
because of concurrent access. This can happen when the same user is trying to log in
from many clients concurrently.

bzr revid: vmt@openerp.com-20120112084030-kkz1aztp5t6vkbh9
2012-01-12 09:40:30 +01:00
Mayur Maheshwari (OpenERP) cc1712f620 [IMP]account_followup: added a separator & nolabel on text field and set a separator above on text area
bzr revid: mma@tinyerp.com-20120112061108-njj8qwiotblkt1oz
2012-01-12 11:41:08 +05:30
Launchpad Translations on behalf of openerp a2895b719f Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120111044006-ehpf8voofuo20mzc
bzr revid: launchpad_translations_on_behalf_of_openerp-20120112054003-82qy0l7x1jbboc9r
bzr revid: launchpad_translations_on_behalf_of_openerp-20120112054058-8hdv1vhku59lbgb3
bzr revid: launchpad_translations_on_behalf_of_openerp-20120112060622-vns7g4vc2v6thkme
2012-01-12 06:06:22 +00:00
Kuldeep Joshi (OpenERP) 08d728e05c [IMP] survey: remove o2m field from context
bzr revid: kjo@tinyerp.com-20120112053524-cepe03223ac1eyds
2012-01-12 11:05:24 +05:30
Xavier Morel 88eb2db8f9 [FIX] doc typo
bzr revid: xmo@openerp.com-20120111162923-v1icuslj5jtcfme8
2012-01-11 17:29:23 +01:00
Fabien Meghazi cd24ca9485 [IMP] Avoid overflow of large menu items
bzr revid: fme@openerp.com-20120111160746-c995eu97zi9eia3p
2012-01-11 17:07:46 +01:00
Fabien Meghazi 36ff9d800f [IMP] Restyling of the config todo list
bzr revid: fme@openerp.com-20120111155933-bh30vkmnxx53wrka
2012-01-11 16:59:33 +01:00
Raphael Collet 7c19651b79 [MERGE] crm_claim: small fix in view
bzr revid: rco@openerp.com-20120111151134-otcm22hc4dlr6msf
2012-01-11 16:11:34 +01:00
Raphael Collet c209340237 [MERGE] stock: fix upstream/downstream traceability actions on stock.tracking form
bzr revid: rco@openerp.com-20120111150942-1n1uvga1mcenlmhw
2012-01-11 16:09:42 +01:00
Raphael Collet 28cd00faff [MERGE] document: fix spelling
bzr revid: rco@openerp.com-20120111150047-wk95ms1h2hg2cipq
2012-01-11 16:00:47 +01:00
Thibault Delavallée d7495a1fce [MERGE]: crm_meeting: added fields in tree view, because inheritance by import_google make it crash
bzr revid: tde@openerp.com-20120111145731-wv4jcrzu9c790hbz
2012-01-11 15:57:31 +01:00
Raphael Collet 8a5e65e136 [IMP] mrp: code cleanup
bzr revid: rco@openerp.com-20120111145015-p7dyajf516izv97c
2012-01-11 15:50:15 +01:00
Xavier Morel 927cd5135a [IMP] add explanation as to why the preferences dialog reloads the page instead of reloading just the web client (session and menus)
bzr revid: xmo@openerp.com-20120111144443-a9cbbysgkxrukqub
2012-01-11 15:44:43 +01:00
Xavier Morel ca493e5481 [FIX] button order in preferences dialog
bzr revid: xmo@openerp.com-20120111144345-8n63z50gic7m0d3w
2012-01-11 15:43:45 +01:00
Xavier Morel c7cae917d0 [FIX] implicit global
bzr revid: xmo@openerp.com-20120111144327-s1vox3q1hdpufxmz
2012-01-11 15:43:27 +01:00
Raphael Collet f5d9ff5ba9 [MERGE] stock: fix 'split into production lots', raise error when quantity exceeds available quantity
bzr revid: rco@openerp.com-20120111143956-a5c3pr3ffltuw201
2012-01-11 15:39:56 +01:00
Xavier Morel 79845e5e1d [IMP] attach old callback to webclient reloading
bzr revid: xmo@openerp.com-20120111143502-n1dl41qm74v6uj4i
2012-01-11 15:35:02 +01:00
Xavier Morel c1b26ed89d [FIX] WebClient.do_reload's deferred chain, split session reloading and session init
that way we don't try to reload all addons every time, not sure it's the best idea though, we'll see

bzr revid: xmo@openerp.com-20120111143144-akq23gtyuxfdq6z9
2012-01-11 15:31:44 +01:00
niv-openerp a03bd12a44 [fix] problem in o2m
bzr revid: nicolas.vanhoren@openerp.com-20120111143712-fln5ddnfobp84ieb
2012-01-11 15:37:12 +01:00
Thibault Delavallée ae95d87a22 [MERGE] leads: fixed broken 'convert to opportunity' button in tree view. Also modified button icon.
bzr revid: tde@openerp.com-20120111142608-yz2ndtn5os6y1ovi
2012-01-11 15:26:08 +01:00
Fabien Meghazi 5f3e6fdd9e [IMP] Disable right click on m2o button
bzr revid: fme@openerp.com-20120111140222-cirxtmubrma6qj9b
2012-01-11 15:02:22 +01:00
Stephane Wirtel 6d64acd8b6 [FIX] pass the rpm bdist packaging
bzr revid: stw@openerp.com-20120111135851-xsge7gtze1jf4gml
2012-01-11 14:58:51 +01:00
vishmita fb7d6b2111 [FIX]attachment without fname_attachment.
lp bug: https://launchpad.net/bugs/909069 fixed

bzr revid: vja@vja-desktop-20120111125501-3jh2u9oyvt92ble9
2012-01-11 18:25:01 +05:30
Fabien Meghazi 946b33ad9c [FIX] Binary Field shouldn't load all base64 data when the object data is loaded
lp bug: https://launchpad.net/bugs/914272 fixed

bzr revid: fme@openerp.com-20120111124911-73ee4heyy8xqq4zp
2012-01-11 13:49:11 +01:00
Kuldeep Joshi (OpenERP) bb310058cd [FIX] survey: set default_get method
lp bug: https://launchpad.net/bugs/914208 fixed

bzr revid: kjo@tinyerp.com-20120111124845-sgqff6zxul3bbwh8
2012-01-11 18:18:45 +05:30
Minh Tran ee54da8b90 Merge from trunk
bzr revid: mit@openerp.com-20120111122421-5mywxemtnp0e7an8
2012-01-11 13:24:21 +01:00
Minh Tran 0d64d9940d Added padding to dashboard action content
bzr revid: mit@openerp.com-20120111122147-6296xy0i7h7lm71v
2012-01-11 13:21:47 +01:00
Fabien Meghazi 57bc6ec7d0 [IMP] Change uservoice javascript due to web client's Dataset refactoring in Rev#1930
bzr revid: fme@openerp.com-20120111112120-sxq5zvz489zvanfx
2012-01-11 12:21:20 +01:00
Fabien Meghazi 37f923fb0f [REM] Refactored Dataset. Removed callbacks for #read_ids, #read_slice, #read_index and #default_get
Added options argument where needed

bzr revid: fme@openerp.com-20120111111539-wr0afax30sf66rmk
2012-01-11 12:15:39 +01:00
Minh Tran ce2202a823 Merge from trunk
bzr revid: mit@openerp.com-20120111110803-pcizwc2x9w51tsdx
2012-01-11 12:08:03 +01:00
Minh Tran d63c20b73d Restyling of the config todo list
bzr revid: mit@openerp.com-20120111110743-ir7lg59is1y9fegp
2012-01-11 12:07:43 +01:00
Fabien Meghazi fca894050a [IMP] Refactored web.Dialog (again)
bzr revid: fme@openerp.com-20120111110648-thxst5ot0te60fj5
2012-01-11 12:06:48 +01:00
Mayur Maheshwari (OpenERP) ee018f4d48 [IMP]crm_claim: added a widget= email in email_from field
bzr revid: mma@tinyerp.com-20120111103507-zraugj3pkwamwjy3
2012-01-11 16:05:07 +05:30
Xavier Morel 2b736ee2cf [FIX] correctly htmlescape data in format_cell
* htmlescape everything coming from format_value
* use _.template instead of _.str.sprintf to more easily escape data in binary rendering
* move progressbar rendering to format_cell since it produces HTML nodes, render it via _.template

bzr revid: xmo@openerp.com-20120111095853-voaoxkvdls294q5s
2012-01-11 10:58:53 +01:00