odoo/odoo.git
11 years ago[DEL]Journal items wizard
dle@openerp.com [Thu, 29 Nov 2012 16:44:42 +0000 (17:44 +0100)]
[DEL]Journal items wizard

bzr revid: dle@openerp.com-20121129164442-i50abrcy2ejvavee

11 years ago[MERGE]latest trunk
dle@openerp.com [Thu, 29 Nov 2012 15:26:34 +0000 (16:26 +0100)]
[MERGE]latest trunk

bzr revid: dle@openerp.com-20121129152634-vaow28cyw2qcmr8x

11 years ago[FIX]Hide useless columns in bank statement
dle@openerp.com [Thu, 29 Nov 2012 15:24:44 +0000 (16:24 +0100)]
[FIX]Hide useless columns in bank statement

bzr revid: dle@openerp.com-20121129152444-vislwoifnro7khcw

11 years ago[FIX] setup.py: include docutils on windows
Christophe Simonis [Thu, 29 Nov 2012 15:20:38 +0000 (16:20 +0100)]
[FIX] setup.py: include docutils on windows

bzr revid: chs@openerp.com-20121129152038-hx3km5x55x0oj9r1

11 years ago[FIX]Deleted ir.values makes test fail
dle@openerp.com [Thu, 29 Nov 2012 14:56:57 +0000 (15:56 +0100)]
[FIX]Deleted ir.values makes test fail

bzr revid: dle@openerp.com-20121129145657-g8dgyay16mcije1r

11 years ago[FIX]
Fabien Pinckaers [Thu, 29 Nov 2012 14:52:19 +0000 (15:52 +0100)]
[FIX]

bzr revid: fp@tinyerp.com-20121129145219-q6wqvzy61mki2j26

11 years ago[Merge]merge mistakes
dle@openerp.com [Thu, 29 Nov 2012 14:36:07 +0000 (15:36 +0100)]
[Merge]merge mistakes

bzr revid: dle@openerp.com-20121129143607-lwzsfxv3rsu2eojc

11 years ago[MERGE]trunk
dle@openerp.com [Thu, 29 Nov 2012 14:20:10 +0000 (15:20 +0100)]
[MERGE]trunk

bzr revid: dle@openerp.com-20121129142010-8yt0p417ibx3p7sy

11 years ago[MERGE]trunk
dle@openerp.com [Thu, 29 Nov 2012 14:18:54 +0000 (15:18 +0100)]
[MERGE]trunk

bzr revid: dle@openerp.com-20121129141854-2o6o44jhrpi54ssp

11 years ago[REM] dead code from evaluation being client-side only
Xavier Morel [Thu, 29 Nov 2012 14:17:59 +0000 (15:17 +0100)]
[REM] dead code from evaluation being client-side only

bzr revid: xmo@openerp.com-20121129141759-wj4je85nkrfznql1

11 years ago[MERGE] missing translation marks, courtesy of Csaba TOTH
Xavier Morel [Thu, 29 Nov 2012 14:01:09 +0000 (15:01 +0100)]
[MERGE] missing translation marks, courtesy of Csaba TOTH

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

bzr revid: xmo@openerp.com-20121129140109-bwx1njhyqfenc2d3

11 years ago[FIX]Wrong inherit commented
dle@openerp.com [Thu, 29 Nov 2012 13:43:18 +0000 (14:43 +0100)]
[FIX]Wrong inherit commented

bzr revid: dle@openerp.com-20121129134318-c770ejnoop2b3z0j

11 years ago[FIX] race condition problem with m2m
niv-openerp [Thu, 29 Nov 2012 13:40:51 +0000 (14:40 +0100)]
[FIX] race condition problem with m2m

bzr revid: nicolas.vanhoren@openerp.com-20121129134051-5hiw9z5hi99fxtve

11 years ago[FIX] py.js: bug in tokenization of single-quoted empty string
Xavier Morel [Thu, 29 Nov 2012 13:27:38 +0000 (14:27 +0100)]
[FIX] py.js: bug in tokenization of single-quoted empty string

bzr revid: xmo@openerp.com-20121129132738-fcnam8bkqyt7h8ey

11 years ago[FIX]More links
dle@openerp.com [Thu, 29 Nov 2012 13:13:17 +0000 (14:13 +0100)]
[FIX]More links

