odoo/odoo.git
11 years ago[MERGE] sync with trunk
Olivier Dony [Wed, 5 Sep 2012 16:31:35 +0000 (18:31 +0200)]
[MERGE] sync with trunk

bzr revid: odo@openerp.com-20120905163135-9f6q0ghri1kq6z75

11 years ago[IMP] mail: fix and test parsing of plaintext messages
Olivier Dony [Wed, 5 Sep 2012 16:01:45 +0000 (18:01 +0200)]
[IMP] mail: fix and test parsing of plaintext messages

bzr revid: odo@openerp.com-20120905160145-2e11txqm5jffij6v

11 years ago[FIX] email_template: various improvements and fixes.
Thibault Delavallée [Wed, 5 Sep 2012 15:56:26 +0000 (17:56 +0200)]
[FIX] email_template: various improvements and fixes.
email_template.py: fixed attachments
mail.compose.message: fixed various bugs of onchanges and the use of templates
with the composer. Cleaned and added tests related to the composer using
email_template.
mail.compose.message form view: the use of templates is now for
advanced formatting only.

bzr revid: tde@openerp.com-20120905155626-h6laee191ttnglkh

11 years ago[IMP] mail: added and cleaned the tests. Fixed various small bugs in composer. Fixed...
Thibault Delavallée [Wed, 5 Sep 2012 15:53:19 +0000 (17:53 +0200)]
[IMP] mail: added and cleaned the tests. Fixed various small bugs in composer. Fixed mail_message.message_read() and flattening algorithm. Cleaned tests for message_read to have a more precise test.

bzr revid: tde@openerp.com-20120905155319-wd168m5snb25ari9

11 years ago[CLEAN] mail: cleaned mail_thread.py.
Thibault Delavallée [Wed, 5 Sep 2012 15:51:21 +0000 (17:51 +0200)]
[CLEAN] mail: cleaned mail_thread.py.

bzr revid: tde@openerp.com-20120905155121-1w3h43t10qsigusn

11 years ago[IMP] mail*: implement auto-deletion mechanism for mail.message, mail.mail and the...
Olivier Dony [Wed, 5 Sep 2012 15:19:50 +0000 (17:19 +0200)]
[IMP] mail*: implement auto-deletion mechanism for mail.message, mail.mail and the attachment

This is based on the auto_delete flag on mail.mail
and the assumption that mail.mail records created
without a parent message will be deleted as a whole,
including the parent message and its attachments.
This is contrasted with mail.mail records created
for notifications regarding a mail.message, and therefore
created with an existing `mail_message_id` parent.
For this last case the parent must not be deleted
along with the child mail.mail, as it exists on its own.

bzr revid: odo@openerp.com-20120905151950-7jv6hi0x5fx5iytp

11 years ago[FIX] account_followup: typos/obsolete code
Olivier Dony [Wed, 5 Sep 2012 15:14:51 +0000 (17:14 +0200)]
[FIX] account_followup: typos/obsolete code

bzr revid: odo@openerp.com-20120905151451-24d4le11nl1921ep

11 years ago[FIX] point_of_sale: Set the right account for the internal account.
Stephane Wirtel [Wed, 5 Sep 2012 15:05:38 +0000 (17:05 +0200)]
[FIX] point_of_sale: Set the right account for the internal account.
[REF] point_of_sale: Review the code for the Take Money Out and Push Money In.
[FIX] point_of_sale: Can post a session with an order in the invoiced state.

bzr revid: stw@openerp.com-20120905150538-v9ex7wehyebft7tu

11 years ago[REVERT] 4394, because Thu is stupid
niv-openerp [Wed, 5 Sep 2012 14:57:03 +0000 (16:57 +0200)]
[REVERT] 4394, because Thu is stupid

bzr revid: nicolas.vanhoren@openerp.com-20120905145703-7t8uiyqur0l16n2b

11 years ago[FIX] incorrect reversion of m2o autocomplete mouse-based selection fix by revision...
Xavier Morel [Wed, 5 Sep 2012 12:04:55 +0000 (14:04 +0200)]
[FIX] incorrect reversion of m2o autocomplete mouse-based selection fix by revision  vta@openerp.com-20120808154422-nbjabrc3cxcb030g

bzr revid: xmo@openerp.com-20120905120455-92llmuwv267xdrn5

