Commit Graph

29182 Commits

Author SHA1 Message Date
Naresh (OpenERP) 6c210e6290 [IMP]:ValueError Message when running a YAML test that belong to a module test suite as standalone
lp bug: https://launchpad.net/bugs/722472 fixed

bzr revid: nch@tinyerp.com-20110513094405-dyn08nh7uqpu1rjq
2011-05-13 15:14:05 +05:30
Vo Minh Thu 48b2466676 [FIX] res_lang: the string to format cannot be empty.
- not yet fixed, but a new implementation of the grouping code
  is provided without that problem.
- some testing need to be done.
- removed unnecessary arguments
- eval() used only once

bzr revid: vmt@openerp.com-20110513093121-qo7walg7dff0kufl
2011-05-13 11:31:21 +02:00
tfr@openerp.com f6cfc8909a [MERGE] bug lp:758699
bzr revid: tfr@openerp.com-20110513092224-ccmcetd4jhiyss01
2011-05-13 11:22:24 +02:00
cpa-openerp 840d2e8819 [IMP] Remove search logic from gantt controller, set event color and use date.js .
bzr revid: cpa@tinyerp.com-20110513071952-8zhi8afdb7oxsjl5
2011-05-13 12:49:52 +05:30
Launchpad Translations on behalf of openerp 892034c97c Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110513043534-1q8fovektkzgm1zw
2011-05-13 04:35:34 +00:00
Fabien Meghazi 4508febaea [ADD] Added widget field type "email"
bzr revid: fme@openerp.com-20110512162550-ksv72qrac2l9ttvi
2011-05-12 18:25:50 +02:00
Fabien Meghazi d9fa808fcf [ADD] Added non editable image field widget
bzr revid: fme@openerp.com-20110512152248-53z3r716040mvb9t
2011-05-12 17:22:48 +02:00
Fabien Meghazi 55e1c6e7f4 [FIX] Fixed some litteral arguments in on_changes
bzr revid: fme@openerp.com-20110512144835-ygbu7nfxjz7hp160
2011-05-12 16:48:35 +02:00
Fabien Meghazi 270566ad53 [FIX] Fixed form dates parsing & formatting
bzr revid: fme@openerp.com-20110512144355-1ollzrcf722lwwh7
2011-05-12 16:43:55 +02:00
Fabien Meghazi 6b09377f4f [FIX] fixed dates.js
bzr revid: fme@openerp.com-20110512143835-16l5c3ajj36l4nrn
2011-05-12 16:38:35 +02:00
Fabien Meghazi 50194d321e [ADD] Added float_time form widget
bzr revid: fme@openerp.com-20110512143222-2gc42sludahd7c6i
2011-05-12 16:32:22 +02:00
sma (Tiny) d352848b48 [IMP] Add combo image.
bzr revid: sma@tinyerp.com-20110512134705-aldge5yx7bi9i8vz
2011-05-12 19:17:05 +05:30
sma (Tiny) 14eaf4afb9 [IMP] Remove static image.
bzr revid: sma@tinyerp.com-20110512134626-bb3t3c1rhz020xno
2011-05-12 19:16:26 +05:30
Vo Minh Thu 4a6155d80c [MERGE] --i18n-overwrite can be used with --update.
bzr revid: vmt@openerp.com-20110512134553-7iomtd21nqsxs63q
2011-05-12 15:45:53 +02:00
sma (Tiny) 1e4bbe7bd6 [IMP] Improve button click.
bzr revid: sma@tinyerp.com-20110512134524-d9wkls6cv6iqykzs
2011-05-12 19:15:24 +05:30
Vo Minh Thu 6a3342acfb [MERGE] orm: pass the context around.
lp bug: https://launchpad.net/bugs/704696 fixed

bzr revid: vmt@openerp.com-20110512125239-b2s0etg1yrjoa970
2011-05-12 14:52:39 +02:00
Vo Minh Thu c666a297cf [REF] ir_ui_menu: _get_image_icon simplified, more general.
- code actually from chs a.k.a. Christophe (OpenERP) a.k.a. kangol.

