odoo/odoo.git
11 years ago[IMP] Model.default_get: allows setting user default values of x2m to False (for...
Olivier Dony [Tue, 20 Nov 2012 13:18:39 +0000 (14:18 +0100)]
[IMP] Model.default_get: allows setting user default values of x2m to False (for consistency with write())

bzr revid: odo@openerp.com-20121120131839-1kdzevubi74ibthy

11 years ago[IMP] res.users: avoid spurious warnings when last login date cannot be updated
Olivier Dony [Tue, 20 Nov 2012 13:16:10 +0000 (14:16 +0100)]
[IMP] res.users: avoid spurious warnings when last login date cannot be updated

bzr revid: odo@openerp.com-20121120131610-v0xwu5zsbmxwvcwe

11 years ago[IMP] auth_oauth: restrict menuitem 'OAuth Providers' to group Technical Features
Raphael Collet [Tue, 20 Nov 2012 11:37:25 +0000 (12:37 +0100)]
[IMP] auth_oauth: restrict menuitem 'OAuth Providers' to group Technical Features

bzr revid: rco@openerp.com-20121120113725-w3wezijifdg21hr7

11 years ago[MERGE] [DEMO] mail, crm: improved demo data.
Thibault Delavallée [Tue, 20 Nov 2012 11:20:22 +0000 (12:20 +0100)]
[MERGE] [DEMO] mail, crm: improved demo data.
Misc :
- added message subtypes to CRM
- archives and sent mailboxes unified
- mail.group description displayed in discussion view
- fixe some issues in Chatter
- fixed some action rules now having user_id = False; otherwise they could not be used to anybody else than admin, leading to a crash

bzr revid: tde@openerp.com-20121120112022-hzdt2x29wvlhs0nz

11 years ago[MERGE] [DEMO] mail, crm: improved demo data.
Thibault Delavallée [Tue, 20 Nov 2012 11:20:07 +0000 (12:20 +0100)]
[MERGE] [DEMO] mail, crm: improved demo data.
This server branch holds the avatars for admin and demo.

bzr revid: tde@openerp.com-20121120112007-nuvqalc2tr9cqe49

11 years ago[IMP] allows to specify a specific eval domain in /web/action/load
niv-openerp [Tue, 20 Nov 2012 11:07:48 +0000 (12:07 +0100)]
[IMP] allows to specify a specific eval domain in /web/action/load

bzr revid: nicolas.vanhoren@openerp.com-20121120110748-5idnflvmxx0jibwe

11 years ago[FIX] Fixed Export dialog buttons. Cleanup openerp.web.Dialog
Fabien Meghazi [Tue, 20 Nov 2012 11:01:04 +0000 (12:01 +0100)]
[FIX] Fixed Export dialog buttons. Cleanup openerp.web.Dialog

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

bzr revid: fme@openerp.com-20121120110104-ge6k5n22cul5jrax

11 years ago[REF]improvement of constraint from rev id : csn@openerp.com-20121120085452-pvvu2aamy...
Cedric Snauwaert [Tue, 20 Nov 2012 10:37:38 +0000 (11:37 +0100)]
[REF]improvement of constraint from rev id : csn@openerp.com-20121120085452-pvvu2aamy2zthwo3 to an sql constraint

bzr revid: csn@openerp.com-20121120103738-fqgi10ucuw9ca735

11 years ago[CLEAN] Demo data: fixed some typos, cleaned a bit before merging.
Thibault Delavallée [Tue, 20 Nov 2012 10:23:25 +0000 (11:23 +0100)]
[CLEAN] Demo data: fixed some typos, cleaned a bit before merging.

bzr revid: tde@openerp.com-20121120102325-5xts5n801p9islgy

11 years ago[FIX] Modified behavior when we click on an action in the 'More' menu.
niv-openerp [Tue, 20 Nov 2012 10:06:20 +0000 (11:06 +0100)]
[FIX] Modified behavior when we click on an action in the 'More' menu.

Since revision 1517, when using the sidebar from a form view, it merged all the fields of the form view in the context of the action.
It was modified to avoid that context pollution, now it only uses those fields to evaluate the context of that action. So it allows
specifying contexts like "{'invoice_id': invoice_id}", but invoice_id will not be propagated any more to the new action context if not
explicitely specified.

bzr revid: nicolas.vanhoren@openerp.com-20121120100620-ig4e02uctysk7oj8

11 years ago[FIX]fix constraint to an SQL constraint
Cedric Snauwaert [Tue, 20 Nov 2012 10:02:52 +0000 (11:02 +0100)]
[FIX]fix constraint to an SQL constraint

bzr revid: csn@openerp.com-20121120100252-ieznyh43zanv2w7q

11 years ago[FIX] Fixed Export dialog buttons. Cleanup openerp.web.Dialog
Fabien Meghazi [Tue, 20 Nov 2012 09:50:42 +0000 (10:50 +0100)]
[FIX] Fixed Export dialog buttons. Cleanup openerp.web.Dialog

bzr revid: fme@openerp.com-20121120095042-6f4tyiap3t6cxk9e

11 years ago[MOV] admin and demo avatar: moved from mail to server.
Thibault Delavallée [Tue, 20 Nov 2012 09:18:54 +0000 (10:18 +0100)]
[MOV] admin and demo avatar: moved from mail to server.

bzr revid: tde@openerp.com-20121120091854-ksun8xc0ya79olil

11 years ago[MOV] admin and demo avatars: moved from mail to server.
Thibault Delavallée [Tue, 20 Nov 2012 09:18:31 +0000 (10:18 +0100)]
[MOV] admin and demo avatars: moved from mail to server.

bzr revid: tde@openerp.com-20121120091831-ja4zv52q1l8burs7

11 years ago[REV] Chatter: reverted hack about reloading menus.
Thibault Delavallée [Tue, 20 Nov 2012 09:06:02 +0000 (10:06 +0100)]
[REV] Chatter: reverted hack about reloading menus.

bzr revid: tde@openerp.com-20121120090602-un5239e4yl3xcob6

11 years ago[MERGE] Sync with trunk.
Thibault Delavallée [Tue, 20 Nov 2012 09:05:12 +0000 (10:05 +0100)]
[MERGE] Sync with trunk.

bzr revid: tde@openerp.com-20121120090512-82lyg9jotfvlim0n

11 years ago[MERGE] [FIX] hr_recruitment: fixed message_update, broken since a few weeks
Thibault Delavallée [Tue, 20 Nov 2012 09:02:37 +0000 (10:02 +0100)]
[MERGE] [FIX] hr_recruitment: fixed message_update, broken since a few weeks
Also fixed tools.misc.command_re -> tools.command_re
Also fixed fetchmail behavior when managing replies that could lead to messages having a good parent_id, but not attached to the correct document, if headers did not hold model and res_id data.

bzr revid: tde@openerp.com-20121120090237-cekj1kzvsb772hv1

11 years ago[FIX]membership : while configuring membership, date_to should be greater than date_from
Cedric Snauwaert [Tue, 20 Nov 2012 08:54:52 +0000 (09:54 +0100)]
[FIX]membership : while configuring membership, date_to should be greater than date_from

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

bzr revid: csn@openerp.com-20121120085452-pvvu2aamy2zthwo3

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 20 Nov 2012 04:51:20 +0000 (04:51 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121120045120-19bxfsgj0kx6nbld

11 years ago[MERGE] db option to enabled monodb (used by signup)
Antony Lesuisse [Mon, 19 Nov 2012 17:08:02 +0000 (18:08 +0100)]
[MERGE] db option to enabled monodb (used by signup)

bzr revid: al@openerp.com-20121119170802-gdrh1nrj3vtogfvw

11 years ago[MERGE] Sync with trunk
Olivier Dony [Mon, 19 Nov 2012 17:01:16 +0000 (18:01 +0100)]
[MERGE] Sync with trunk

bzr revid: odo@openerp.com-20121119170116-x6fusrmmmkquvgfh

11 years ago[IMP] monodb bootstrap: support @db query string param to force monodb mode
Olivier Dony [Mon, 19 Nov 2012 17:00:42 +0000 (18:00 +0100)]
[IMP] monodb bootstrap: support @db query string param to force monodb mode

Allows a.o. to let auth_signup URLs works even if multiple DBs
exist

bzr revid: odo@openerp.com-20121119170042-iprc0u159qpf8ll2

11 years ago[MERGE]merge with latest addons
Cedric Snauwaert [Mon, 19 Nov 2012 15:45:51 +0000 (16:45 +0100)]
[MERGE]merge with latest addons

bzr revid: csn@openerp.com-20121119154551-y8uizex6hu7fu1eo

11 years ago[IMP] Lunch demo & security
Arnaud Pineux [Mon, 19 Nov 2012 14:47:02 +0000 (15:47 +0100)]
[IMP] Lunch demo & security

bzr revid: api@openerp.com-20121119144702-rjuh8yl3uycu7z9o

11 years ago[REV] hr_recruitment: reverted improvement of message, not the purpose of this branch.
Thibault Delavallée [Mon, 19 Nov 2012 14:42:36 +0000 (15:42 +0100)]
[REV] hr_recruitment: reverted improvement of message, not the purpose of this branch.

bzr revid: tde@openerp.com-20121119144236-he70h0bptnd2pbdo

11 years ago[ADD] refs to server doc, intersphinx doesn't allow linking documents across docs
Xavier Morel [Mon, 19 Nov 2012 14:39:12 +0000 (15:39 +0100)]
[ADD] refs to server doc, intersphinx doesn't allow linking documents across docs

bzr revid: xmo@openerp.com-20121119143912-z3152u20zxjizzto

11 years ago[FIX] Don't leave button@type=submit in IE
Fabien Meghazi [Mon, 19 Nov 2012 14:37:19 +0000 (15:37 +0100)]
[FIX] Don't leave button@type=submit in IE

bzr revid: fme@openerp.com-20121119143719-1uu4s71jyudfi5u3

11 years ago[IMP] demo data & groups -> refactor
Arnaud Pineux [Mon, 19 Nov 2012 14:21:46 +0000 (15:21 +0100)]
[IMP] demo data & groups -> refactor

bzr revid: api@openerp.com-20121119142146-33aix5tk6bldizu9

11 years ago[FIX] hr_recruitment: fixed message_update, cleaned a bit the code.
Thibault Delavallée [Mon, 19 Nov 2012 14:20:59 +0000 (15:20 +0100)]
[FIX] hr_recruitment: fixed message_update, cleaned a bit the code.

bzr revid: tde@openerp.com-20121119142059-l4cnkyhlrg2vt1b9

11 years ago[FIX] message_route: when replying to a message, use its model and res_id, never...
Thibault Delavallée [Mon, 19 Nov 2012 14:17:40 +0000 (15:17 +0100)]
[FIX] message_route: when replying to a message, use its model and res_id, never lost.

bzr revid: tde@openerp.com-20121119141740-tjlp1uy4mq4lrg48

11 years ago[IMP] demo data & groups -> refactor
Arnaud Pineux [Mon, 19 Nov 2012 14:08:01 +0000 (15:08 +0100)]
[IMP] demo data & groups -> refactor

bzr revid: api@openerp.com-20121119140801-yxj936dhu1eapicl

11 years ago[MERGE]
Arnaud Pineux [Mon, 19 Nov 2012 13:57:27 +0000 (14:57 +0100)]
[MERGE]

bzr revid: api@openerp.com-20121119135727-i197peh7zj0sqsax

11 years ago[IMP] demo data & groups
Arnaud Pineux [Mon, 19 Nov 2012 13:56:28 +0000 (14:56 +0100)]
[IMP] demo data & groups

bzr revid: api@openerp.com-20121119135628-krq8rle10si51vkh

11 years ago[FIX]crm : Correct bug when user alters the stage of lead/opportunities, new lead...
Cedric Snauwaert [Mon, 19 Nov 2012 13:35:54 +0000 (14:35 +0100)]
[FIX]crm : Correct bug when user alters the stage of lead/opportunities, new lead/opportunities won't go to draft mode + typo (removed useless spaces)

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

bzr revid: csn@openerp.com-20121119133554-rizbg56et5siuejz

11 years ago[FIX] addons: fixed calls to command_re.
Thibault Delavallée [Mon, 19 Nov 2012 13:25:09 +0000 (14:25 +0100)]
[FIX] addons: fixed calls to command_re.

bzr revid: tde@openerp.com-20121119132509-dyes929xalp0pgcj

11 years ago[FIX] crm: fixed a call to command_re, now in tools.mail.
Thibault Delavallée [Mon, 19 Nov 2012 13:21:41 +0000 (14:21 +0100)]
[FIX] crm: fixed a call to command_re, now in tools.mail.

bzr revid: tde@openerp.com-20121119132141-6zikqzuxlxap550f

11 years ago[MERGE]merge with latest addons trunk
Cedric Snauwaert [Mon, 19 Nov 2012 12:56:13 +0000 (13:56 +0100)]
[MERGE]merge with latest addons trunk

bzr revid: csn@openerp.com-20121119125613-211aykfipa9l59q3

11 years ago[REV] Removed fix, to be inserted in a specific branch.
Thibault Delavallée [Mon, 19 Nov 2012 11:41:25 +0000 (12:41 +0100)]
[REV] Removed fix, to be inserted in a specific branch.

bzr revid: tde@openerp.com-20121119114125-51fhctk8n79ptx65

11 years ago[FIX] push_state() broken after closing a wizard
Fabien Meghazi [Mon, 19 Nov 2012 11:11:30 +0000 (12:11 +0100)]
[FIX] push_state() broken after closing a wizard

bzr revid: fme@openerp.com-20121119111130-7xubnqvvhp3q1jds

11 years ago[IMP] Update jQuery to version 1.8.3
Fabien Meghazi [Mon, 19 Nov 2012 11:11:10 +0000 (12:11 +0100)]
[IMP] Update jQuery to version 1.8.3

bzr revid: fme@openerp.com-20121119111110-rjznfpj6fllfbgqj

11 years ago[IMP] ir_confir_parameter: add parameter 'force' in method 'init' to reinitialize...
Raphael Collet [Mon, 19 Nov 2012 11:02:06 +0000 (12:02 +0100)]
[IMP] ir_confir_parameter: add parameter 'force' in method 'init' to reinitialize existing parameters
This is useful when creating a new database from a dump (reinitialize database.uuid, etc.)

bzr revid: rco@openerp.com-20121119110206-la2yaohf7wmi9yx2

11 years ago[FIX] mail: do not display the body message false value
Christophe Matthieu [Mon, 19 Nov 2012 11:01:58 +0000 (12:01 +0100)]
[FIX] mail: do not display the body message false value

bzr revid: chm@openerp.com-20121119110158-iw2i7qt422fqatvm

11 years ago[FIX] fields.html: behave as fields.text for empty values: store NULL
Christophe Matthieu [Mon, 19 Nov 2012 10:43:32 +0000 (11:43 +0100)]
[FIX] fields.html: behave as fields.text for empty values: store NULL

bzr revid: chm@openerp.com-20121119104332-bqm81nuik6pqsbf9

11 years ago[CLEAN] mail: cleaned a bit the demo data.
Thibault Delavallée [Mon, 19 Nov 2012 10:19:53 +0000 (11:19 +0100)]
[CLEAN] mail: cleaned a bit the demo data.

bzr revid: tde@openerp.com-20121119101953-np1gw8e7qhfhncgq

11 years ago[IMP] web: add 'widget: self' in rendering environment of openerp.web.Client
Raphael Collet [Mon, 19 Nov 2012 10:07:34 +0000 (11:07 +0100)]
[IMP] web: add 'widget: self' in rendering environment of openerp.web.Client

bzr revid: rco@openerp.com-20121119100734-dtprbdm9bypid8bk

11 years ago[IMP] mail demo data: removed a few warnings.
Thibault Delavallée [Mon, 19 Nov 2012 09:37:05 +0000 (10:37 +0100)]
[IMP] mail demo data: removed a few warnings.

bzr revid: tde@openerp.com-20121119093705-netx11bsa1gsmrei

11 years ago[CLEAN] mail: cleaned demo data about files and noupdate: fixed some typos.
Thibault Delavallée [Mon, 19 Nov 2012 09:24:57 +0000 (10:24 +0100)]
[CLEAN] mail: cleaned demo data about files and noupdate: fixed some typos.

bzr revid: tde@openerp.com-20121119092457-lgiijzl4c6c90nuk

11 years ago[MERGE] Sync with trunk.
Thibault Delavallée [Mon, 19 Nov 2012 09:16:43 +0000 (10:16 +0100)]
[MERGE] Sync with trunk.

bzr revid: tde@openerp.com-20121119091643-tv7354hnjv77byua

11 years ago[IMP] listview already checks non-empty ids array for deletion, so check not useful
Xavier Morel [Mon, 19 Nov 2012 08:45:33 +0000 (09:45 +0100)]
[IMP] listview already checks non-empty ids array for deletion, so check not useful

bzr revid: xmo@openerp.com-20121119084533-6qnktzmh19kfwtoo

11 years ago[FIX] editable listview: do not attempt to delete falsy ids (from the dataset)
Xavier Morel [Mon, 19 Nov 2012 08:42:03 +0000 (09:42 +0100)]
[FIX] editable listview: do not attempt to delete falsy ids (from the dataset)

During the creation of a new record (in an editable list), the
prospective new record has a ``false`` id. In a non-o2m, the row under
creation can be selected (checkbox) and deleted (More > Delete),
leading to the request to ``DELETE false`` being sent to the ORM…
which said ORM does not wish to entertain.

Before actually performing the delete request (more precisely
forwarding said request to the listview itself), remove all false-ish
ids from the array.

Also, don't send a request to delete nothing.

bzr revid: xmo@openerp.com-20121119084203-0vz4v9myfizxz88u

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 19 Nov 2012 04:37:43 +0000 (04:37 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121117043708-z0u57016sd0wlp40
bzr revid: launchpad_translations_on_behalf_of_openerp-20121118043740-7rflvcr80m8nk6lf
bzr revid: launchpad_translations_on_behalf_of_openerp-20121119043743-wa4nnbhzv39ixzag

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 19 Nov 2012 04:37:24 +0000 (04:37 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121119043724-mjkn4taco62obn62

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 18 Nov 2012 04:47:30 +0000 (04:47 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121118044730-4j5223ylkxl9o332

11 years ago[FIX] mail_demo: fixed attachment_ids.
Thibault Delavallée [Fri, 16 Nov 2012 17:15:41 +0000 (18:15 +0100)]
[FIX] mail_demo: fixed attachment_ids.

bzr revid: tde@openerp.com-20121116171541-3rbe6kq04maa1z7e

11 years ago[HACK] Temp hack about reloading menus.
Thibault Delavallée [Fri, 16 Nov 2012 17:11:00 +0000 (18:11 +0100)]
[HACK] Temp hack about reloading menus.

bzr revid: tde@openerp.com-20121116171100-h2to6ij4p5idcui9

11 years ago[FIX] correctly handle case of deleting-an-o2m-line-being-edited
Xavier Morel [Fri, 16 Nov 2012 16:44:16 +0000 (17:44 +0100)]
[FIX] correctly handle case of deleting-an-o2m-line-being-edited

move special case in o2m listview to main editable and expand to
correctly fit edition cases, not just work in case of creation

issue: if a row being edited is deleted in an o2m, the form will be
blurred and try cancelling/saving the edition and reloading the row,
but this will only happen *after* the record/row/whatever has been
"deleted" and (amongst other things) removed from the buffered o2m
cache, leading to a tentative read on the server side (usually with a
local id which doesn't even make sense) and thus an error.

Intercept the deletion signal to cancel the edition immediately and
only let the deletion through after the edition has successfully been
canceled.

bzr revid: xmo@openerp.com-20121116164416-8kr39t6jtqy2s3jc

11 years ago[IMP] auth_oauth: redirect directly to controller; do not make heuristic on arguments
Christophe Simonis [Fri, 16 Nov 2012 16:24:21 +0000 (17:24 +0100)]
[IMP] auth_oauth: redirect directly to controller; do not make heuristic on arguments

bzr revid: chs@openerp.com-20121116162421-5yahj18n88yykq2k

11 years ago[IMP] mail, crm: improved demo data.
Thibault Delavallée [Fri, 16 Nov 2012 15:31:41 +0000 (16:31 +0100)]
[IMP] mail, crm: improved demo data.

bzr revid: tde@openerp.com-20121116153141-n8nxkg6g8uypex1a

11 years ago[FIX] crm: still fixing filters about base action rule.
Thibault Delavallée [Fri, 16 Nov 2012 15:31:30 +0000 (16:31 +0100)]
[FIX] crm: still fixing filters about base action rule.

bzr revid: tde@openerp.com-20121116153130-p064sro5923dhh3h

11 years ago[FIX] action_rule: fixed some filters to be with user_id False, ot be available to...
Thibault Delavallée [Fri, 16 Nov 2012 15:31:01 +0000 (16:31 +0100)]
[FIX] action_rule: fixed some filters to be with user_id False, ot be available to every employee.

bzr revid: tde@openerp.com-20121116153101-ta18d6mzeg70avcd

11 years ago[MERGE] from trunk-mail-uploader-chm
Christophe Matthieu [Fri, 16 Nov 2012 15:15:06 +0000 (16:15 +0100)]
[MERGE] from trunk-mail-uploader-chm

bzr revid: chm@openerp.com-20121116151506-z0qg8cgf069kdato

11 years ago[FIX] problem in editable list o2m when hitting the enter button rapidly
niv-openerp [Fri, 16 Nov 2012 15:12:48 +0000 (16:12 +0100)]
[FIX] problem in editable list o2m when hitting the enter button rapidly

bzr revid: nicolas.vanhoren@openerp.com-20121116151248-il59eiekk758suco

11 years ago[MERGE] from trunk-mail-uploader-chm
Christophe Matthieu [Fri, 16 Nov 2012 15:11:15 +0000 (16:11 +0100)]
[MERGE] from trunk-mail-uploader-chm

bzr revid: chm@openerp.com-20121116151115-1u69yio8kb1h8fjd

11 years ago[IMP] mail: remove test for attachment with one2many
Christophe Matthieu [Fri, 16 Nov 2012 15:08:50 +0000 (16:08 +0100)]
[IMP] mail: remove test for attachment with one2many

bzr revid: chm@openerp.com-20121116150850-zpaeci0wbx725pix

11 years ago[IMP] web.http: factor out session path generation
Raphael Collet [Fri, 16 Nov 2012 15:01:31 +0000 (16:01 +0100)]
[IMP] web.http: factor out session path generation

bzr revid: rco@openerp.com-20121116150131-a2ioomezc62kqgrb

11 years ago[MERGE] removed a few warnings.
Vo Minh Thu [Fri, 16 Nov 2012 14:15:17 +0000 (15:15 +0100)]
[MERGE] removed a few warnings.

bzr revid: vmt@openerp.com-20121116141517-1dwjs27cwk2nq9t4

11 years ago[MERGE] removed a few warnings.
Vo Minh Thu [Fri, 16 Nov 2012 14:15:02 +0000 (15:15 +0100)]
[MERGE] removed a few warnings.

bzr revid: vmt@openerp.com-20121116141502-v1z8w86o0bczgsk3

11 years ago[IMP] minify cache
Antony Lesuisse [Fri, 16 Nov 2012 13:58:22 +0000 (14:58 +0100)]
[IMP] minify cache

bzr revid: al@openerp.com-20121116135822-xduk3jnvuhvtorll

11 years ago[IMP] base_status: removed unneeded `date_open` field from call to crm.claim.create().
Vo Minh Thu [Fri, 16 Nov 2012 13:51:44 +0000 (14:51 +0100)]
[IMP] base_status: removed unneeded `date_open` field from call to crm.claim.create().

bzr revid: vmt@openerp.com-20121116135144-talk5y0owm848mj7

11 years ago[FIX] base_gengo: remove sandbox flag, improve inconsistent labels on gengo wizard...
Olivier Dony [Fri, 16 Nov 2012 13:50:21 +0000 (14:50 +0100)]
[FIX] base_gengo: remove sandbox flag, improve inconsistent labels on gengo wizard, cleanup, better error reporting

bzr revid: odo@openerp.com-20121116135021-jxz6u76wqyersykl

11 years ago[IMP] test_limits/test_uninstall: added access rules.
Vo Minh Thu [Fri, 16 Nov 2012 13:14:39 +0000 (14:14 +0100)]
[IMP] test_limits/test_uninstall: added access rules.

bzr revid: vmt@openerp.com-20121116131439-y14dekyogidxymof

11 years ago[IMP] mail: commented test for res_model on attachment because one2many became many2many
Christophe Matthieu [Fri, 16 Nov 2012 13:08:34 +0000 (14:08 +0100)]
[IMP] mail: commented test for res_model on attachment because one2many became many2many

bzr revid: chm@openerp.com-20121116130834-hsu7wunja092ayt9

11 years ago[IMP] getting started doc: reformat package installation command, courtesy of Nhomar...
Olivier Dony [Fri, 16 Nov 2012 12:20:27 +0000 (13:20 +0100)]
[IMP] getting started doc: reformat package installation command, courtesy of Nhomar Hernandez (Vauxoo)

bzr revid: odo@openerp.com-20121116122027-j2xiebnixhurfvic

11 years ago[FIX] test cases
Xavier Morel [Fri, 16 Nov 2012 11:55:44 +0000 (12:55 +0100)]
[FIX] test cases

* mock(:) callback receives a pair (args, kwargs) not raw params
* list buttons test triggers domain evaluation, which depends on form (why???)

bzr revid: xmo@openerp.com-20121116115544-cdowx66w3m8inqon

11 years ago[IMP] mail.compose.message: not filter the context for attachment but overwrite the...
Christophe Matthieu [Fri, 16 Nov 2012 11:43:48 +0000 (12:43 +0100)]
[IMP] mail.compose.message: not filter the context for attachment but overwrite the value with type=binary

bzr revid: chm@openerp.com-20121116114348-2g80ll85rz3ha0o2

11 years ago[FIX] missing comma
Xavier Morel [Fri, 16 Nov 2012 11:39:36 +0000 (12:39 +0100)]
[FIX] missing comma

bzr revid: xmo@openerp.com-20121116113936-opg1gxan0jat2a4d

11 years ago[IMP] email_template: dont give mail.mail.create() an unneeded email_recipients field.
Vo Minh Thu [Fri, 16 Nov 2012 11:35:51 +0000 (12:35 +0100)]
[IMP] email_template: dont give mail.mail.create() an unneeded email_recipients field.

bzr revid: vmt@openerp.com-20121116113551-le30lwfmignrxl0e

11 years ago[FIX] mail_thread: when posting a messure using mail_thread as model (typically,...
Thibault Delavallée [Fri, 16 Nov 2012 11:28:00 +0000 (12:28 +0100)]
[FIX] mail_thread: when posting a messure using mail_thread as model (typically, a private message without model, res_id), do not try to set it on the attachments; this make the custom access rules check of ir.attachment crash.

bzr revid: tde@openerp.com-20121116112800-8ur8yr8alcrlgg1z

11 years ago[CLEAN] mail.js: removed some console.log
Thibault Delavallée [Fri, 16 Nov 2012 11:27:12 +0000 (12:27 +0100)]
[CLEAN] mail.js: removed some console.log

bzr revid: tde@openerp.com-20121116112712-wu63i6qq2x8g4huk

11 years ago[FIX] comment all missing image includes in doc, so that it can build at all
Xavier Morel [Fri, 16 Nov 2012 11:26:59 +0000 (12:26 +0100)]
[FIX] comment all missing image includes in doc, so that it can build at all

bzr revid: xmo@openerp.com-20121116112659-fy9amck0k5g5xvjz

11 years ago[IMP] web form: one2many_binary became many2many_binary
Christophe Matthieu [Fri, 16 Nov 2012 11:25:17 +0000 (12:25 +0100)]
[IMP] web form: one2many_binary became many2many_binary

bzr revid: chm@openerp.com-20121116112517-yqc9w37iz5yg2xf0

11 years ago[FIX] unfuck getting started rst
Xavier Morel [Fri, 16 Nov 2012 11:23:57 +0000 (12:23 +0100)]
[FIX] unfuck getting started rst

bzr revid: xmo@openerp.com-20121116112357-98gpqfyjlma3gf0b

11 years ago[IMP] web form: one2many_binary became many2many_binary
Christophe Matthieu [Fri, 16 Nov 2012 11:21:25 +0000 (12:21 +0100)]
[IMP] web form: one2many_binary became many2many_binary

bzr revid: chm@openerp.com-20121116112125-ze91rz2zveqzlz2g

11 years ago[MERGE] JS test framework + python runner
Xavier Morel [Fri, 16 Nov 2012 11:15:13 +0000 (12:15 +0100)]
[MERGE] JS test framework + python runner

bzr revid: xmo@openerp.com-20121116111513-kddq4tohsgaj3hub

11 years ago[FIX] mail.compose.message: files can be attach to a document and send by mail
Christophe Matthieu [Fri, 16 Nov 2012 11:12:26 +0000 (12:12 +0100)]
[FIX] mail.compose.message: files can be attach to a document and send by mail

bzr revid: chm@openerp.com-20121116111226-0xvb262et94k7omh

11 years ago[FIX] doc errors
Xavier Morel [Fri, 16 Nov 2012 11:10:43 +0000 (12:10 +0100)]
[FIX] doc errors

bzr revid: xmo@openerp.com-20121116111043-s0xuy1lya3am6tia

11 years ago[FIX] auth_oauth: use the right credentials when logging on the client database
Raphael Collet [Fri, 16 Nov 2012 10:58:20 +0000 (11:58 +0100)]
[FIX] auth_oauth: use the right credentials when logging on the client database

bzr revid: rco@openerp.com-20121116105820-420abdggm9lzx0pe

11 years ago[REM] test runner feature which probably caused more trouble than it caught
Xavier Morel [Fri, 16 Nov 2012 10:55:54 +0000 (11:55 +0100)]
[REM] test runner feature which probably caused more trouble than it caught

avoid catching exception in executed callback, it just hinders debugging by generated completely bonkers traces

bzr revid: xmo@openerp.com-20121116105554-hu45anetrj1a8tl6

11 years ago[REVERT] base_crypt: incorrect/unreviewed fix in rev 8058
Arnaud Pineux [Fri, 16 Nov 2012 10:52:31 +0000 (11:52 +0100)]
[REVERT] base_crypt: incorrect/unreviewed fix in rev 8058

bzr revid: odo@openerp.com-20121116105231-tujpbbhcd2g8xkfu

11 years ago[REVERT] unreviewed audittrail fix in previous rev
Arnaud Pineux [Fri, 16 Nov 2012 10:49:36 +0000 (11:49 +0100)]
[REVERT] unreviewed audittrail fix in previous rev

bzr revid: odo@openerp.com-20121116104936-t3k4051pe51gqds1

11 years ago[MERGE] audittrail: tentative (unreviewed) fix for bug 1055813
Arnaud Pineux [Fri, 16 Nov 2012 10:47:40 +0000 (11:47 +0100)]
[MERGE] audittrail: tentative (unreviewed) fix for bug 1055813

bzr revid: odo@openerp.com-20121116104740-bvumwe23oijir540

11 years ago[FIX] mail: fixed a bug when replying to a private message, leading to a non-existent...
Thibault Delavallée [Fri, 16 Nov 2012 10:21:43 +0000 (11:21 +0100)]
[FIX] mail: fixed a bug when replying to a private message, leading to a non-existent thread dataset. Should be mail.thread by default, only for the dataset, not anything else I think.

bzr revid: tde@openerp.com-20121116102143-jq2o0e5by76zv12w

11 years ago[FIX] deferred.pipe -> deferred.then
Xavier Morel [Fri, 16 Nov 2012 10:14:17 +0000 (11:14 +0100)]
[FIX] deferred.pipe -> deferred.then

bzr revid: xmo@openerp.com-20121116101417-mkcjrdtocl6w7408

11 years ago[MERGE] from trunk, fix/adapt some tests
Xavier Morel [Fri, 16 Nov 2012 10:08:40 +0000 (11:08 +0100)]
[MERGE] from trunk, fix/adapt some tests

bzr revid: xmo@openerp.com-20121116100840-yyr9b4oru3zdftld

11 years ago[IMP] test_exceptions/test_impex: added access rules.
Vo Minh Thu [Fri, 16 Nov 2012 10:05:05 +0000 (11:05 +0100)]
[IMP] test_exceptions/test_impex: added access rules.

bzr revid: vmt@openerp.com-20121116100505-9uakbl4klbkaz95k

11 years ago[IMP] crm: re-added message subtypes.
Thibault Delavallée [Fri, 16 Nov 2012 09:50:41 +0000 (10:50 +0100)]
[IMP] crm: re-added message subtypes.

bzr revid: tde@openerp.com-20121116095041-3tu0mqhzrgsfjaei

11 years ago[FIX] mail_thread: fixed calculation of message_unread: read field may be False or...
Thibault Delavallée [Fri, 16 Nov 2012 09:50:03 +0000 (10:50 +0100)]
[FIX] mail_thread: fixed calculation of message_unread: read field may be False or NULL.

bzr revid: tde@openerp.com-20121116095003-8bbfyyvlhzqehf6h

11 years ago[FIX] list button test: no call_button result now triggers an act_window_close
Xavier Morel [Fri, 16 Nov 2012 09:43:55 +0000 (10:43 +0100)]
[FIX] list button test: no call_button result now triggers an act_window_close

bzr revid: xmo@openerp.com-20121116094355-bsbxb0ufpjqx5j50

11 years ago[IMP] Added feature in the rpc() method to be able to perform a call without triggeri...
niv-openerp [Fri, 16 Nov 2012 09:42:00 +0000 (10:42 +0100)]
[IMP] Added feature in the rpc() method to be able to perform a call without triggering the loading messages.

bzr revid: nicolas.vanhoren@openerp.com-20121116094200-q4cby6jofcrk87hd

11 years ago[Merge] Audittrail
Arnaud Pineux [Fri, 16 Nov 2012 09:34:24 +0000 (10:34 +0100)]
[Merge] Audittrail

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

bzr revid: api@openerp.com-20121116093424-0k7d7we6vy9s6z9e