11 years ago[FIX] Fixed min-width input[type=text].
vta vta@openerp.com [Wed, 5 Sep 2012 11:24:46 +0000 (13:24 +0200)]
[FIX] Fixed min-width input[type=text].

bzr revid: vta@openerp.com-20120905112446-yi6eyfde8pa31g0l

11 years ago[FIX] Fixed width in div.address_format's spans.
vta vta@openerp.com [Wed, 5 Sep 2012 11:23:43 +0000 (13:23 +0200)]
[FIX] Fixed width in div.address_format's spans.

bzr revid: vta@openerp.com-20120905112343-bathemmuv6rtb0r9

11 years ago[IMP] note name_create ok
Fabien Pinckaers [Wed, 5 Sep 2012 09:54:35 +0000 (11:54 +0200)]
[IMP] note name_create ok

bzr revid: fp@tinyerp.com-20120905095435-bio3buy24t4sdvze

11 years ago[IMP] changed the semantic of "create_name_field"
niv-openerp [Wed, 5 Sep 2012 09:42:19 +0000 (11:42 +0200)]
[IMP] changed the semantic of "create_name_field"

bzr revid: nicolas.vanhoren@openerp.com-20120905094219-vyd76t7p4tw6ocsy

11 years ago[MERGE] trunk-access-ui-jam (hide buttons or disable actions to create/edit/delete...
Raphael Collet [Wed, 5 Sep 2012 09:38:59 +0000 (11:38 +0200)]
[MERGE] trunk-access-ui-jam (hide buttons or disable actions to create/edit/delete that are not permitted to user)

bzr revid: rco@openerp.com-20120905093859-oh1udej3kgyghudy

11 years ago[MERGE] trunk-access-ui-jam (do not display some Edit/Delete buttons when user has...
Raphael Collet [Wed, 5 Sep 2012 09:35:05 +0000 (11:35 +0200)]
[MERGE] trunk-access-ui-jam (do not display some Edit/Delete buttons when user has no corresponding access rights)

bzr revid: rco@openerp.com-20120905093505-8gyb5qwta0icssko

11 years ago[MERGE] trunk-access-ui-jam (in fields_view_get, add attributes in top element when...
Raphael Collet [Wed, 5 Sep 2012 09:33:37 +0000 (11:33 +0200)]
[MERGE] trunk-access-ui-jam (in fields_view_get, add attributes in top element when user cannot create/edit/delete)

bzr revid: rco@openerp.com-20120905093337-jkfbdkg1eqrau629

11 years ago[IMP] event: Add an onchange event on the location address, this
Stephane Wirtel [Wed, 5 Sep 2012 09:19:33 +0000 (11:19 +0200)]
[IMP] event: Add an onchange event on the location address, this
onchange will load the city, street and zipcode of the selected
address.
[MERGE] event: Show the google maps.

bzr revid: stw@openerp.com-20120905091933-t77gwdlrfcq9uhup

11 years ago[FIX] small css problem with the "more" menu in form views
niv-openerp [Wed, 5 Sep 2012 09:18:59 +0000 (11:18 +0200)]
[FIX] small css problem with the "more" menu in form views

bzr revid: nicolas.vanhoren@openerp.com-20120905091859-jkequxaxo2qd8cz8

11 years ago[FIX] web_kanban: do not show the '+' in kanban groups when user cannot create
Raphael Collet [Wed, 5 Sep 2012 09:16:20 +0000 (11:16 +0200)]
[FIX] web_kanban: do not show the '+' in kanban groups when user cannot create

bzr revid: rco@openerp.com-20120905091620-2dmcx9h90ed2935p

11 years ago[IMP] web_kanban: make kanban records non-draggable when user cannot edit them
Raphael Collet [Wed, 5 Sep 2012 09:05:44 +0000 (11:05 +0200)]
[IMP] web_kanban: make kanban records non-draggable when user cannot edit them

bzr revid: rco@openerp.com-20120905090544-ru224cad11jyxwbv

11 years ago[IMP] modified default style of ul/li to best fit html semantic
niv-openerp [Wed, 5 Sep 2012 09:00:50 +0000 (11:00 +0200)]
[IMP] modified default style of ul/li to best fit html semantic

bzr revid: nicolas.vanhoren@openerp.com-20120905090050-tze9qtiw22g1p3fz

11 years ago[IMP] modified all <li> to adjust to new default style
niv-openerp [Wed, 5 Sep 2012 09:00:08 +0000 (11:00 +0200)]
[IMP] modified all <li> to adjust to new default style

bzr revid: nicolas.vanhoren@openerp.com-20120905090008-de9rsb0mc1suxyh8

11 years ago[IMP] modified all <li> to adjust to new default style
niv-openerp [Wed, 5 Sep 2012 08:59:17 +0000 (10:59 +0200)]
[IMP] modified all <li> to adjust to new default style

bzr revid: nicolas.vanhoren@openerp.com-20120905085917-c68qkhlwojargt27

11 years agoFixed small problem
niv-openerp [Wed, 5 Sep 2012 08:32:49 +0000 (10:32 +0200)]
Fixed small problem

bzr revid: nicolas.vanhoren@openerp.com-20120905083249-r5azgyu5q7qnb83r

11 years ago[IMP] Kanban quick create: replaced @original-title by @title
Fabien Meghazi [Wed, 5 Sep 2012 08:20:04 +0000 (10:20 +0200)]
[IMP] Kanban quick create: replaced @original-title by @title

bzr revid: fme@openerp.com-20120905082004-ecd4r32srwvnulob

11 years agomerge trunk
niv-openerp [Wed, 5 Sep 2012 08:13:14 +0000 (10:13 +0200)]
merge trunk

bzr revid: nicolas.vanhoren@openerp.com-20120905081314-uu3khdpohgz23j6q

11 years agomerge trunk
niv-openerp [Wed, 5 Sep 2012 08:12:54 +0000 (10:12 +0200)]
merge trunk

bzr revid: nicolas.vanhoren@openerp.com-20120905081254-ezfb2y6um9gmhz3x

11 years agomerge trunk
niv-openerp [Wed, 5 Sep 2012 08:12:43 +0000 (10:12 +0200)]
merge trunk

bzr revid: nicolas.vanhoren@openerp.com-20120905081243-uhubu17sgpi4pgkr

11 years agoSolved problem with left menu
niv-openerp [Wed, 5 Sep 2012 08:10:19 +0000 (10:10 +0200)]
Solved problem with left menu

bzr revid: nicolas.vanhoren@openerp.com-20120905081019-o4x9d6v2meiwlfl7

11 years agowip
niv-openerp [Wed, 5 Sep 2012 08:04:02 +0000 (10:04 +0200)]
wip

bzr revid: nicolas.vanhoren@openerp.com-20120905080402-mimiog42gosrb437

11 years agowip
niv-openerp [Wed, 5 Sep 2012 08:03:53 +0000 (10:03 +0200)]
wip

bzr revid: nicolas.vanhoren@openerp.com-20120905080353-tquc3r3n27kt452v

11 years agowip
niv-openerp [Wed, 5 Sep 2012 08:03:44 +0000 (10:03 +0200)]
wip

bzr revid: nicolas.vanhoren@openerp.com-20120905080344-n61yuun3fuhgufbg

11 years ago[MERGE] sync with trunk
Olivier Dony [Wed, 5 Sep 2012 07:31:34 +0000 (09:31 +0200)]
[MERGE] sync with trunk

bzr revid: odo@openerp.com-20120905073134-v1j98vzvmwe6a72i

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 5 Sep 2012 04:56:33 +0000 (04:56 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120905044643-3lowmyxc3xu7eyq6
bzr revid: launchpad_translations_on_behalf_of_openerp-20120905045633-zku7mh6ly8z82ec4

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 5 Sep 2012 04:46:27 +0000 (04:46 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120905044627-f278574oe3tqa0ja

11 years ago[MERGE] remove unneeded demo users
Antony Lesuisse [Wed, 5 Sep 2012 00:31:25 +0000 (02:31 +0200)]
[MERGE] remove unneeded demo users

bzr revid: al@openerp.com-20120905003125-1tn1pst2eqpnaibp

11 years ago[MERGE] trunk
Antony Lesuisse [Wed, 5 Sep 2012 00:19:12 +0000 (02:19 +0200)]
[MERGE] trunk

bzr revid: al@openerp.com-20120905001912-octegprwjv76uor8

11 years ago[MERGE] remove unneeded demo users
Antony Lesuisse [Wed, 5 Sep 2012 00:15:33 +0000 (02:15 +0200)]
[MERGE] remove unneeded demo users

bzr revid: al@openerp.com-20120905001533-fz1htj832djequ6p

11 years ago[iMP] task form
Fabien Pinckaers [Tue, 4 Sep 2012 21:57:42 +0000 (23:57 +0200)]
[iMP] task form

bzr revid: fp@openerp.com-20120904215742-gdw8dcuc73qgb2id

11 years ago[FIX] notes css no longer applies to generic kanban
Minh Tran [Tue, 4 Sep 2012 17:31:06 +0000 (19:31 +0200)]
[FIX] notes css no longer applies to generic kanban

bzr revid: mit@openerp.com-20120904173106-3f7f7b0uvbngcbiw

11 years agofix notes css no longer applies to generic kanban
Minh Tran [Tue, 4 Sep 2012 17:24:36 +0000 (19:24 +0200)]
fix notes css no longer applies to generic kanban

bzr revid: mit@openerp.com-20120904172436-cp6zjyizk8ir0wan

11 years agomerge from trunk
Minh Tran [Tue, 4 Sep 2012 17:21:13 +0000 (19:21 +0200)]
merge from trunk

bzr revid: mit@openerp.com-20120904172113-qwf35tttm5llhrxn

11 years ago[FIX] account_followup: attempt to fix deprecated schedule_with_attach
Olivier Dony [Tue, 4 Sep 2012 17:16:29 +0000 (19:16 +0200)]
[FIX] account_followup: attempt to fix deprecated schedule_with_attach

bzr revid: odo@openerp.com-20120904171629-kdo7erx35cfsty2y

11 years ago[FIX] hr_evaluation: attempt to fix deprecated schedule_with_attach
Olivier Dony [Tue, 4 Sep 2012 17:08:49 +0000 (19:08 +0200)]
[FIX] hr_evaluation: attempt to fix deprecated schedule_with_attach

bzr revid: odo@openerp.com-20120904170849-w4xdfuykz6ycor8v

11 years ago[FIX] survey: attempt to fix deprecated schedule_with_attach (part2)
Olivier Dony [Tue, 4 Sep 2012 17:03:30 +0000 (19:03 +0200)]
[FIX] survey: attempt to fix deprecated schedule_with_attach (part2)

bzr revid: odo@openerp.com-20120904170330-nd6rv6jaiofb2hw3

11 years ago[FIX] survey: attempt to fix deprecated schedule_with_attach
Olivier Dony [Tue, 4 Sep 2012 16:55:53 +0000 (18:55 +0200)]
[FIX] survey: attempt to fix deprecated schedule_with_attach

bzr revid: odo@openerp.com-20120904165553-nxhbgmkpyk7imp4q

11 years agowip
niv-openerp [Tue, 4 Sep 2012 16:42:41 +0000 (18:42 +0200)]
wip

bzr revid: nicolas.vanhoren@openerp.com-20120904164241-lrvvsj5i7axni5ng

11 years agofix
niv-openerp [Tue, 4 Sep 2012 16:41:53 +0000 (18:41 +0200)]
fix

bzr revid: nicolas.vanhoren@openerp.com-20120904164153-iu7grb5rvv2f6gxv

11 years agofix
niv-openerp [Tue, 4 Sep 2012 16:40:07 +0000 (18:40 +0200)]
fix

bzr revid: nicolas.vanhoren@openerp.com-20120904164007-u45aey3w6zssht0w

11 years agowip
niv-openerp [Tue, 4 Sep 2012 16:37:25 +0000 (18:37 +0200)]
wip

bzr revid: nicolas.vanhoren@openerp.com-20120904163725-ptsij09rve8j3txs

11 years ago[FIX] base_calendar: attempt to fix deprecated schedule_with_attach (part2)
Olivier Dony [Tue, 4 Sep 2012 16:36:44 +0000 (18:36 +0200)]
[FIX] base_calendar: attempt to fix deprecated schedule_with_attach (part2)

bzr revid: odo@openerp.com-20120904163644-b0o4guocm0b7ymob

11 years ago[FIX] typo
Olivier Dony [Tue, 4 Sep 2012 16:21:40 +0000 (18:21 +0200)]
[FIX] typo

bzr revid: odo@openerp.com-20120904162140-g03z16djdvbiqiiz

11 years ago[FIX] base_calendar: attempt to fix deprecated schedule_with_attach
Olivier Dony [Tue, 4 Sep 2012 16:21:35 +0000 (18:21 +0200)]
[FIX] base_calendar: attempt to fix deprecated schedule_with_attach

bzr revid: odo@openerp.com-20120904162135-9a328743y387kuv9

11 years ago[FIX] share: fixed second call to schedule_with_attach, in send_emails. It has been...
Thibault Delavallée [Tue, 4 Sep 2012 16:19:56 +0000 (18:19 +0200)]
[FIX] share: fixed second call to schedule_with_attach, in send_emails. It has been replaced by a mail_mail.create() and mail_mail.send().

bzr revid: tde@openerp.com-20120904161956-tw1xvl2vghndhif7

11 years ago[FIX] share: fixed call to schedule_with_attach, as send_invite_email is now commente...
Thibault Delavallée [Tue, 4 Sep 2012 16:14:53 +0000 (18:14 +0200)]
[FIX] share: fixed call to schedule_with_attach, as send_invite_email is now commented. This module will be cleaned in the next few days, and all invite mechanism is likely to disappear. scedule_with_attach is therefore commented and not really fixed.

bzr revid: tde@openerp.com-20120904161453-vq8zartows3eggtp

11 years ago[FIX] portal: schedule_with_attach is now a mail.mail creation immediately send.
Thibault Delavallée [Tue, 4 Sep 2012 16:13:46 +0000 (18:13 +0200)]
[FIX] portal: schedule_with_attach is now a mail.mail creation immediately send.

bzr revid: tde@openerp.com-20120904161346-f3g3a3v2i3pi6jwk

11 years ago[FIX] {crm,base}_action_rule: new attempt to fix deprecated schedule_with_attach
Olivier Dony [Tue, 4 Sep 2012 16:05:12 +0000 (18:05 +0200)]
[FIX] {crm,base}_action_rule: new attempt to fix deprecated schedule_with_attach

bzr revid: odo@openerp.com-20120904160512-vg7np7tg83jlmyzp

11 years ago[REVERT] {crm,base}_action_rule: revert previous attempt to fix deprecated schedule_w...
Olivier Dony [Tue, 4 Sep 2012 15:53:52 +0000 (17:53 +0200)]
[REVERT] {crm,base}_action_rule: revert previous attempt to fix deprecated schedule_with_attach

bzr revid: odo@openerp.com-20120904155352-shna0b9042wfs0gt

11 years ago[IMP] misc bits - lint
Olivier Dony [Tue, 4 Sep 2012 15:50:23 +0000 (17:50 +0200)]
[IMP] misc bits - lint

bzr revid: odo@openerp.com-20120904155023-hchxi9jqemvqulpy

11 years ago[FIX] base_status: fix deprecated mail_message.schedule_with_attach -> message_port
Olivier Dony [Tue, 4 Sep 2012 15:49:16 +0000 (17:49 +0200)]
[FIX] base_status: fix deprecated mail_message.schedule_with_attach -> message_port

bzr revid: odo@openerp.com-20120904154916-6y3chb54u0ypheog

11 years ago[IMP] crm_lead: removed _send_mail_to_salesman, never called; base_action_rule: clean...
Thibault Delavallée [Tue, 4 Sep 2012 15:34:34 +0000 (17:34 +0200)]
[IMP] crm_lead: removed _send_mail_to_salesman, never called; base_action_rule: cleaned email_send with new message_post; cleaned do_action about partner_ids search; crm_action_rule: removed email_send that was a duplicate of the base_action_rule one; updated do_action about partner_ids search.

bzr revid: tde@openerp.com-20120904153434-vqnrfgwz4rq1ox5m

11 years ago[FIX] remove trailing spaces in code
Raphael Collet [Tue, 4 Sep 2012 15:20:12 +0000 (17:20 +0200)]
[FIX] remove trailing spaces in code

bzr revid: rco@openerp.com-20120904152012-dvrpzmx94jlpos2k

11 years ago[IMP] web: improve code formatting, more
Raphael Collet [Tue, 4 Sep 2012 15:18:24 +0000 (17:18 +0200)]
[IMP] web: improve code formatting, more

bzr revid: rco@openerp.com-20120904151824-0z51u2cavjtzqpzd

11 years ago[MERGE] Replaced TranslateDialog by ir.translation#translate_fields
Fabien Meghazi [Tue, 4 Sep 2012 15:05:08 +0000 (17:05 +0200)]
[MERGE] Replaced TranslateDialog by ir.translation#translate_fields

bzr revid: fme@openerp.com-20120904150508-mxft9n8115wj13v4

11 years ago[ADD] ir.translation#translate_fields
Fabien Meghazi [Tue, 4 Sep 2012 15:04:38 +0000 (17:04 +0200)]
[ADD] ir.translation#translate_fields

bzr revid: fme@openerp.com-20120904150438-0zdc3qewfyeiopja

11 years ago[IMP] web, web_diagram: improve code formatting
Raphael Collet [Tue, 4 Sep 2012 14:50:17 +0000 (16:50 +0200)]
[IMP] web, web_diagram: improve code formatting

bzr revid: rco@openerp.com-20120904145017-qw6n8clak9byw1w3

11 years ago[REVIEW] base_stage: removed now dead message_thread_followers method. mail_thread...
Thibault Delavallée [Tue, 4 Sep 2012 14:50:11 +0000 (16:50 +0200)]
[REVIEW] base_stage: removed now dead message_thread_followers method. mail_thread: set message_capable_models back, because it is used in the plugin addon, adn therefore in various plugin_XXX addons. Maybe a refactoring of those plugins could be done, but it is beyond the scope of this refactoring.

bzr revid: tde@openerp.com-20120904145011-tlwgcu32uv8cwe6g

11 years ago[IMP] view_form: improve code formatting
Raphael Collet [Tue, 4 Sep 2012 14:30:24 +0000 (16:30 +0200)]
[IMP] view_form: improve code formatting

bzr revid: rco@openerp.com-20120904143024-g6fmxpkcjmg95zcu

11 years ago[IMP] rename method _is_action_enabled to is_action_enabled
Raphael Collet [Tue, 4 Sep 2012 14:12:04 +0000 (16:12 +0200)]
[IMP] rename method _is_action_enabled to is_action_enabled

bzr revid: rco@openerp.com-20120904141204-oqykdxnwb9yf3itc

11 years ago[IMP] rename method _is_action_enabled to is_action_enabled
Raphael Collet [Tue, 4 Sep 2012 14:11:55 +0000 (16:11 +0200)]
[IMP] rename method _is_action_enabled to is_action_enabled

bzr revid: rco@openerp.com-20120904141155-288vwhonbt07dfcs

11 years ago[IMP] web_kanban: remove inappropriate method _is_action_enabled
Raphael Collet [Tue, 4 Sep 2012 13:59:05 +0000 (15:59 +0200)]
[IMP] web_kanban: remove inappropriate method _is_action_enabled

bzr revid: rco@openerp.com-20120904135905-4f7lu2qk0p5qk8cs

11 years ago[FIX] Do not ilike on name for the translation search view
Fabien Meghazi [Tue, 4 Sep 2012 13:57:28 +0000 (15:57 +0200)]
[FIX] Do not ilike on name for the translation search view

bzr revid: fme@openerp.com-20120904135728-6i5nrwemsluexlx0

11 years ago[IMP] kanban tooltip on quickcreate
vta vta@openerp.com [Tue, 4 Sep 2012 13:50:45 +0000 (15:50 +0200)]
[IMP] kanban tooltip on quickcreate

bzr revid: vta@openerp.com-20120904135045-husx3of9jnjhzpqp

11 years ago[FIX] [CLEAN] mail_thread: misc cleanup (comments, vars, typo). Fixed subscriber...
Thibault Delavallée [Tue, 4 Sep 2012 13:36:48 +0000 (15:36 +0200)]
[FIX] [CLEAN] mail_thread: misc cleanup (comments, vars, typo). Fixed subscriber API. It now handles a read_back key in context to return the new value of the field. The purpose is to use it in mail_followers widget, that behaves asynchronously compared to the form_view, and that need updated values after subscribing a user. Updated mail_followers widget, cleaned its code. Updated mail_group with wrappers on message_subscriber_users, because it was setting user_ids as context.

bzr revid: tde@openerp.com-20120904133648-plsziijac64lw4de

11 years ago[FIX] Fixed remarks of merge proposal
Fabien Meghazi [Tue, 4 Sep 2012 13:32:16 +0000 (15:32 +0200)]
[FIX] Fixed remarks of merge proposal

bzr revid: fme@openerp.com-20120904133216-7v82tmcqi1n21c3f

11 years ago[FIX] Use call_button in order to have the action cleaned by the controller
Fabien Meghazi [Tue, 4 Sep 2012 13:31:37 +0000 (15:31 +0200)]
[FIX] Use call_button in order to have the action cleaned by the controller

bzr revid: fme@openerp.com-20120904133137-0e0gyu69p89yx3sr

11 years ago[REM] email.template: remove all text versions of demo/data templates
Olivier Dony [Tue, 4 Sep 2012 13:28:03 +0000 (15:28 +0200)]
[REM] email.template: remove all text versions of demo/data templates

bzr revid: odo@openerp.com-20120904132803-9cgj4g10xtm121ko

11 years ago[MERGE] [REM] incomplete and unused bounce CSS animation
Xavier Morel [Tue, 4 Sep 2012 13:22:56 +0000 (15:22 +0200)]
[MERGE] [REM] incomplete and unused bounce CSS animation

bzr revid: odo@openerp.com-20120904132206-m1pt0ytlinqk3nvw
bzr revid: odo@openerp.com-20120904132256-rbqw49dsc32z76sw

11 years ago[REM] incomplete and unused bounce CSS animation
Xavier Morel [Tue, 4 Sep 2012 12:49:21 +0000 (14:49 +0200)]
[REM] incomplete and unused bounce CSS animation

bzr revid: xmo@openerp.com-20120904124921-yur5k231wp8gn7vy

11 years ago[MERGE] Merged with latest trunk.
vta vta@openerp.com [Tue, 4 Sep 2012 12:41:52 +0000 (14:41 +0200)]
[MERGE] Merged with latest trunk.

bzr revid: vta@openerp.com-20120904124152-6j1n6oz9wo6sig0x

11 years ago[FIX] Fixed padding in popups.
vta vta@openerp.com [Tue, 4 Sep 2012 12:41:17 +0000 (14:41 +0200)]
[FIX] Fixed padding in popups.

bzr revid: vta@openerp.com-20120904124117-3ilh4ryfu4r0wpqx

11 years ago[MERGE] trunk-editable_list (make SO/PO/invoice/expense lines editable)
Raphael Collet [Tue, 4 Sep 2012 12:34:35 +0000 (14:34 +0200)]
[MERGE] trunk-editable_list (make SO/PO/invoice/expense lines editable)

bzr revid: rco@openerp.com-20120904123435-lzo9gpaigdrcnsmi

11 years ago[MERGE] trunk-editable_list (add groups on views to disable some inherited views...
Raphael Collet [Tue, 4 Sep 2012 12:33:48 +0000 (14:33 +0200)]
[MERGE] trunk-editable_list (add groups on views to disable some inherited views when composing a view)

bzr revid: rco@openerp.com-20120904123348-8vy5pkzmkewrf0bk

11 years ago[IMP] mail_thread: cleaned comments and some var name in the modified many2many field...
Thibault Delavallée [Tue, 4 Sep 2012 12:18:38 +0000 (14:18 +0200)]
[IMP] mail_thread: cleaned comments and some var name in the modified many2many field. Also made mail_thread an AbstractModel.

bzr revid: tde@openerp.com-20120904121838-rpaesid3stxm8gus

11 years ago[IMP] cancel pending edition when hiding the list view, if editable
Xavier Morel [Tue, 4 Sep 2012 12:18:23 +0000 (14:18 +0200)]
[IMP] cancel pending edition when hiding the list view, if editable

otherwise the edition disappears but part of the list view (e.g. buttons at the top) remain in the wrong state

bzr revid: xmo@openerp.com-20120904121823-kejzzquax2hdedoo

11 years ago[FIX] mail_message: fixed typo.
Thibault Delavallée [Tue, 4 Sep 2012 12:18:02 +0000 (14:18 +0200)]
[FIX] mail_message: fixed typo.

bzr revid: tde@openerp.com-20120904121802-7lbajrbon7f83vux

11 years ago[IMP] crm_forward_to_partner: on_change_partner_ids -> onchange_partner_ids, already...
Thibault Delavallée [Tue, 4 Sep 2012 12:02:40 +0000 (14:02 +0200)]
[IMP] crm_forward_to_partner: on_change_partner_ids -> onchange_partner_ids, already defined on mail.compose.message.

bzr revid: tde@openerp.com-20120904120240-hidqb9e3ivys9vpo

11 years ago[IMP] hr_evaluation: also updated default values when sending a mass_mail reminder.
Thibault Delavallée [Tue, 4 Sep 2012 11:57:23 +0000 (13:57 +0200)]
[IMP] hr_evaluation: also updated default values when sending a mass_mail reminder.

bzr revid: tde@openerp.com-20120904115723-v5ifjg18l8hmbdj2

11 years ago[FIX] Document page css.
vta vta@openerp.com [Tue, 4 Sep 2012 11:56:38 +0000 (13:56 +0200)]
[FIX] Document page css.

bzr revid: vta@openerp.com-20120904115638-nccbm09g3cof803q

11 years ago[IMP] use list.Column's parsed (and potentially altered) modifiers to generate the...
Xavier Morel [Tue, 4 Sep 2012 11:56:27 +0000 (13:56 +0200)]
[IMP] use list.Column's parsed (and potentially altered) modifiers to generate the edition form view

This way, listview 'widgets' can alter the modifiers object and influence the corresponding form widget

bzr revid: xmo@openerp.com-20120904115627-v626hcb9o0s7bcrp

11 years ago[IMP] hr_evaluation: send remainder email now uses context values to set some default...
Thibault Delavallée [Tue, 4 Sep 2012 11:54:16 +0000 (13:54 +0200)]
[IMP] hr_evaluation: send remainder email now uses context values to set some default values when sending an email. This is a basic fix of missing feature due to hr_evaluation/wizard/mail_compose_message override. Updated classic form view of mail.compose.message. Not sure it is usefull to keep two form (one classic and one Chatter)... maybe there is something to do here.

bzr revid: tde@openerp.com-20120904115416-zuvna57r3oj37hpu

11 years ago[FIX] reversal of aggregate function and title when extracted Column objects
Xavier Morel [Tue, 4 Sep 2012 11:04:22 +0000 (13:04 +0200)]
[FIX] reversal of aggregate function and title when extracted Column objects

bzr revid: xmo@openerp.com-20120904110422-zgk7icj5lgygnvpo

11 years ago[IMP] disable the document_ftp in the run_all_with_test script
Stephane Wirtel [Tue, 4 Sep 2012 10:29:25 +0000 (12:29 +0200)]
[IMP] disable the document_ftp in the run_all_with_test script

bzr revid: stw@openerp.com-20120904102925-0yaxin1doamxyrxd

11 years ago[FIX] add minimum height to listview rows matching that of edition row fields
Xavier Morel [Tue, 4 Sep 2012 10:11:39 +0000 (12:11 +0200)]
[FIX] add minimum height to listview rows matching that of edition row fields

Also fix reset of border-radius: none is not a valid value for
border-radius, change to 0.

bzr revid: xmo@openerp.com-20120904101139-xyl0dskdk6dbdfe1

11 years ago[ADD] Kanban dummy cell click triggers 'add column' button bounce effect
Fabien Meghazi [Tue, 4 Sep 2012 10:19:16 +0000 (12:19 +0200)]
[ADD] Kanban dummy cell click triggers 'add column' button bounce effect

bzr revid: fme@openerp.com-20120904101916-wzkxutkcthgyv2fe

11 years ago[MERGE] point_of_sale: Improve the layout of the pos.session.opening wizard.
Stephane Wirtel [Tue, 4 Sep 2012 10:07:11 +0000 (12:07 +0200)]
[MERGE] point_of_sale: Improve the layout of the pos.session.opening wizard.

bzr revid: stw@openerp.com-20120904100711-rp4ca0u9hs0t7vm4

11 years ago[FIX] amount_to_text: avoid to have a none in the concat
Stephane Wirtel [Tue, 4 Sep 2012 10:02:50 +0000 (12:02 +0200)]
[FIX] amount_to_text: avoid to have a none in the concat

bzr revid: stw@openerp.com-20120904100250-utk61q7ik41lameo

11 years ago[REF] project_mailgate: moved content of project_mailgate (basically message_new...
Thibault Delavallée [Tue, 4 Sep 2012 09:29:38 +0000 (11:29 +0200)]
[REF] project_mailgate: moved content of project_mailgate (basically message_new and message_update overrides, and a now dead message_thread_followers) into project. Removed project_mailgate module.

bzr revid: tde@openerp.com-20120904092938-fmesjk7cwzxa3s0h

11 years ago[REVIEW] addons: small cleanups nex to a diff read. Some improvements will follow...
Thibault Delavallée [Tue, 4 Sep 2012 09:28:20 +0000 (11:28 +0200)]
[REVIEW] addons: small cleanups nex to a diff read. Some improvements will follow, this commit is about small cleanups.

bzr revid: tde@openerp.com-20120904092820-56zgwpkqfpd7as5k