bzr revid: vmt@openerp.com-20110512123752-l1gpv6qr193wt4yf
2011-05-12 14:37:52 +02:00
Vo Minh Thu a2e39003d8 [MERGE] ir.ui.menu form view: set parent_id in new submenus.
bzr revid: vmt@openerp.com-20110512113816-ebbosf5u932zq03t
2011-05-12 13:38:16 +02:00
Antony Lesuisse 43f0b62a7a search view input text sized to 15
bzr revid: al@openerp.com-20110512113724-640mxsw3e5yh6ow4
2011-05-12 13:37:24 +02:00
Fabien Meghazi aa40e111fa [FIX] Fixed date & datetime widgets. Using dates.js
bzr revid: fme@openerp.com-20110512103601-vbfa5or1kydajlmh
2011-05-12 12:36:01 +02:00
Xavier Morel 506a93c706 [REM] nonsensical @select on graph/field
bzr revid: xmo@openerp.com-20110512102452-jc9etuh29d8czf54
2011-05-12 12:24:52 +02:00
Xavier Morel b392412371 [FIX] Many2ManyListView based on changes in ListView API.
bzr revid: xmo@openerp.com-20110512095711-85drteuvprr22ggs
2011-05-12 11:57:11 +02:00
sma (Tiny) 7141cf7327 [REM] Remove unnecessary css.
bzr revid: sma@tinyerp.com-20110512093908-63477h8xmlhj4t7b
2011-05-12 15:09:08 +05:30
sma (Tiny) 1a7fd90a1f [IMP] Improve many2one with jQuery widget.
bzr revid: sma@tinyerp.com-20110512093728-nlxp59p5qbl79q2k
2011-05-12 15:07:28 +05:30
niv-openerp d1ba33bfb6 [FIX] Problem in dates.js.
bzr revid: nicolas.vanhoren@openerp.com-20110512084010-z865ac6pn136h77i
2011-05-12 10:40:10 +02:00
niv-openerp 6d254ac4ff [IMP] Css improvements to ease styling.
bzr revid: nicolas.vanhoren@openerp.com-20110512071604-dilzbssr3mu3fuc1
2011-05-12 09:16:04 +02:00
Launchpad Translations on behalf of openerp 12f8701002 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110510043731-q2jphpxofpk96w5o
bzr revid: launchpad_translations_on_behalf_of_openerp-20110511043751-nk6ku955bxwo1i7r
bzr revid: launchpad_translations_on_behalf_of_openerp-20110512043510-7y1qenjz8zlpvolt
2011-05-12 04:35:10 +00:00
Launchpad Translations on behalf of openerp 20dbc6e4a4 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110511043631-ouofbf2787kb2n1c
bzr revid: launchpad_translations_on_behalf_of_openerp-20110512043442-hwhv5k48fyhs2se7
2011-05-12 04:34:42 +00:00
Jacques-Etienne Baudoux 1ab0987803 [IMP] logging of rpc calls and cron jobs
lp bug: https://launchpad.net/bugs/781190 fixed

bzr revid: jba@openerp.com-20110511160707-lsf87msknw7rngus
2011-05-11 18:07:07 +02:00
Antony Lesuisse 2397f09340 dummy treeview
bzr revid: al@openerp.com-20110511152548-ayesmkxgwzc0q9ef
2011-05-11 17:25:48 +02:00
niv-openerp b76e1fab11 [IMP] Added documenation in dates.py.
bzr revid: nicolas.vanhoren@openerp.com-20110511145119-ds8j37n0l865jqqx
2011-05-11 16:51:19 +02:00
Antony Lesuisse c72aa9bd1c common view class
bzr revid: al@openerp.com-20110511144910-09jk4zrl00msgh93
2011-05-11 16:49:10 +02:00
niv-openerp e1fea6060a [IMP] Added documentation to dates.js.
bzr revid: nicolas.vanhoren@openerp.com-20110511144431-irjzvd1trbj8ejwb
2011-05-11 16:44:31 +02:00
Fabien Meghazi d71f850481 [REM] Merged ExternalActionManager in ActionManager
bzr revid: fme@openerp.com-20110511133655-9g3phyx32k3c9f1a
2011-05-11 15:36:55 +02:00
Xavier Morel e1ef1ebfb8 [MERGE] initial implementation of DataGroup groupby API so that it can be tried in GANTT
also very basic (and awful) tryout for listview groupings.

