odoo/odoo.git
11 years ago[IMP] introduce a new type of exception: WarningConfig. Note that no corresponding...
Antonin Bourguignon [Fri, 18 Jan 2013 15:24:20 +0000 (16:24 +0100)]
[IMP] introduce a new type of exception: WarningConfig.  Note that no corresponding RPC_FAULT_CODE has been added; WarningConfig will share the same RPC_FAULT_CODE than Warning (RPC_FAULT_CODE_WARNING = 2)

bzr revid: abo@openerp.com-20130118152420-9wk5nwuydwdwzoge

11 years ago[FIX] testing doc ref
Xavier Morel [Wed, 16 Jan 2013 16:37:21 +0000 (17:37 +0100)]
[FIX] testing doc ref

bzr revid: xmo@openerp.com-20130116163721-zqnwkoa9osx660fb

11 years ago[IMP] add ref to testing doc so it can be referenced from other docs
Xavier Morel [Wed, 16 Jan 2013 16:31:54 +0000 (17:31 +0100)]
[IMP] add ref to testing doc so it can be referenced from other docs

bzr revid: xmo@openerp.com-20130116163154-57nn7o1blqz4conc

11 years ago[IMP] don't reimplement randint manually
Xavier Morel [Wed, 16 Jan 2013 14:35:56 +0000 (15:35 +0100)]
[IMP] don't reimplement randint manually

bzr revid: xmo@openerp.com-20130116143556-qlagrw7qhpuk8fuy

11 years ago[IMP] Use StringIO rather than io.BytesIO, avoid deprecated operator
Xavier Morel [Wed, 16 Jan 2013 10:46:37 +0000 (11:46 +0100)]
[IMP] Use StringIO rather than io.BytesIO, avoid deprecated operator

Rest of OpenERP code uses StringIO, consistency is probably a good
idea there: if it needs to be fixed for p3 compatibility it can be
fixed everywhere, existing io.BytesIO calls may be missed or
ill-interpreted.

bzr revid: xmo@openerp.com-20130116104637-o1qyx38jjppg6oqr

