Commit Graph

32676 Commits

Author SHA1 Message Date
Launchpad Translations on behalf of openerp 5b10b7022d Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120115052053-qy9rgrxe745vw4zw
bzr revid: launchpad_translations_on_behalf_of_openerp-20120116051929-9hq3xgbkj3t90wvt
bzr revid: launchpad_translations_on_behalf_of_openerp-20120114054042-idria8u0iiizg9xu
bzr revid: launchpad_translations_on_behalf_of_openerp-20120115053522-rki2r1zjt8544t0c
bzr revid: launchpad_translations_on_behalf_of_openerp-20120116052722-mb4w266h2j8som8q
2012-01-16 05:27:22 +00:00
Xavier Morel 69da5203a9 [FIX] edi: the final semicolon in an openerp-web module is not optional, and breaks the loading of the module in production mode
bzr revid: xmo@openerp.com-20120113145647-jmu0d474tpqgt8ai
2012-01-13 15:56:47 +01:00
Launchpad Translations on behalf of openerp a61762c71f Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120114051310-6sj2xkv5gwq8cr0p
2012-01-14 05:13:10 +00:00
Xavier Morel af29425b06 [FIX] missing translation marks
bzr revid: xmo@openerp.com-20120113175529-7m3kc08vao4ws9a8
2012-01-13 18:55:29 +01:00
Xavier Morel 7373de6fe6 [IMP] move fields_get display from process view to debug dropdown
bzr revid: xmo@openerp.com-20120113175405-buakxhqmq76gev24
2012-01-13 18:54:05 +01:00
niv-openerp 0b7552b0fb [fix] the create button in the gantt view does not work
bzr revid: nicolas.vanhoren@openerp.com-20120113164458-ag5ouf4fy3l6xce9
2012-01-13 17:44:58 +01:00
Xavier Morel 6595a05ee0 [ADD] link to debug mode in about window
bzr revid: xmo@openerp.com-20120113162849-tv0mirnxn6va111b
2012-01-13 17:28:49 +01:00
Raphael Collet 6132cfc44f [MERGE] stock: always use full name in name_get of stock.location
bzr revid: rco@openerp.com-20120113160054-elutn20eaeh0fkdt
2012-01-13 17:00:54 +01:00
Raphael Collet 1ffff3d89a [IMP] stock: add uom next to quantity in kanban view of product
bzr revid: rco@openerp.com-20120113154706-02tv0ld70y9dpzsp
2012-01-13 16:47:06 +01:00
Raphael Collet 3278a63fd9 [FIX] stock: fix form view of production lot
bzr revid: rco@openerp.com-20120113151723-mjwksx9xnoq6fcaj
2012-01-13 16:17:23 +01:00
Raphael Collet 6068fc44fd [IMP] stock: remove 'full' from context for locations, no longer useful
bzr revid: rco@openerp.com-20120113151647-mo7rprxwhqy589ki
2012-01-13 16:16:47 +01:00
Xavier Morel 33c42c76cd [FIX] loading of new modules after installation
bzr revid: xmo@openerp.com-20120113151638-qoa0vlhunxiq1g2p
2012-01-13 16:16:38 +01:00
Raphael Collet aa84c454ad [IMP] stock.location: always return full name in name_get
bzr revid: rco@openerp.com-20120113151548-hyj48p274sbgj4vu
2012-01-13 16:15:48 +01:00
Xavier Morel 1eff27c138 [FIX] remember to load not-yet-loaded modules after they've been installed, improve load_modules to be incremental (load only modules which are not installed)
bzr revid: xmo@openerp.com-20120113150829-s7ejfivy5kyqvy3f
2012-01-13 16:08:29 +01:00
Xavier Morel c54d3337e6 [FIX] avoid having the XML concatenator blow up when passed an empty list of files ~/projects/tiny/web/current
turns out ElementTree has a hard time XML-serializing ``None`` (who'd
have guessed...), which is what it gets told to do when concat_xml is
called with an empty list of files.

Return an empty string and no timestamp (should probably be one there
at some point, but...) and fix the QWeb loader to not do anything when
it gets an empty template file.

bzr revid: xmo@openerp.com-20120113150641-6i3ot1jg7r3kpw3d
2012-01-13 16:06:41 +01:00
Xavier Morel a76f6d2a4e [FIX] concatenated JS files blowing up when not terminated with a semicolon
If the final semicolon of an openerp module is forgotten and the next
file starts with an expression (such as a parens, because it's a
third-party module using the module pattern, see Backbone.js or jQuery
for examples), the JS parser will not perform semicolon insertion and
will instead try to execute the module's wrapper/initializer function
by passing it whatever follows it (generally an other function).

This usually results in an error and stuff blowing out everywhere for
no obvious reason.