bzr revid: xmo@openerp.com-20110511121124-ln0hp0jd8w4kd2td
2011-05-11 14:11:24 +02:00
Xavier Morel bfd76b67d5 [IMP] DataGroup API doc
bzr revid: xmo@openerp.com-20110511121021-ivie7r93fc6u6quf
2011-05-11 14:10:21 +02:00
niv-openerp 2f5eda9403 [FIX] Small problem in custom filters css.
bzr revid: nicolas.vanhoren@openerp.com-20110510153053-6183xzuiswv093b2
2011-05-10 17:30:53 +02:00
niv-openerp 7824c566c2 [IMP] Kitten mode improvements.
bzr revid: nicolas.vanhoren@openerp.com-20110510151144-dajgkupyu2bkhgr1
2011-05-10 17:11:44 +02:00
Fabien Meghazi 9c038bb648 [FIX] Don't use '0' anymore as caller's content variable name. Now uses __content__ instead.
bzr revid: fme@openerp.com-20110510135243-fxlscu6sy46qlzu0
2011-05-10 15:52:43 +02:00
niv-openerp 5369f3a4aa [FIX] Problem with QWeb and 0.
bzr revid: nicolas.vanhoren@openerp.com-20110510134520-smni7mq8z26j4nbm
2011-05-10 15:45:20 +02:00
niv-openerp e4720ed98c [FIX] Small css problem with search view groups.
bzr revid: nicolas.vanhoren@openerp.com-20110510132237-va07po0eq7yu603c
2011-05-10 15:22:37 +02:00
niv-openerp af7a53c7f2 [FIX] Loading problems in m2m.
bzr revid: nicolas.vanhoren@openerp.com-20110510121551-8zob0o2zsvvpgz2c
2011-05-10 14:15:51 +02:00
Fabien Meghazi 4973510c57 [REV] Revert #4770. Will break something in buttons type objects.
bzr revid: fme@openerp.com-20110510114250-q91x3c97sxtfxb16
2011-05-10 13:42:50 +02:00
Xavier Morel 6aae474545 [FIX] callback parameters to DataGroup.get should use the root DataGroup as their context
bzr revid: xmo@openerp.com-20110510111250-6bfx1bmq87od8n9e
2011-05-10 13:12:50 +02:00
Xavier Morel 1e6e428d7e [IMP] don't use a parameter object for DataGroup, provide each parameter individually
bzr revid: xmo@openerp.com-20110510111204-8ypp5zdujd0azncf
2011-05-10 13:12:04 +02:00
Xavier Morel 45f47ae65c [ADD] display groups in a most dreadful manner, need to cleanup the generation function and to handle displaying it in the correct table
bzr revid: xmo@openerp.com-20110510110723-ic13ty3rs92zg9z9
2011-05-10 13:07:23 +02:00
niv-openerp 9dcb8cfe24 [IMP] Added new object to m2m popup.
bzr revid: nicolas.vanhoren@openerp.com-20110510103046-6hctgajnom4y3x91
2011-05-10 12:30:46 +02:00
Xavier Morel 0dcd78a54e [ADD] DataGroup API
bzr revid: xmo@openerp.com-20110510083420-18zr6j8ab5d9c023
2011-05-10 10:34:20 +02:00
Fabien Meghazi dbe02ac106 [FIX] Fixed float field
bzr revid: fme@openerp.com-20110509151923-vhobe1n1h0495f8t
2011-05-09 17:19:23 +02:00
niv-openerp 98c4cf6c21 [IMP] Style change.
bzr revid: nicolas.vanhoren@openerp.com-20110509151757-16901jxeokul7auh
2011-05-09 17:17:57 +02:00