11 years ago[MERGE] [FWD] Forward porting in trunk of the 7.0 addons branch until rev 8584 (revid...
Thibault Delavallée [Tue, 15 Jan 2013 14:50:35 +0000 (15:50 +0100)]
[MERGE] [FWD] Forward porting in trunk of the 7.0 addons branch until rev 8584 (revid tde@openerp.com-20130115130539-46ndfydgcjhgep2j).

bzr revid: tde@openerp.com-20130115145035-96puwug5019hmyjw

11 years ago[MERGE] [FWD] Forward porting in trunk of the 7.0 server branch until rev 4787 (revid...
Thibault Delavallée [Tue, 15 Jan 2013 14:50:01 +0000 (15:50 +0100)]
[MERGE] [FWD] Forward porting in trunk of the 7.0 server branch until rev 4787 (revid odo@openerp.com-20130115124058-81kgv0cy9jp96ln4).

bzr revid: tde@openerp.com-20130115145001-f5w4y9axv3ddu4ww

11 years ago[MERGE] Forward port of addons 7.0 until 8584.
Thibault Delavallée [Tue, 15 Jan 2013 14:19:32 +0000 (15:19 +0100)]
[MERGE] Forward port of addons 7.0 until 8584.

bzr revid: tde@openerp.com-20130115100302-rhhla88naie18hug
bzr revid: tde@openerp.com-20130115141932-60y8i1mbi2x88ess

11 years ago[MERGE] Foward-port server 7.0 until 4787.
Thibault Delavallée [Tue, 15 Jan 2013 14:19:05 +0000 (15:19 +0100)]
[MERGE] Foward-port server 7.0 until 4787.

bzr revid: tde@openerp.com-20130115100405-rc75cueauugdsu39
bzr revid: tde@openerp.com-20130115141905-90mzlbai3vwwi84a

11 years ago[FIX] Chatter: notification emails: removed the limit on the related record name...
Thibault Delavallée [Tue, 15 Jan 2013 13:05:39 +0000 (14:05 +0100)]
[FIX] Chatter: notification emails: removed the limit on the related record name stored in mail.message, that was leading to emails send with very short subjects.

bzr revid: tde@openerp.com-20130115130539-46ndfydgcjhgep2j

11 years ago[FIX] Don't alter bounce rate when tracking events
vta vta@openerp.com [Tue, 15 Jan 2013 12:46:04 +0000 (13:46 +0100)]
[FIX] Don't alter bounce rate when tracking events

bzr revid: vta@openerp.com-20130115124604-ttg5ct8x83iog6ee

11 years ago[FIX] ir.mail_server: properly handle the --smtp-ssl command-line option + map it...
Olivier Dony [Tue, 15 Jan 2013 12:40:58 +0000 (13:40 +0100)]
[FIX] ir.mail_server: properly handle the --smtp-ssl command-line option + map it to STARTTLS as a safer default

bzr revid: odo@openerp.com-20130115124058-81kgv0cy9jp96ln4

11 years ago[IMP] Partners do not follow themselves by default now. Partner profile will move...
Thibault Delavallée [Tue, 15 Jan 2013 12:40:22 +0000 (13:40 +0100)]
[IMP] Partners do not follow themselves by default now. Partner profile will move towards something internal for next versions; in 7.0 we already remove the auto-following of partners.

bzr revid: tde@openerp.com-20130115124022-2uc8khr5dj4lp9r6

11 years ago[IMP] Notification emails: subject is not truncated anymore.
Thibault Delavallée [Tue, 15 Jan 2013 11:39:20 +0000 (12:39 +0100)]
[IMP] Notification emails: subject is not truncated anymore.

bzr revid: tde@openerp.com-20130115113920-eem74uh5918lrofm

11 years ago[MERGE] Sync with 7.0
Thibault Delavallée [Tue, 15 Jan 2013 11:27:53 +0000 (12:27 +0100)]
[MERGE] Sync with 7.0

bzr revid: tde@openerp.com-20130115112753-p7ams94qeayg0her

11 years ago[MERGE] [FIX] Wall: fixed attribute error on res.users, due to a missing method calle...
Thibault Delavallée [Tue, 15 Jan 2013 11:26:01 +0000 (12:26 +0100)]
[MERGE] [FIX] Wall: fixed attribute error on res.users, due to a missing method called by the JS
[IMP] Chatter: partner creation from emails: do it only when having a not empty list

bzr revid: tde@openerp.com-20130115112601-92cx2eodl39gv8hc

11 years ago[IMP] Chatter: partner creation from emails: do it only when having a not empty list.
Thibault Delavallée [Tue, 15 Jan 2013 11:09:14 +0000 (12:09 +0100)]
[IMP] Chatter: partner creation from emails: do it only when having a not empty list.

bzr revid: tde@openerp.com-20130115110914-elx08yxuam28ubio

11 years ago[FIX] Wall: fixed attribute error on res.users, due to a missing method called by...
Thibault Delavallée [Tue, 15 Jan 2013 11:00:58 +0000 (12:00 +0100)]
[FIX] Wall: fixed attribute error on res.users, due to a missing method called by the JS.

bzr revid: tde@openerp.com-20130115110058-mmpcourm7i5p2hv2

11 years ago[IMP] Added code to track new GA goals
vta vta@openerp.com [Tue, 15 Jan 2013 10:54:23 +0000 (11:54 +0100)]
[IMP] Added code to track new GA goals

bzr revid: vta@openerp.com-20130115105423-icv69atfjpt9rqsi

11 years ago[IMP] Added method to make the client lib work with jsonrpc.
niv-openerp [Tue, 15 Jan 2013 10:44:23 +0000 (11:44 +0100)]
[IMP] Added method to make the client lib work with jsonrpc.

bzr revid: nicolas.vanhoren@openerp.com-20130115104423-mb8f2ec3o1jhz8ut

11 years ago[FIX] crm: at lead creation, take into account the type given in vals to find the...
Quentin (OpenERP) [Tue, 15 Jan 2013 10:03:53 +0000 (11:03 +0100)]
[FIX] crm: at lead creation, take into account the type given in vals to find the stage_id (if not provided) + refactoring of create() of tasks, project issues and leads

bzr revid: qdp-launchpad@openerp.com-20130115100353-z35mqrwij936n54s

11 years ago[MERGE] Sync with trunk.
Thibault Delavallée [Tue, 15 Jan 2013 09:58:06 +0000 (10:58 +0100)]
[MERGE] Sync with trunk.

bzr revid: tde@openerp.com-20130115095806-x7at7c4mf6y3hf3a

11 years ago[MERGE] Sync with trunk.
Thibault Delavallée [Tue, 15 Jan 2013 09:57:38 +0000 (10:57 +0100)]
[MERGE] Sync with trunk.

bzr revid: tde@openerp.com-20130115095738-5xvrhhj1qkfu9iog

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 15 Jan 2013 05:32:09 +0000 (05:32 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130115053209-55l3assahuyxjm88

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 15 Jan 2013 04:47:40 +0000 (04:47 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130112045551-wjsyz802n4nqd7vr
bzr revid: launchpad_translations_on_behalf_of_openerp-20130113043812-l0ovo49g926v4dgv
bzr revid: launchpad_translations_on_behalf_of_openerp-20130114043606-hh6r16tb0ch8srcs
bzr revid: launchpad_translations_on_behalf_of_openerp-20130115044740-g62460we9b2ubn95

11 years ago[FIX] document management, file do not exists
Fabien Pinckaers [Mon, 14 Jan 2013 17:43:55 +0000 (18:43 +0100)]
[FIX] document management, file do not exists

bzr revid: fp@tinyerp.com-20130114174355-ygieirm80j9ftixx

11 years ago[MERGE] point_of_sale: memory leak fixes
Frédéric van der Essen [Mon, 14 Jan 2013 15:27:24 +0000 (16:27 +0100)]
[MERGE] point_of_sale: memory leak fixes

bzr revid: fva@openerp.com-20130114152724-pjj45my55syk0fwz

11 years ago[FIX] point_of_sale: removed some memory leaks.
Frédéric van der Essen [Mon, 14 Jan 2013 15:25:33 +0000 (16:25 +0100)]
[FIX] point_of_sale: removed some memory leaks.

bzr revid: fva@openerp.com-20130114152533-3s1ynd7q1927514a

11 years ago[MERGE] Forward-port of latest 7.0 changes, (revision 3701)
Fabien Meghazi [Mon, 14 Jan 2013 14:02:43 +0000 (15:02 +0100)]
[MERGE] Forward-port of latest 7.0 changes, (revision 3701)

bzr revid: odo@openerp.com-20130114103535-43fmqnzg9bh8ptpj
bzr revid: fme@openerp.com-20130114140243-ea81b61n1jhehj5o

11 years ago[MERGE] Custom filters always overrides default searches
Fabien Meghazi [Mon, 14 Jan 2013 13:56:51 +0000 (14:56 +0100)]
[MERGE] Custom filters always overrides default searches

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

bzr revid: fme@openerp.com-20130114135651-38tzt8vit3ho1b8d

11 years ago[ADD] Backward compatibility layer for 7.0
Fabien Meghazi [Mon, 14 Jan 2013 13:51:45 +0000 (14:51 +0100)]
[ADD] Backward compatibility layer for 7.0

bzr revid: fme@openerp.com-20130114135145-z51tp204vybz0dr3

11 years ago[MERGE] tools.translate: fix extraction of translation terms from mako source files...
Olivier Dony [Mon, 14 Jan 2013 11:28:31 +0000 (12:28 +0100)]
[MERGE] tools.translate: fix extraction of translation terms from mako source files, courtesy of Niels Huylebroeck (Agaplan)

bzr revid: odo@openerp.com-20130114112831-87gmdtqzaa55zssf

11 years ago[FIX] Fix one custom filter bug (only scratch the surface of this problem)
Fabien Meghazi [Mon, 14 Jan 2013 09:30:14 +0000 (10:30 +0100)]
[FIX] Fix one custom filter bug (only scratch the surface of this problem)

bzr revid: fme@openerp.com-20130114093014-5sv1sfk5u2uemwlr

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 13 Jan 2013 05:27:54 +0000 (05:27 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130112054101-c5eckujyiswinr8d
bzr revid: launchpad_translations_on_behalf_of_openerp-20130113052754-t9fjhcoa1ug7g2ww

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sat, 12 Jan 2013 05:04:48 +0000 (05:04 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130112050448-yydcqrrrxtcg46ot

11 years ago[FIX] lunch: everyday alerts were never displayed
Olivier Dony [Fri, 11 Jan 2013 18:45:24 +0000 (19:45 +0100)]
[FIX] lunch: everyday alerts were never displayed

bzr revid: odo@openerp.com-20130111184524-izvjoiwwnir7kro7

11 years ago[FIX] account_followup: fix incorrect parameters passed to context_today()
Olivier Dony [Fri, 11 Jan 2013 18:42:26 +0000 (19:42 +0100)]
[FIX] account_followup: fix incorrect parameters passed to context_today()

bzr revid: odo@openerp.com-20130111184226-q4w133x1i7cjsthr

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 14 Jan 2013 05:18:17 +0000 (05:18 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130112054058-8axv6o0qb0xnmx0w
bzr revid: launchpad_translations_on_behalf_of_openerp-20130113052752-ek3mq7hoe2mj4zyt
bzr revid: launchpad_translations_on_behalf_of_openerp-20130114051817-ltnyu6jl4nxctf8t

11 years ago[FIX] apps: make warning messages translatable
Olivier Dony [Fri, 11 Jan 2013 17:59:05 +0000 (06:59 +1300)]
[FIX] apps: make warning messages translatable

bzr revid: odo@openerp.com-20130111175905-a50b1adne55dekrt

11 years ago[FIX] fields.date[time]: context_today()/context_timestamp() should fallback to user...
Olivier Dony [Fri, 11 Jan 2013 17:57:17 +0000 (06:57 +1300)]
[FIX] fields.date[time]: context_today()/context_timestamp() should fallback to user TZ if context TZ is missing

This takes care of cases where the context is missing,
e.g. for workflow-based operations, and is similar
to the way tools.translate._() falls back to the user
language.

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

bzr revid: odo@openerp.com-20130111175717-u8r1t7s8872bz2rx

11 years ago[FIX] ir.mail_server: correct fallback to smtp parameters provided in server config...
Olivier Dony [Fri, 11 Jan 2013 16:12:01 +0000 (05:12 +1300)]
[FIX] ir.mail_server: correct fallback to smtp parameters provided in server config/command-line

bzr revid: odo@openerp.com-20130111161201-3w8o2voiauxyvxzz

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 14 Jan 2013 05:17:37 +0000 (05:17 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130112054022-r3v2m3r8ftr373kl
bzr revid: launchpad_translations_on_behalf_of_openerp-20130113052739-ol5rj9c4s6r9u6gh
bzr revid: launchpad_translations_on_behalf_of_openerp-20130114051737-tqxmwkgixvl7dxd8

11 years ago[FIX] res_partner: kanban view : update contact avatar on edit mode (for company...
Christophe Matthieu [Fri, 11 Jan 2013 14:54:59 +0000 (15:54 +0100)]
[FIX] res_partner: kanban view : update contact avatar on edit mode (for company partner)

bzr revid: chm@openerp.com-20130111145459-e2rp9o3bmh2p679i

11 years ago[MERGE] point_of_sale: console.log removals and comments update
Frédéric van der Essen [Fri, 11 Jan 2013 14:47:59 +0000 (15:47 +0100)]
[MERGE] point_of_sale: console.log removals and comments update

bzr revid: fva@openerp.com-20130111144759-k1qpnhqpylwc1l20

11 years ago[MERGE] from upstream
Frédéric van der Essen [Fri, 11 Jan 2013 14:47:13 +0000 (15:47 +0100)]
[MERGE] from upstream

bzr revid: fva@openerp.com-20130111144713-w8xh4nilg049c834

11 years ago[FIX] point_of_sale: removed console.logs
Frédéric van der Essen [Fri, 11 Jan 2013 14:42:55 +0000 (15:42 +0100)]
[FIX] point_of_sale: removed console.logs

bzr revid: fva@openerp.com-20130111144255-cgs85ue7hsp5ces7

11 years ago[IMP] fr transaltion
Fabien Pinckaers [Fri, 11 Jan 2013 14:42:39 +0000 (15:42 +0100)]
[IMP] fr transaltion

bzr revid: fp@tinyerp.com-20130111144239-lou8wdw08b0qtsu9

11 years ago[FIX] point_of_sale: removed console.logs
Frédéric van der Essen [Fri, 11 Jan 2013 14:42:19 +0000 (15:42 +0100)]
[FIX] point_of_sale: removed console.logs

bzr revid: fva@openerp.com-20130111144219-eg0xr5kzwewq5ygf

11 years ago[IMP] point_of_sale: added some comments about the localstorage db implementation...
Frédéric van der Essen [Fri, 11 Jan 2013 14:41:08 +0000 (15:41 +0100)]
[IMP] point_of_sale: added some comments about the localstorage db implementation and performance

bzr revid: fva@openerp.com-20130111144108-5u4ie3p9ueoj6ulm

11 years ago[FIX] account: when editing an account.move, don't crash at the creation of account...
Quentin (OpenERP) [Fri, 11 Jan 2013 13:54:26 +0000 (14:54 +0100)]
[FIX] account: when editing an account.move, don't crash at the creation of account.move.line because the date isn't given, if it already exists in the parent move

bzr revid: qdp-launchpad@openerp.com-20130111135426-f68wteyccd3nqani

11 years ago[ADD] oe: provides sane (unfucked) command-line interface.
Vo Minh Thu [Fri, 11 Jan 2013 13:46:57 +0000 (14:46 +0100)]
[ADD] oe: provides sane (unfucked) command-line interface.

The implementation is far from perfect. Some improvements are waiting in
its previous location: lp:~openerp/openerp-command.

Some docs are provided, see doc/openerp-command.rst and
doc/adding-command.rst.

bzr revid: vmt@openerp.com-20130111134657-im2f3uqjluyo4pm6

11 years ago[FIX] sale: in config wizard, do not assume the 'service' product hasn't been deleted...
Quentin (OpenERP) [Fri, 11 Jan 2013 13:25:31 +0000 (14:25 +0100)]
[FIX] sale: in config wizard, do not assume the 'service' product hasn't been deleted by the user

bzr revid: qdp-launchpad@openerp.com-20130111132531-z7rapvvuk2kaqw8a

11 years ago[IMP] Change custom variable initialization in web_analytics
vta vta@openerp.com [Fri, 11 Jan 2013 13:29:44 +0000 (14:29 +0100)]
[IMP] Change custom variable initialization in web_analytics

bzr revid: vta@openerp.com-20130111132944-1q171v9fjtei5b36

11 years ago[FIX] base: GBP currency symbol should be before the amount
Quentin (OpenERP) [Fri, 11 Jan 2013 11:40:12 +0000 (12:40 +0100)]
[FIX] base: GBP currency symbol should be before the amount

bzr revid: qdp-launchpad@openerp.com-20130111114012-xm19xp9glbn3qnn2

11 years ago[IMP] added feature to WebClient class to allow definition of multiple title parts...
niv-openerp [Fri, 11 Jan 2013 11:14:16 +0000 (12:14 +0100)]
[IMP] added feature to WebClient class to allow definition of multiple title parts for the document

bzr revid: nicolas.vanhoren@openerp.com-20130111111416-8ild3d8imijt7xja

11 years ago[FIX] project: the gantt view of tasks was not usable because of missing fields....
Quentin (OpenERP) [Fri, 11 Jan 2013 09:47:24 +0000 (10:47 +0100)]
[FIX] project: the gantt view of tasks was not usable because of missing fields. Some refactoring in the view definition

bzr revid: qdp-launchpad@openerp.com-20130111094724-ae06x08viklkqvch

11 years ago[FIX] Fixed issue with testing context in eval.js, due to a previous change in get_se...
vta vta@openerp.com [Fri, 11 Jan 2013 09:43:14 +0000 (10:43 +0100)]
[FIX] Fixed issue with testing context in eval.js, due to a previous change in get_session_info (context -> user_context)

bzr revid: vta@openerp.com-20130111094314-odrm9enzrmcrtcu6

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 11 Jan 2013 05:22:08 +0000 (05:22 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130108060408-8nb3941v15q9ybdf
bzr revid: launchpad_translations_on_behalf_of_openerp-20130109055200-8b1ngo68e9purey3
bzr revid: launchpad_translations_on_behalf_of_openerp-20130110053544-j7oyp5nohajb0nj8
bzr revid: launchpad_translations_on_behalf_of_openerp-20130111052135-l323k3ttzdy0o9km
bzr revid: launchpad_translations_on_behalf_of_openerp-20130111052208-h19znnqin0y82wvx

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 11 Jan 2013 04:36:15 +0000 (04:36 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130105050418-fwjlnelqf2aykmfj
bzr revid: launchpad_translations_on_behalf_of_openerp-20130106044611-puihx1twszasvwb4
bzr revid: launchpad_translations_on_behalf_of_openerp-20130107044333-2w2le9zvnd4m1ogf
bzr revid: launchpad_translations_on_behalf_of_openerp-20130108045227-p3vvokxfpwp7js3c
bzr revid: launchpad_translations_on_behalf_of_openerp-20130109050201-927s5kd5kpzb7kxq
bzr revid: launchpad_translations_on_behalf_of_openerp-20130110044634-er0z85237gdgo51h
bzr revid: launchpad_translations_on_behalf_of_openerp-20130111043615-688yaut13s3gl170

11 years ago[FIX] mail_thread subclasses: message_new must not override the explicitly provided...
Olivier Dony [Thu, 10 Jan 2013 17:27:23 +0000 (18:27 +0100)]
[FIX] mail_thread subclasses: message_new must not override the explicitly provided ``custom_values``

This was the case before, but was broken involuntarily during the
big mail refactoring for v7. The default values provided by
custom message_new methods should only be used as defaults.

bzr revid: odo@openerp.com-20130110172723-ym7mcmdllcucj0j3

11 years ago[FIX] contracts: use correct quantity field to avoid mismatching values
Olivier Dony [Thu, 10 Jan 2013 17:11:00 +0000 (18:11 +0100)]
[FIX] contracts: use correct quantity field to avoid mismatching values

`quantity` is a recursive sum of quantities of all types, including child accounts,
while `hours_quantity` is the local sum of quantities in `general` analytic journals.
The latter is what corresponds to the `Units consumed` value for contracts, and what
is used to compute the `remaining_hours`, so we must used that.

bzr revid: odo@openerp.com-20130110171100-el2g1i3ou89p2yjc

11 years ago[FIX]Add ondelete casacde to alias_model_id for mail_alias, otherwise impossible...
dle@openerp.com [Thu, 10 Jan 2013 17:09:06 +0000 (18:09 +0100)]
[FIX]Add ondelete casacde to alias_model_id for mail_alias, otherwise impossible to uninstall project properly

bzr revid: dle@openerp.com-20130110170906-mw0u5d92rv4j2f88

11 years ago[MERGE] mail: fix UnboundLocalError in message_create_partners_from_emails() if partn...
Xavier ALT [Thu, 10 Jan 2013 14:55:09 +0000 (15:55 +0100)]
[MERGE] mail: fix UnboundLocalError in message_create_partners_from_emails() if partners with requested emails already exists

bzr revid: xal@openerp.com-20130110145509-p346qphqk67emd3r

11 years ago[FIX] partner_id was only present in an else clause and not in the corresponding...
Chris Biersbach [Thu, 10 Jan 2013 13:42:40 +0000 (14:42 +0100)]
[FIX] partner_id was only present in an else clause and not in the corresponding if. This caused a traceback when the if was executed.

bzr revid: cbi@openerp.com-20130110134240-0jveuv3pnmn75nu1

11 years ago[MERGE] Forward porting of the 7.0 addons branch inside trunk until rev 8561.
Thibault Delavallée [Thu, 10 Jan 2013 12:51:29 +0000 (13:51 +0100)]
[MERGE] Forward porting of the 7.0 addons branch inside trunk until rev 8561.

bzr revid: tde@openerp.com-20130110125129-9g99h3heldcnspfh

11 years ago[MERGE] Forward porting of the 7.0 server branch inside trunk until rev4775.
Thibault Delavallée [Thu, 10 Jan 2013 12:51:22 +0000 (13:51 +0100)]
[MERGE] Forward porting of the 7.0 server branch inside trunk until rev4775.

bzr revid: tde@openerp.com-20130110125122-b525s5h1cbrwtxzb

11 years ago[FIX] Handle correctly webclient's show_application execution in web_analytics
vta vta@openerp.com [Thu, 10 Jan 2013 08:47:00 +0000 (09:47 +0100)]
[FIX] Handle correctly webclient's show_application execution in web_analytics

bzr revid: vta@openerp.com-20130110084700-curkkezb5333edai

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 10 Jan 2013 05:36:32 +0000 (05:36 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130110053628-en17csgzy8b6qhla
bzr revid: launchpad_translations_on_behalf_of_openerp-20130110053632-tqct04tynt3d52ok

11 years ago[FIX] html widget: fix cleditor width when the field was invisible before becoming...
Fabien Meghazi [Wed, 9 Jan 2013 16:46:26 +0000 (17:46 +0100)]
[FIX] html widget: fix cleditor width when the field was invisible before becoming editable

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

bzr revid: odo@openerp.com-20130109164626-1a16vqmwc366n0xf

11 years ago[IMP] css: made the fallback color for gradients a mix of the endcolors instead of...
Frédéric van der Essen [Wed, 9 Jan 2013 13:18:48 +0000 (14:18 +0100)]
[IMP] css: made the fallback color for gradients a mix of the endcolors instead of simply the start. Why? Because it's a better fallback of course.

bzr revid: fva@openerp.com-20130109131848-z3t8ad2qadypcduv

11 years ago[IMP] Merged bzr+ssh://bazaar.launchpad.net/~openerp-dev/openobject-addons/7.0-improv...
vta vta@openerp.com [Wed, 9 Jan 2013 11:15:08 +0000 (12:15 +0100)]
[IMP] Merged bzr+ssh://bazaar.launchpad.net/~openerp-dev/openobject-addons/7.0-improve_web_analytics-vta containing several improvements on web_analytics module

bzr revid: vta@openerp.com-20130109111508-o0s4ocpu0q4236b9

11 years ago[FIX] web_analytics auto_install=False, again
vta vta@openerp.com [Wed, 9 Jan 2013 11:00:43 +0000 (12:00 +0100)]
[FIX] web_analytics auto_install=False, again

bzr revid: vta@openerp.com-20130109110043-fxndrl90l0cl4rua

11 years ago[IMP] Partners do not follow themselves by default now.
Thibault Delavallée [Wed, 9 Jan 2013 10:45:13 +0000 (11:45 +0100)]
[IMP] Partners do not follow themselves by default now.

bzr revid: tde@openerp.com-20130109104513-3vlyw4knqp4d6to2

11 years ago[FIX] Pass the right object when binding to 'state_pushed'
vta vta@openerp.com [Wed, 9 Jan 2013 10:24:29 +0000 (11:24 +0100)]
[FIX] Pass the right object when binding to 'state_pushed'

bzr revid: vta@openerp.com-20130109102429-2k33nl3nwg3p0cna

11 years ago[FIX] Forgotten ',' and issue on calling _push_event
vta vta@openerp.com [Wed, 9 Jan 2013 09:50:49 +0000 (10:50 +0100)]
[FIX] Forgotten ',' and issue on calling _push_event

bzr revid: vta@openerp.com-20130109095049-4gb392x20iius6pj

11 years ago[FIX] kanban view: css change for title elipsis
Christophe Matthieu [Wed, 9 Jan 2013 09:44:51 +0000 (10:44 +0100)]
[FIX] kanban view: css change for title elipsis

bzr revid: chm@openerp.com-20130109094451-0exhihw3f91o466s

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 9 Jan 2013 05:52:50 +0000 (05:52 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130109055250-wxy0mw21gmbainhu

11 years ago[MERGE] css improvements for etherpad and notes
Frédéric van der Essen [Tue, 8 Jan 2013 17:53:25 +0000 (18:53 +0100)]
[MERGE] css improvements for etherpad and notes

bzr revid: fva@openerp.com-20130108175325-4d4kw7i6t18oox5b

11 years ago[MERGE] from upstream
Frédéric van der Essen [Tue, 8 Jan 2013 17:52:16 +0000 (18:52 +0100)]
[MERGE] from upstream

bzr revid: fva@openerp.com-20130108175216-qsvgflz81jur21vu

11 years ago[IMP] css: made the styling of the note's content constistant with the styling of...
Frédéric van der Essen [Tue, 8 Jan 2013 17:20:57 +0000 (18:20 +0100)]
[IMP] css: made the styling of the note's content constistant with the styling of the etherpad editor

bzr revid: fva@openerp.com-20130108172057-8xmwdhfg3izkqbdf

11 years ago[FIX] OpenChatter: unknown emails becoming followers was not taken into account when...
Thibault Delavallée [Tue, 8 Jan 2013 16:50:10 +0000 (17:50 +0100)]
[FIX] OpenChatter: unknown emails becoming followers was not taken into account when using the mail.compose.message wizard.
When having emails not related to a partner in a discussion thread, checkboxes appear that allow to create a partner that will be added as follower to the related document, if any. This now works either in the quik reply box, or the full composer.

bzr revid: tde@openerp.com-20130108165010-hkhd45ube5s081i5

11 years ago[FIX] problem when multiple instances of the web client run in tabs and we disconnect...
niv-openerp [Tue, 8 Jan 2013 16:41:04 +0000 (17:41 +0100)]
[FIX] problem when multiple instances of the web client run in tabs and we disconnect from one tab, now displays a better error message

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

bzr revid: nicolas.vanhoren@openerp.com-20130108164104-7wv2yxlrczqmicvb

11 years ago[CLEAN] Renamed a method, deleted a now useless comment.
Thibault Delavallée [Tue, 8 Jan 2013 16:25:39 +0000 (17:25 +0100)]
[CLEAN] Renamed a method, deleted a now useless comment.

bzr revid: tde@openerp.com-20130108162539-0xtqg98v5por2b95

11 years ago[IMP] mail_followers: hide hr when there are no subtype
Christophe Matthieu [Tue, 8 Jan 2013 16:21:30 +0000 (17:21 +0100)]
[IMP] mail_followers: hide hr when there are no subtype

bzr revid: chm@openerp.com-20130108162130-e390u7s1duf3yj3r

11 years ago[CLEAN] Some code cleaning.
Thibault Delavallée [Tue, 8 Jan 2013 16:13:32 +0000 (17:13 +0100)]
[CLEAN] Some code cleaning.

bzr revid: tde@openerp.com-20130108161332-e1ekhtneh0mryhno

11 years ago[IMP] account, usability: changed the label of button to reopen account.period
Quentin (OpenERP) [Tue, 8 Jan 2013 15:18:05 +0000 (16:18 +0100)]
[IMP] account, usability: changed the label of button to reopen account.period

bzr revid: qdp-launchpad@openerp.com-20130108151805-qy4y47q5dnqm33u9

11 years ago[FIX] message_post: now handles partner_ids parameter with extra-caution, creating...
Thibault Delavallée [Tue, 8 Jan 2013 15:13:32 +0000 (16:13 +0100)]
[FIX] message_post: now handles partner_ids parameter with extra-caution, creating a set of sets. If partner_ids is a list of ids, or a list of commands under list form, this should work as well.

bzr revid: tde@openerp.com-20130108151332-q349tkjsv0fpb0hm

11 years ago[FIX] mail: when creating a new object from incoming mail, don't call default_get...
Quentin (OpenERP) [Tue, 8 Jan 2013 14:20:21 +0000 (15:20 +0100)]
[FIX] mail: when creating a new object from incoming mail, don't call default_get before the call to super(). The create method from the orm is adding default missing value itself. It is also the cause of a bug on stage selection because custom code in create() is not run when stage_id is given in vals (and it's filled here by default_get() but return a wrong value as context cannot be used from incomming mail).

bzr revid: qdp-launchpad@openerp.com-20130108142021-thtla3868hqvqs0o

11 years ago[IMP] mail: all email checked create a partner and associate the email from
Christophe Matthieu [Tue, 8 Jan 2013 13:44:24 +0000 (14:44 +0100)]
[IMP] mail: all email checked create a partner and associate the email from

bzr revid: chm@openerp.com-20130108134424-dthns93bf0w59juf

11 years ago[MERGE] from 7.0-fix-message_post-partner_ids-tde
Christophe Matthieu [Tue, 8 Jan 2013 13:37:54 +0000 (14:37 +0100)]
[MERGE] from 7.0-fix-message_post-partner_ids-tde

bzr revid: chm@openerp.com-20130108133754-o652a1gdfwe3obs2

11 years ago[IMP] mail: js partner_ids
Christophe Matthieu [Tue, 8 Jan 2013 13:28:19 +0000 (14:28 +0100)]
[IMP] mail: js partner_ids

bzr revid: chm@openerp.com-20130108132819-vb7lv8mt11n1r3bv

11 years ago[FIX] message_post: now handles partner_ids parameter with extra-caution, creating...
Thibault Delavallée [Tue, 8 Jan 2013 13:07:16 +0000 (14:07 +0100)]
[FIX] message_post: now handles partner_ids parameter with extra-caution, creating a set of sets. If partner_ids is a list of ids, or a list of commands under list form, this should work as well.

bzr revid: tde@openerp.com-20130108130716-hea1fomxog5an61r

11 years ago[IMP] mail: create new partner with email from
Christophe Matthieu [Tue, 8 Jan 2013 12:43:10 +0000 (13:43 +0100)]
[IMP] mail: create new partner with email from

bzr revid: chm@openerp.com-20130108124310-le3hx95yn3jhfhaq

11 years ago[FIX] Launch application even if the tracker crashes
vta vta@openerp.com [Tue, 8 Jan 2013 11:21:36 +0000 (12:21 +0100)]
[FIX] Launch application even if the tracker crashes

bzr revid: vta@openerp.com-20130108112136-xiqejgkxazy23djy

11 years ago[FIX] document_page: pages content should be edited using HTML/WYSIWYG widget
Olivier Dony [Tue, 8 Jan 2013 10:54:10 +0000 (11:54 +0100)]
[FIX] document_page: pages content should be edited using HTML/WYSIWYG widget

bzr revid: odo@openerp.com-20130108105410-tjagkt0anx45my31

11 years ago[MERGE] Latest trunk
vta vta@openerp.com [Tue, 8 Jan 2013 10:40:08 +0000 (11:40 +0100)]
[MERGE] Latest trunk

bzr revid: vta@openerp.com-20130108104008-4jg3spjkxhmb82d7

11 years ago[FIX] Going into production
vta vta@openerp.com [Tue, 8 Jan 2013 10:39:31 +0000 (11:39 +0100)]
[FIX] Going into production

bzr revid: vta@openerp.com-20130108103931-55s7n8xrwrkztrgy

11 years ago[IMP] Added comments
vta vta@openerp.com [Tue, 8 Jan 2013 10:38:13 +0000 (11:38 +0100)]
[IMP] Added comments

bzr revid: vta@openerp.com-20130108103813-opbmmavuxlfmuqaw

11 years ago[FIX] Remove unused key
vta vta@openerp.com [Tue, 8 Jan 2013 10:32:00 +0000 (11:32 +0100)]
[FIX] Remove unused key

bzr revid: vta@openerp.com-20130108103200-qq94ad7clyootwtx

11 years ago[IMP] Refactor event tracking
vta vta@openerp.com [Tue, 8 Jan 2013 09:48:50 +0000 (10:48 +0100)]
[IMP] Refactor event tracking

bzr revid: vta@openerp.com-20130108094850-452xq5vbfnnoipz5