bzr revid: dle@openerp.com-20121129131317-0s1rru4pxjn0lzl3

11 years ago[FIX] groupby on editable list
Xavier Morel [Thu, 29 Nov 2012 13:13:01 +0000 (14:13 +0100)]
[FIX] groupby on editable list

Because of the "meta" columns (e.g. group name column),
ListView#columns would end up with a different number of elements than
ListView#fields_view.arch.children, and when zipping them together (to
build the form view for edition) things wouldn't match anymore.

It would seem simply filtering out meta columns (and only keep those
actually specified by the view) is sufficient to fix the issue and
have everything line up again. I'm midly impressed.

bzr revid: xmo@openerp.com-20121129131301-scc38i4l55ea7lis

11 years ago[FIX] project issue
Fabien Pinckaers [Thu, 29 Nov 2012 13:06:55 +0000 (14:06 +0100)]
[FIX] project issue

bzr revid: fp@tinyerp.com-20121129130655-rm5hrk8m7tsy8g4v

11 years ago[FIX] Propagate context to kanban's add_group() action
Fabien Meghazi [Thu, 29 Nov 2012 12:07:38 +0000 (13:07 +0100)]
[FIX] Propagate context to kanban's add_group() action

bzr revid: fme@openerp.com-20121129120738-fgulo5hqib2uqeqa

11 years agosome more change in the new pyeval.js file
tsabi [Thu, 29 Nov 2012 11:54:54 +0000 (12:54 +0100)]
some more change in the new pyeval.js file

bzr revid: csaba.toth@i3rendszerhaz.hu-20121129115454-rpviywfnosjdmovm

11 years agofix tab problem
tsabi [Thu, 29 Nov 2012 11:53:06 +0000 (12:53 +0100)]
fix tab problem

bzr revid: csaba.toth@i3rendszerhaz.hu-20121129115306-ifncjymnmuk989eq

11 years ago[MERGE] trunk
tsabi [Thu, 29 Nov 2012 11:42:06 +0000 (12:42 +0100)]
[MERGE] trunk

bzr revid: csaba.toth@i3rendszerhaz.hu-20121129114206-cv8hqf6ivd7neez0

11 years ago[MERGE] trunk
tsabi [Thu, 29 Nov 2012 11:41:32 +0000 (12:41 +0100)]
[MERGE] trunk

bzr revid: csaba.toth@i3rendszerhaz.hu-20121129114132-gfe3sn1p5t0mzofm

11 years ago[IMP] fixes for kanban column visible in tasks & issues
Fabien Pinckaers [Thu, 29 Nov 2012 11:27:37 +0000 (12:27 +0100)]
[IMP] fixes for kanban column visible in tasks & issues

bzr revid: fp@tinyerp.com-20121129112737-w3h80e7nbxs0l5lp

11 years ago[FIX] searches with filters using "empty" domain/context values (but not attributes)
Xavier Morel [Thu, 29 Nov 2012 11:24:13 +0000 (12:24 +0100)]
[FIX] searches with filters using "empty" domain/context values (but not attributes)