Concatenation of JS files now adds an explicit semicolon between files
(ideally it should only add one if it's missing, but that would
require backtracking in the file while skipping comments &etc, can't
be arsed and double-semicolons don't hurt much) to avoid this issue.

bzr revid: xmo@openerp.com-20120113150110-47j90oishtjrib7s
2012-01-13 16:01:10 +01:00
Xavier Morel db74707573 [IMP] make chs's http session cleanup spam less spammy
bzr revid: xmo@openerp.com-20120113145832-q6ogcwqnghfylys8
2012-01-13 15:58:32 +01:00
Raphael Collet 0a04e3640d [IMP] fetchmail: fix form view of fetchmail.server
bzr revid: rco@openerp.com-20120113141703-jgoydtvwuwgz50ol
2012-01-13 15:17:03 +01:00
niv-openerp 8c06e573a9 [fix] problem with DateTimeWidget
bzr revid: nicolas.vanhoren@openerp.com-20120113110459-0p2xl3t90j4nasxe
2012-01-13 12:04:59 +01:00
Xavier Morel 9fb0c46f67 [FIX] display each subflow only once in process view
bzr revid: xmo@openerp.com-20120113100051-5a7j1v410g6h0e4b
2012-01-13 11:00:51 +01:00
Xavier Morel eec04907fd [FIX] cancel button was removed from editable list rows, so stop adding front padding, it breaks o2m tables
bzr revid: xmo@openerp.com-20120113095634-csnvigeweu76gn2w
2012-01-13 10:56:34 +01:00
Xavier Morel a23e7f362c [ADD] test edge cases for formatting float_time using Lorenzo Battistini's test cases
bzr revid: xmo@openerp.com-20120113092246-0dmh2khwj2748apo
2012-01-13 10:22:46 +01:00
Xavier Morel c89d45b658 [IMP] display a warning and disable excel export option when XLWT is not installed
lp bug: https://launchpad.net/bugs/915347 fixed

bzr revid: xmo@openerp.com-20120113090611-lmiu5y7y7b9td8hg
2012-01-13 10:06:11 +01:00
Xavier Morel 4f57d12b65 [FIX] propagation of events from records removed from a collection in ListView's internals
lp bug: https://launchpad.net/bugs/915247 fixed

bzr revid: xmo@openerp.com-20120113082658-vsvm5yoksaz3m9se
2012-01-13 09:26:58 +01:00
Launchpad Translations on behalf of openerp 1ba5e0ae7c Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120113044029-g5gennaovbmjxfut
bzr revid: launchpad_translations_on_behalf_of_openerp-20120113050144-no4194ciwerac0dr
2012-01-13 05:01:44 +00:00
Olivier Dony 6ef4c086a9 [REL] OpenERP 6.1rc1
bzr revid: odo@openerp.com-20120112201415-xkdojp6hgekaa3va
2012-01-12 21:14:15 +01:00
Antony Lesuisse f0b7f221ce [IMP] append username in session directory
bzr revid: al@openerp.com-20120112192534-fc2eilownqwwnssl
2012-01-12 20:25:34 +01:00
Xavier Morel 8f4a0277ac [FIX] unbind handlers on records from a collection when the record is removed from the collection or the collection is reset
bzr revid: xmo@openerp.com-20120112170917-n6xadpzkbflk9s2c
2012-01-12 18:09:17 +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
Antony Lesuisse b7b04bd17d [IMP] revert ir config todo styling move checkbox at the right
bzr revid: al@openerp.com-20120112131459-lt3rmnpannlfbr9i
2012-01-12 14:14:59 +01:00
niv-openerp 059a8068f2 [fix] problem with email template preview
bzr revid: nicolas.vanhoren@openerp.com-20120112153419-morwrmy7ozqxup6f
2012-01-12 16:34:19 +01:00
Fabien Meghazi 2ea7dae91f [FIX] Fix default field focus that was broken
bzr revid: fme@openerp.com-20120112151527-peee706mfv7nciye
2012-01-12 16:15:27 +01:00
Thibault Delavallée 9b827b47c2 [MERGE]: survey: fixed a bug in warning message when users exceed maximal number of allowed answers
bzr revid: tde@openerp.com-20120112150515-sxozygi6n4m6hs0f
2012-01-12 16:05:15 +01:00
Fabien Meghazi 301ccd20b2 [REM] Commented out a debug logging
bzr revid: fme@openerp.com-20120112144547-s4vziyeazy1at8ag
2012-01-12 15:45:47 +01:00
Fabien Meghazi 4da096cb23 [FIX] Calendar: In drag and drop in month view, remove one second to end date
bzr revid: fme@openerp.com-20120112142307-2d0mffhvwwl51di8
2012-01-12 15:23:07 +01:00
Fabien Meghazi 12b8bf980a [FIX] Fix calendar date_start date_stop in new event form popup
bzr revid: fme@openerp.com-20120112141730-kipnpmm6zi41nvq6
2012-01-12 15:17:30 +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
Hardik Ansodariy (OpenERP) 220f75daec [IMP] Fix the issue of warning
bzr revid: han@tinyerp.com-20120112120229-kyu83vrute2wykag
2012-01-12 17:32:29 +05:30
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
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
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