e.g. @domain="[]" would be seen as non-empty by the search view, and
if multiple domains the search view would generate a nonliteral
``['|', '[]', '[]]`` which would just yield ``['|']`` after evaluation
and concatenation, which is an invalid domain and would blow up the
server.

Specifically filter out the values ``[]`` and ``{}`` from filters

bzr revid: xmo@openerp.com-20121129112413-yrgncnesqs093jwf

11 years ago[REM] merge conflict file committed
Xavier Morel [Thu, 29 Nov 2012 11:23:50 +0000 (12:23 +0100)]
[REM] merge conflict file committed

bzr revid: xmo@openerp.com-20121129112350-egvxrg8ii71wzdx6

11 years ago[merge]latest trunk
dle@openerp.com [Thu, 29 Nov 2012 11:03:31 +0000 (12:03 +0100)]
[merge]latest trunk

bzr revid: dle@openerp.com-20121129110331-nk9jz99s2jiug5hl

11 years ago[FIX] auth_signup on token
Antony Lesuisse [Thu, 29 Nov 2012 10:40:39 +0000 (11:40 +0100)]
[FIX] auth_signup on token

bzr revid: al@openerp.com-20121129104039-0pv8mls0f55pet2l

11 years ago[FIX] server-sourced fields_get has no indirection to the model's fields
Xavier Morel [Thu, 29 Nov 2012 10:38:41 +0000 (11:38 +0100)]
[FIX] server-sourced fields_get has no indirection to the model's fields

previous searchview-controller wrapper method did. Remove leftover indirection deref

bzr revid: xmo@openerp.com-20121129103841-6qcl4sctekqmrt2q

11 years ago[FIX] if an action descriptor is precisely ``false``, treat it as an ir_action_close...
Xavier Morel [Thu, 29 Nov 2012 10:11:37 +0000 (11:11 +0100)]
[FIX] if an action descriptor is precisely ``false``, treat it as an ir_action_close                                                                                   ~/projects/tiny/web/current

Can be seen in e.g. Quotations > [More sidebar] > Sale: Mark Unread:
it's a server action which just returns ``False``, the handler
resulted in a noop but also produced an error message in the browser
console ("No type for action false").

Convert ``false`` (identity-tested) into an ir_action_close in
do_action, before actually mucking into the action descriptor.

bzr revid: xmo@openerp.com-20121129101137-g01nd49hnlg2odfs

11 years ago[MERGE] form trunk-openchatter-vive-lilo-chm; Improve openchatter and fix
Christophe Matthieu [Thu, 29 Nov 2012 10:03:42 +0000 (11:03 +0100)]
[MERGE] form trunk-openchatter-vive-lilo-chm; Improve openchatter and fix

bzr revid: chm@openerp.com-20121129100342-gz3hz858ga8ecmre

11 years ago[MERGE] from trunk-openchatter-vive-lilo-chm
Christophe Matthieu [Thu, 29 Nov 2012 09:52:14 +0000 (10:52 +0100)]
[MERGE] from trunk-openchatter-vive-lilo-chm

bzr revid: chm@openerp.com-20121129095214-pniv6qy0p2ea6efe

11 years ago[MERGE] from trunk
Christophe Matthieu [Thu, 29 Nov 2012 09:45:53 +0000 (10:45 +0100)]
[MERGE] from trunk

bzr revid: chm@openerp.com-20121129094553-n30aju91kj40cbg6

11 years ago[IMP] note: remove fancy mode
Christophe Matthieu [Thu, 29 Nov 2012 09:44:12 +0000 (10:44 +0100)]
[IMP] note: remove fancy mode

bzr revid: chm@openerp.com-20121129094412-s5g8uffx8j7q4xpg

11 years ago[MERGE] evalpocalypse-related fixes
Xavier Morel [Thu, 29 Nov 2012 09:12:02 +0000 (10:12 +0100)]
[MERGE] evalpocalypse-related fixes

bzr revid: xmo@openerp.com-20121129091202-tibeevirun95o1mi

11 years ago[MERGE] evalpocalypse
Xavier Morel [Thu, 29 Nov 2012 09:11:49 +0000 (10:11 +0100)]
[MERGE] evalpocalypse

bzr revid: xmo@openerp.com-20121129091149-0k26u2mmjzaa2c1a

11 years ago[MERGE] from trunk
Xavier Morel [Thu, 29 Nov 2012 09:10:38 +0000 (10:10 +0100)]
[MERGE] from trunk

bzr revid: xmo@openerp.com-20121129091038-0fexjx8o12drjbga

11 years ago[MERGE] Fix field binary image controls padding causing overflow
Fabien Meghazi [Thu, 29 Nov 2012 09:10:17 +0000 (10:10 +0100)]
[MERGE] Fix field binary image controls padding causing overflow

bzr revid: fme@openerp.com-20121129091017-0oefnnl6z4fd5aae

11 years ago[MERGE] trunk-improve_portal-vta.
vta vta@openerp.com [Thu, 29 Nov 2012 09:08:01 +0000 (10:08 +0100)]
[MERGE] trunk-improve_portal-vta.

bzr revid: vta@openerp.com-20121129090801-mheiq7yb3h24onqf

11 years ago[MERGE] from trunk
Xavier Morel [Thu, 29 Nov 2012 08:44:31 +0000 (09:44 +0100)]
[MERGE] from trunk

bzr revid: xmo@openerp.com-20121129084431-1xo5z47cor2zzmr8

11 years ago[IMP] web avatar preference: change overflow hidden into padding: 4px 0
Christophe Matthieu [Thu, 29 Nov 2012 08:33:14 +0000 (09:33 +0100)]
[IMP] web avatar preference: change overflow hidden into padding: 4px 0

bzr revid: chm@openerp.com-20121129083314-gbhblm0vi4nw08sb

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 29 Nov 2012 05:21:58 +0000 (05:21 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121129051532-an3wp6f216pkzxiz
bzr revid: launchpad_translations_on_behalf_of_openerp-20121129052158-2gjacp96ppgmvr5t

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 29 Nov 2012 05:13:37 +0000 (05:13 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121129051337-kimflvqgnkhrw3fh

11 years agofixed a typo that maked javascript error
tsabi [Thu, 29 Nov 2012 01:18:22 +0000 (02:18 +0100)]
fixed a typo that maked javascript error

bzr revid: tsabi-20121129011822-fv9v0l72231y0093

11 years agoMark strings to be translated.
tsabi [Thu, 29 Nov 2012 00:22:00 +0000 (01:22 +0100)]
Mark strings to be translated.
Maybe some missed, but most of them marked.

bzr revid: tsabi-20121129002200-20tppzvh0ap5tfwe

11 years ago[FIX] module: do not recreate categories when updating modules
Christophe Simonis [Wed, 28 Nov 2012 18:37:01 +0000 (19:37 +0100)]
[FIX] module: do not recreate categories when updating modules

bzr revid: chs@openerp.com-20121128183701-6d7p1jqu1hdlshcp

11 years ago[MERGE] Ensure timzone is unset before testing
Fabien Meghazi [Wed, 28 Nov 2012 17:59:16 +0000 (18:59 +0100)]
[MERGE] Ensure timzone is unset before testing

bzr revid: fme@openerp.com-20121128175916-dm9t0b65d19ztesp

11 years ago[FIX] Ensure timzone is unset before testing
Fabien Meghazi [Wed, 28 Nov 2012 17:43:18 +0000 (18:43 +0100)]
[FIX] Ensure timzone is unset before testing

bzr revid: fme@openerp.com-20121128174318-wg0oygtj3eipozp2

11 years ago[MERGE] Fix kanban dataset.ids missing when using 'Show more' button
Fabien Meghazi [Wed, 28 Nov 2012 17:13:25 +0000 (18:13 +0100)]
[MERGE] Fix kanban dataset.ids missing when using 'Show more' button

bzr revid: fme@openerp.com-20121128171325-3euuu394e7ybpjzu

11 years ago[IMP] Preserve dataset ids order
Fabien Meghazi [Wed, 28 Nov 2012 17:10:24 +0000 (18:10 +0100)]
[IMP] Preserve dataset ids order

bzr revid: fme@openerp.com-20121128171024-qpkn9oo48xa9n2j4

11 years ago[ADD] Timezone set to 'Europe/Brussels' for admin in demo data
Fabien Meghazi [Wed, 28 Nov 2012 16:48:58 +0000 (17:48 +0100)]
[ADD] Timezone set to 'Europe/Brussels' for admin in demo data

bzr revid: fme@openerp.com-20121128164858-l7as9cb89qxopdw1

11 years ago[MERGE]Latest trunk
dle@openerp.com [Wed, 28 Nov 2012 16:41:05 +0000 (17:41 +0100)]
[MERGE]Latest trunk

bzr revid: dle@openerp.com-20121128164105-m3hgq38xw6ikewa5

11 years ago[FIX] share: typo in function name
Xavier Morel [Wed, 28 Nov 2012 16:19:34 +0000 (17:19 +0100)]
[FIX] share: typo in function name

bzr revid: xmo@openerp.com-20121128161934-42ek0r460w0smsi9

11 years ago[FIX] sidebar activation: put original context before action context in eval sequence
Xavier Morel [Wed, 28 Nov 2012 16:13:11 +0000 (17:13 +0100)]
[FIX] sidebar activation: put original context before action context in eval sequence

bzr revid: xmo@openerp.com-20121128161311-u3e3oqhutt043mzq

11 years ago[IMP] mail: change contrast for messages in thread and parent message
Christophe Matthieu [Wed, 28 Nov 2012 16:06:49 +0000 (17:06 +0100)]
[IMP] mail: change contrast for messages in thread and parent message

bzr revid: chm@openerp.com-20121128160649-6mo704133jjhzr6j

11 years ago[MERGE] trunk-timezone-notification-fme
Antony Lesuisse [Wed, 28 Nov 2012 16:03:44 +0000 (17:03 +0100)]
[MERGE] trunk-timezone-notification-fme
if res.users and browser timezone offset differs we display a warning.
openerp-web relies on the browser for datetime manipulations so we need both to be in sync.

bzr revid: al@openerp.com-20121128160344-1iae73w47ocot9ib

11 years ago[FIX] mail: don't display false value as body
Christophe Matthieu [Wed, 28 Nov 2012 16:01:34 +0000 (17:01 +0100)]
[FIX] mail: don't display false value as body

bzr revid: chm@openerp.com-20121128160134-kbjfov5vvuxtcow6

11 years ago[MERGE] res.users get_context add timezone offset
Antony Lesuisse [Wed, 28 Nov 2012 15:59:22 +0000 (16:59 +0100)]
[MERGE] res.users get_context add timezone offset

bzr revid: al@openerp.com-20121128155922-ff67gskivujvx2qa

11 years ago[IMP] update py.js to correctly tokenize unicode literals
Xavier Morel [Wed, 28 Nov 2012 15:54:48 +0000 (16:54 +0100)]
[IMP] update py.js to correctly tokenize unicode literals

also various style improvements in the lib

bzr revid: xmo@openerp.com-20121128155448-1tv62wyv3zy2asr5

11 years ago[MERGE] wkf_expr: Ignore empty lines and lines with blanks.
Vo Minh Thu [Wed, 28 Nov 2012 15:51:53 +0000 (16:51 +0100)]
[MERGE] wkf_expr: Ignore empty lines and lines with blanks.

bzr revid: vmt@openerp.com-20121128155153-yigjipqvk06s7wo2

11 years ago[DOC] mail.js: updated the comment of on_message_read_unread.
Thibault Delavallée [Wed, 28 Nov 2012 15:38:43 +0000 (16:38 +0100)]
[DOC] mail.js: updated the comment of on_message_read_unread.

bzr revid: tde@openerp.com-20121128153843-4p24erdrkpzmrhnu

11 years ago[FIX] db.drop service: PostgreSQL 9.2 renamed pg_stat_activity.procpid to pid
Olivier Dony [Wed, 28 Nov 2012 15:34:23 +0000 (16:34 +0100)]
[FIX] db.drop service: PostgreSQL 9.2 renamed pg_stat_activity.procpid to pid

bzr revid: odo@openerp.com-20121128153423-yducsjb91g8kjcae

11 years ago[FIX] correctly return deferreds from all action type handlers
Xavier Morel [Wed, 28 Nov 2012 15:25:24 +0000 (16:25 +0100)]
[FIX] correctly return deferreds from all action type handlers

bzr revid: xmo@openerp.com-20121128152524-xrh6zqty0huqb732

11 years ago[IMP] mail: when starring a message, create an unread notification if it does not...
Thibault Delavallée [Wed, 28 Nov 2012 15:19:39 +0000 (16:19 +0100)]
[IMP] mail: when starring a message, create an unread notification if it does not exist; otherwise, set the notification as unread.

bzr revid: tde@openerp.com-20121128151939-v24cfx8k2aul8veg

11 years ago[MERGE] merged trunk.
Vo Minh Thu [Wed, 28 Nov 2012 15:13:52 +0000 (16:13 +0100)]
[MERGE] merged trunk.

bzr revid: vmt@openerp.com-20121128151352-n9r87jn5tff949ka

11 years ago[FIX] context evaluation in kanban resequencing
Xavier Morel [Wed, 28 Nov 2012 15:10:44 +0000 (16:10 +0100)]
[FIX] context evaluation in kanban resequencing

bzr revid: xmo@openerp.com-20121128151044-i58uwcdem2cgyyrv

11 years ago[REM] Removed manual many2many tags from kanban views
Fabien Meghazi [Wed, 28 Nov 2012 15:10:22 +0000 (16:10 +0100)]
[REM] Removed manual many2many tags from kanban views

Kanban view supports many2many as m2m tags by default.

bzr revid: fme@openerp.com-20121128151022-sdk33xct0p738bff

11 years ago[IMP] wkf_expr: Ignore empty lines and lines with blanks.
Vo Minh Thu [Wed, 28 Nov 2012 15:06:37 +0000 (16:06 +0100)]
[IMP] wkf_expr: Ignore empty lines and lines with blanks.

bzr revid: vmt@openerp.com-20121128150637-pikxf9tw2nj0qpuk

11 years ago[FIX]Ir values actions
dle@openerp.com [Wed, 28 Nov 2012 15:05:25 +0000 (16:05 +0100)]
[FIX]Ir values actions

bzr revid: dle@openerp.com-20121128150525-zh27h78v8dd6dkwm

11 years ago[FIX] Kanban drag'n drop wrong index
Fabien Meghazi [Wed, 28 Nov 2012 14:59:41 +0000 (15:59 +0100)]
[FIX] Kanban drag'n drop wrong index

bzr revid: fme@openerp.com-20121128145941-4qvoqp0mb1s09ojl

11 years ago[FIX] Accuracy of the various server actions 'mark read' and 'mark unread': updated...
Thibault Delavallée [Wed, 28 Nov 2012 14:51:59 +0000 (15:51 +0100)]
[FIX] Accuracy of the various server actions 'mark read' and 'mark unread': updated their name by adding the model name to be more precise when seing them in a list.

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

bzr revid: tde@openerp.com-20121128145159-d1b2j6swvhdnnl0i

11 years ago[IMP] mail: add option copose_as_todo, to mark as todo the messages wrote by the...
Christophe Matthieu [Wed, 28 Nov 2012 14:51:01 +0000 (15:51 +0100)]
[IMP] mail: add option copose_as_todo, to mark as todo the messages wrote by the composer of the root thread

bzr revid: chm@openerp.com-20121128145101-7lnw7zfrjp5k8fg3

11 years ago[MERGE] modules: avoid to have the docutils warnings rendered inline in descriptions.
Vo Minh Thu [Wed, 28 Nov 2012 14:33:51 +0000 (15:33 +0100)]
[MERGE] modules: avoid to have the docutils warnings rendered inline in descriptions.

bzr revid: vmt@openerp.com-20121128143351-jp1vtqnkr8jyq3hk

11 years ago[MERGE] merged the `all-modules` branch.
Vo Minh Thu [Wed, 28 Nov 2012 14:21:06 +0000 (15:21 +0100)]
[MERGE] merged the `all-modules` branch.

This branch cleans a bit the init/update mess being present on both
tools.config and the module graph's nodes.

The passed update_module argument to get_db_and_pool() is a real boolean
(otherwise its value could be changed by assigning to tools.config).

The `force` attribute as been renamed more appropirately `force_demo` on the
add_module() function.

The `-i` command-line option now accepts a `all` argument.

Although tools.config is still used for init/update/demo options, it is cleared
after initialization in an attempt to make sure the server operates exactly in
the same way (after the initialization), whether it is started with -i/-u or
not

bzr revid: vmt@openerp.com-20121128142106-pdkcruhyz0sjltk8

11 years ago[MERGE] merged trunk.
Vo Minh Thu [Wed, 28 Nov 2012 14:18:45 +0000 (15:18 +0100)]
[MERGE] merged trunk.

bzr revid: vmt@openerp.com-20121128141845-085lqy5c604nd5lu

11 years ago[FIX] The previous merge killed a line.
Vo Minh Thu [Wed, 28 Nov 2012 14:12:02 +0000 (15:12 +0100)]
[FIX] The previous merge killed a line.

bzr revid: vmt@openerp.com-20121128141202-jncwohi169luyz0l

11 years ago[FIX] kanban quick-create: don't attempt creation if the field is empty
Xavier Morel [Wed, 28 Nov 2012 14:04:28 +0000 (15:04 +0100)]
[FIX] kanban quick-create: don't attempt creation if the field is empty

bzr revid: xmo@openerp.com-20121128140428-s7w860xq7wlbi966

11 years ago[MERGE] merged trunk.
Vo Minh Thu [Wed, 28 Nov 2012 13:51:01 +0000 (14:51 +0100)]
[MERGE] merged trunk.

bzr revid: vmt@openerp.com-20121128135101-ko52od4hpngc9btz

11 years ago[FIX] don't display password fields in set_default dialogs
Xavier Morel [Wed, 28 Nov 2012 13:50:13 +0000 (14:50 +0100)]
[FIX] don't display password fields in set_default dialogs

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

bzr revid: xmo@openerp.com-20121128135013-xzanbxv6qoqo28kh

11 years ago[FIX] eq/neq of arrays in compute_domain
Xavier Morel [Wed, 28 Nov 2012 13:41:42 +0000 (14:41 +0100)]
[FIX] eq/neq of arrays in compute_domain

bzr revid: xmo@openerp.com-20121128134142-eywfsl3bv56pvoso

11 years ago[MERGE] staging branch, with fixes in contracts
Quentin (OpenERP) [Wed, 28 Nov 2012 12:13:27 +0000 (13:13 +0100)]
[MERGE] staging branch, with fixes in contracts

bzr revid: qdp-launchpad@openerp.com-20121128121327-b24v6rko1ostm0yb

11 years ago[REM] Removed manual many2many tags from kanban views
Fabien Meghazi [Wed, 28 Nov 2012 11:54:17 +0000 (12:54 +0100)]
[REM] Removed manual many2many tags from kanban views

bzr revid: fme@openerp.com-20121128115417-sgpf3hr4rgwglrbm

11 years ago[MERGE] merged the branch with new constraints on accounting + fixes that were spotte...
Quentin (OpenERP) [Wed, 28 Nov 2012 11:47:14 +0000 (12:47 +0100)]
[MERGE] merged the branch with new constraints on accounting + fixes that were spotted by those constraints

bzr revid: qdp-launchpad@openerp.com-20121128114714-wxl7r8tr9ov9l46a

11 years ago[FIX] purchase: fixing the redbot
Quentin (OpenERP) [Wed, 28 Nov 2012 11:41:46 +0000 (12:41 +0100)]
[FIX] purchase: fixing the redbot

bzr revid: qdp-launchpad@openerp.com-20121128114146-jqzn3wv7vlsipb07

11 years ago[MERGE] trunk
Quentin (OpenERP) [Wed, 28 Nov 2012 11:40:02 +0000 (12:40 +0100)]
[MERGE] trunk

bzr revid: qdp-launchpad@openerp.com-20121128114002-yk9zk24rk79v4pkd

11 years ago[IMP] mail: not display the 'no message' before to fetch the wall messages.
Christophe Matthieu [Wed, 28 Nov 2012 11:34:21 +0000 (12:34 +0100)]
[IMP] mail: not display the 'no message' before to fetch the wall messages.

bzr revid: chm@openerp.com-20121128113421-rcoo4003npxtnfzb

11 years ago[MERGE] from trunk
Christophe Matthieu [Wed, 28 Nov 2012 11:29:42 +0000 (12:29 +0100)]
[MERGE] from trunk

bzr revid: chm@openerp.com-20121128112942-k2t9vnkiwfx4xr9b

11 years ago[FIX] hr_timesheet_invoice: fixed ambigous reference in sql query. Fixed the redbot
Quentin (OpenERP) [Wed, 28 Nov 2012 11:26:45 +0000 (12:26 +0100)]
[FIX] hr_timesheet_invoice: fixed ambigous reference in sql query. Fixed the redbot

bzr revid: qdp-launchpad@openerp.com-20121128112645-5r42r5tajeq0fzs8

11 years ago[FIX] When the avatar of 'change my preferences' is mousehover, the scrollbar appears...
Christophe Matthieu [Wed, 28 Nov 2012 11:17:41 +0000 (12:17 +0100)]
[FIX] When the avatar of 'change my preferences' is mousehover, the scrollbar appears, and after a color bar appears. Set oe_form_field_image_controls on overflow hidden for fixing.

bzr revid: chm@openerp.com-20121128111741-pm6fy7z01se90oxd

11 years ago[FIX] purchase: fixed 'print quotation' report and removed reference to unexisting...
Quentin (OpenERP) [Wed, 28 Nov 2012 11:16:54 +0000 (12:16 +0100)]
[FIX] purchase: fixed 'print quotation' report and removed reference to unexisting field 'notes' of purchase.order.line

bzr revid: qdp-launchpad@openerp.com-20121128111654-iy9b7wbq14z5zjhg

11 years ago[FIX] account: pay_and_reconcile() function fixed as per new behavior (accounting...
Quentin (OpenERP) [Wed, 28 Nov 2012 11:12:52 +0000 (12:12 +0100)]
[FIX] account: pay_and_reconcile() function fixed as per new behavior (accounting entries are created for the parent company if needed)

bzr revid: qdp-launchpad@openerp.com-20121128111252-1m37zos11iwg9xyr

11 years ago[FIX] use py.js 0.7 API
Xavier Morel [Wed, 28 Nov 2012 11:05:42 +0000 (12:05 +0100)]
[FIX] use py.js 0.7 API

bzr revid: xmo@openerp.com-20121128110542-nplg9o3e5jpxmqic

11 years ago[IMP] auth_reset_password: when sending email, return error message when user has...
Raphael Collet [Wed, 28 Nov 2012 10:55:20 +0000 (11:55 +0100)]
[IMP] auth_reset_password: when sending email, return error message when user has no email address

bzr revid: rco@openerp.com-20121128105520-0dpug00newn3rpbm

11 years ago[IMP] auth_oauth: factor js method to make it reusable
Raphael Collet [Wed, 28 Nov 2012 10:53:42 +0000 (11:53 +0100)]
[IMP] auth_oauth: factor js method to make it reusable

bzr revid: rco@openerp.com-20121128105342-2djfotkdvzpcbsgb

11 years ago[FIX] py_date should return a local date, not a UTC date
Xavier Morel [Wed, 28 Nov 2012 10:47:16 +0000 (11:47 +0100)]
[FIX] py_date should return a local date, not a UTC date

bzr revid: xmo@openerp.com-20121128104716-w7zqiljfazj597pg

11 years ago[MERGE] trunk-bug-1081044-vja.
vta vta@openerp.com [Wed, 28 Nov 2012 09:50:58 +0000 (10:50 +0100)]
[MERGE] trunk-bug-1081044-vja.

bzr revid: vta@openerp.com-20121128095058-425l4g4my0um3kzj

11 years ago[MERGE] from trunk-improve-notification-infinity-psa; Improved notification when...
Christophe Matthieu [Wed, 28 Nov 2012 09:41:31 +0000 (10:41 +0100)]
[MERGE] from trunk-improve-notification-infinity-psa; Improved notification when it will be more than 99 than display 99+

bzr revid: chm@openerp.com-20121128094131-xewcni2ee1sirqep

11 years ago[FIX] auth_oauth: revert not-so-smart change
Raphael Collet [Wed, 28 Nov 2012 09:36:17 +0000 (10:36 +0100)]
[FIX] auth_oauth: revert not-so-smart change

bzr revid: rco@openerp.com-20121128093617-gqy2zp5orckwz7nj

11 years ago[MERGE] trunk-oauth-signin-rco (small improvements in modules auth_oauth, auth_reset_...
Raphael Collet [Wed, 28 Nov 2012 09:30:05 +0000 (10:30 +0100)]
[MERGE] trunk-oauth-signin-rco (small improvements in modules auth_oauth, auth_reset_password, auth_signup)

bzr revid: rco@openerp.com-20121128093005-svt8s4mey2ow5qsc

11 years ago[IMP] auth_oauth: make js code more robust
Raphael Collet [Wed, 28 Nov 2012 09:28:21 +0000 (10:28 +0100)]
[IMP] auth_oauth: make js code more robust

bzr revid: rco@openerp.com-20121128092821-2pig86cyknkgkai5

11 years ago[IMP] auth_reset_password: add a useful tooltip on the Reset Password button
Raphael Collet [Wed, 28 Nov 2012 09:12:31 +0000 (10:12 +0100)]
[IMP] auth_reset_password: add a useful tooltip on the Reset Password button

bzr revid: rco@openerp.com-20121128091231-1f2jjg345465382e