odoo/odoo.git
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[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[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[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 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[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[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

11 years ago[IMP] Added _push_ecommerce function to web_analytics.Tracker. Minor naming fix
vta vta@openerp.com [Tue, 8 Jan 2013 09:17:54 +0000 (10:17 +0100)]
[IMP] Added _push_ecommerce function to web_analytics.Tracker. Minor naming fix

bzr revid: vta@openerp.com-20130108091754-7zu8asu7hwx8bd1y

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 8 Jan 2013 06:06:25 +0000 (06:06 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130108060621-ui1ieo61n4a6evjr
bzr revid: launchpad_translations_on_behalf_of_openerp-20130108060625-j9tf52wfuw30yh8i

11 years ago[MERGE] win32: use 'net' command for service start/stop operation
Xavier ALT [Mon, 7 Jan 2013 17:48:46 +0000 (18:48 +0100)]
[MERGE] win32: use 'net' command for service start/stop operation

  * We have to wait for complete service stop before trying to re-start
    OpenERP service, otherwise service manager will complain that the
    service is already running - and thus preventing to it start.
      'sc' command only send a query to service manager without waiting
    for completion - instead we use 'net' command which wait for complete
    start/stop operation.

bzr revid: xal@openerp.com-20130107174846-745eqpvp2lhskspi

11 years ago[MERGE] clean convert to opporunity wizard
Fabien Pinckaers [Mon, 7 Jan 2013 17:30:37 +0000 (18:30 +0100)]
[MERGE] clean convert to opporunity wizard

bzr revid: fp@tinyerp.com-20130107173037-ssam27a2acba7v23

11 years ago[FIX] ir.cron: cron list makes inactive cron jobs hard to spot
Olivier Dony [Mon, 7 Jan 2013 17:17:20 +0000 (18:17 +0100)]
[FIX] ir.cron: cron list makes inactive cron jobs hard to spot

bzr revid: odo@openerp.com-20130107171720-foxippaaib6jb0zm

11 years ago[FIX] win32: use 'net' command for service start/stop operation
Xavier ALT [Mon, 7 Jan 2013 16:23:02 +0000 (17:23 +0100)]
[FIX] win32: use 'net' command for service start/stop operation

  * We have to wait for complete service stop before trying to re-start
    OpenERP service, otherwise service manager will complain that the
    service is already running - and thus preventing to it start.
      'sc' command only send a query to service manager without waiting
    for completion - instead we use 'net' command which wait for complete
    start/stop operation.

bzr revid: xal@openerp.com-20130107162302-xtf44nm10859203w

11 years ago[FIX] Empty binary fields does not hide filename placeholder
Fabien Meghazi [Mon, 7 Jan 2013 16:18:07 +0000 (17:18 +0100)]
[FIX] Empty binary fields does not hide filename placeholder

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

bzr revid: fme@openerp.com-20130107161807-fvzdgayqhf8hx92q

11 years ago[IMP] Refactoring setup on webclient, changed Object and View Type custom variables...
vta vta@openerp.com [Mon, 7 Jan 2013 15:33:21 +0000 (16:33 +0100)]
[IMP] Refactoring setup on webclient, changed Object and View Type custom variables onto events (GA doesn't support multiple sets on page-level cv)

bzr revid: vta@openerp.com-20130107153321-b1pimfpmfy4xg8pv

11 years ago[FIX] account: for a given wizard supposed to cancel the opening entries, if to cance...
Quentin (OpenERP) [Mon, 7 Jan 2013 14:06:15 +0000 (15:06 +0100)]
[FIX] account: for a given wizard supposed to cancel the opening entries, if to cancel the opening entries of 2012 the user must select the fiscalyear 2011, then the wizard should state 'cancel the closing entries'

bzr revid: qdp-launchpad@openerp.com-20130107140615-x6maqqy1r3t6ozn5

11 years ago[FIX] account: when generating the opening entries, do not copy the last partner...
Quentin (OpenERP) [Mon, 7 Jan 2013 13:55:07 +0000 (14:55 +0100)]
[FIX] account: when generating the opening entries, do not copy the last partner on the centralisation lines (was set in default_get) but force it to False

bzr revid: qdp-launchpad@openerp.com-20130107135507-jfm7ptd64zlldrqr

11 years ago[IMP] menu css, don't display active color and need action hover the content document
Christophe Matthieu [Mon, 7 Jan 2013 13:38:48 +0000 (14:38 +0100)]
[IMP] menu css, don't display active color and need action hover the content document

bzr revid: chm@openerp.com-20130107133848-50ei3eioobx3z0a3

11 years ago[FIX] Kanban view produce multiple result set on multiple concurrent searches
Fabien Meghazi [Mon, 7 Jan 2013 12:37:21 +0000 (13:37 +0100)]
[FIX] Kanban view produce multiple result set on multiple concurrent searches

bzr revid: fme@openerp.com-20130107123721-35g2nh7is550mcnp

11 years ago[FIX] hr_expense: removing the automatic validation of the supplier account.voucher...
Quentin (OpenERP) [Mon, 7 Jan 2013 11:29:33 +0000 (12:29 +0100)]
[FIX] hr_expense: removing the automatic validation of the supplier account.voucher when the hr.expense is set to 'done'

bzr revid: qdp-launchpad@openerp.com-20130107112933-tkuqrbhdxi4hhjsv

11 years ago[FIX] project.issue: incorrect params in super().message_update() call
Olivier Dony [Mon, 7 Jan 2013 11:17:01 +0000 (12:17 +0100)]
[FIX] project.issue: incorrect params in super().message_update() call

bzr revid: odo@openerp.com-20130107111701-8tjcqla0u1x4ljcc

11 years ago[FIX] mail.thread: decode_header should ignore empty/None header values
Olivier Dony [Mon, 7 Jan 2013 11:13:51 +0000 (12:13 +0100)]
[FIX] mail.thread: decode_header should ignore empty/None header values

bzr revid: odo@openerp.com-20130107111351-72z36e0pjjikpd0e

11 years ago[IMP] hr_holidays: removed 'document created' automatic log, as the request is automa...
Thibault Delavallée [Mon, 7 Jan 2013 09:48:42 +0000 (10:48 +0100)]
[IMP] hr_holidays: removed 'document created' automatic log, as the request is automatically confirmed, leading to a status update message that is now the first message logged.

bzr revid: tde@openerp.com-20130107094842-gp4lzt8w17auzm9n

11 years ago[MERGE] Sync with 7.0.
Thibault Delavallée [Mon, 7 Jan 2013 09:26:45 +0000 (10:26 +0100)]
[MERGE] Sync with 7.0.

bzr revid: tde@openerp.com-20130107092645-dkqhjb5vv54yubuf

11 years ago[FIX]Anonymous mode must work with url params except the specific token or username...
dle@openerp.com [Mon, 7 Jan 2013 09:25:47 +0000 (10:25 +0100)]
[FIX]Anonymous mode must work with url params except the specific token or username params

bzr revid: dle@openerp.com-20130107092547-zj4ciux3id4bnohn

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130106053125-9sb5dr03kc8gmvpe
bzr revid: launchpad_translations_on_behalf_of_openerp-20130107054512-8vxs3lzomicfru2z
bzr revid: launchpad_translations_on_behalf_of_openerp-20130107054515-z9gktg07rskvs12r

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130105053946-cw09iqtcvoz967j1
bzr revid: launchpad_translations_on_behalf_of_openerp-20130106053016-99l6yng147p1onxu
bzr revid: launchpad_translations_on_behalf_of_openerp-20130107054358-g0wq2uyjuvglud9y

11 years ago[FIX] UoM change on invoice line
Fabien Pinckaers [Sat, 5 Jan 2013 23:29:19 +0000 (00:29 +0100)]
[FIX] UoM change on invoice line

bzr revid: fp@openerp.com-20130105232919-4yrejqrupmev3psg

11 years ago[IMP] french translation
Fabien Pinckaers [Sat, 5 Jan 2013 23:10:23 +0000 (00:10 +0100)]
[IMP] french translation

bzr revid: fp@openerp.com-20130105231023-0tn1ta63fmogp2nx

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130105054051-qzsonom63if47pod

11 years ago[FIX] kanban width improvement
Fabien Pinckaers [Fri, 4 Jan 2013 16:54:29 +0000 (17:54 +0100)]
[FIX] kanban width improvement

bzr revid: fp@tinyerp.com-20130104165429-51o2azb657i7b91q

11 years ago[MERGE] Sync with 7.0
Thibault Delavallée [Fri, 4 Jan 2013 16:02:27 +0000 (17:02 +0100)]
[MERGE] Sync with 7.0

bzr revid: tde@openerp.com-20130104160227-42e2vjrqf443muy4

11 years ago[MERGE] trunk-bug-1095257-vja: In IE9,create database page should display in center.
Christophe Matthieu [Fri, 4 Jan 2013 15:44:24 +0000 (16:44 +0100)]
[MERGE] trunk-bug-1095257-vja: In IE9,create database page should display in center.

bzr revid: chm@openerp.com-20130104154424-joyb3r3hfa2twslw

11 years ago[IMP] hr_holidays: removed 'document created' automatic log, as the request is automa...
Thibault Delavallée [Fri, 4 Jan 2013 14:50:30 +0000 (15:50 +0100)]
[IMP] hr_holidays: removed 'document created' automatic log, as the request is automatically confirmed, leading to a status update message that is now the first message logged.

bzr revid: tde@openerp.com-20130104145030-6t6jtu4chizgs3jk

11 years ago[FIX] mail: default_partner_ids
Christophe Matthieu [Fri, 4 Jan 2013 14:48:33 +0000 (15:48 +0100)]
[FIX] mail: default_partner_ids

bzr revid: chm@openerp.com-20130104144833-1wf6fc00jl6vrmri

11 years ago[MERGE] Chatter, invite: send emails for notifications or invitations contains a...
Thibault Delavallée [Fri, 4 Jan 2013 14:01:21 +0000 (15:01 +0100)]
[MERGE] Chatter, invite: send emails for notifications or invitations contains a link to the document if the user can read it, or a generic link to the portal
Invite wizard: many2many_tags on recipients now show the email of chosen partners
crm, task, project_issue: when a message is send from a record, the reply_to address will be the alias of the section or project, if defined.

bzr revid: tde@openerp.com-20130104140121-cslebgwtc1i1juv2

11 years ago[FIX] py.js: add the name of value to display error when debugging.
Christophe Matthieu [Fri, 4 Jan 2013 14:00:00 +0000 (15:00 +0100)]
[FIX] py.js: add the name of value to display error when debugging.

bzr revid: chm@openerp.com-20130104140000-22t1wj95jp7ro2ho

11 years ago[FIX] Add support for multidb mode
vta vta@openerp.com [Fri, 4 Jan 2013 13:04:25 +0000 (14:04 +0100)]
[FIX] Add support for multidb mode

bzr revid: vta@openerp.com-20130104130425-t5b1etm074ha4lmz

11 years ago[IMP] Refactor initialize_custom
vta vta@openerp.com [Fri, 4 Jan 2013 12:58:49 +0000 (13:58 +0100)]
[IMP] Refactor initialize_custom

bzr revid: vta@openerp.com-20130104125849-0p3wm2g1hpvlyory

11 years ago[IMP] Notifications: link to the document basically in mail module, with basic parame...
Thibault Delavallée [Fri, 4 Jan 2013 12:57:54 +0000 (13:57 +0100)]
[IMP] Notifications: link to the document basically in mail module, with basic parameters. Portal improve this.

bzr revid: tde@openerp.com-20130104125754-mmh2n0qcbvn4kd0s

11 years ago[FIX]fleet : fix infinite loop due to onchange in fuel log form view
Cedric Snauwaert [Fri, 4 Jan 2013 12:52:34 +0000 (13:52 +0100)]
[FIX]fleet : fix infinite loop due to onchange in fuel log form view

bzr revid: csn@openerp.com-20130104125234-hr8qagufpdmm5v4o

11 years ago[IMP] crm: cosmetic modification
niv-openerp [Fri, 4 Jan 2013 12:24:48 +0000 (13:24 +0100)]
[IMP] crm: cosmetic modification

bzr revid: nicolas.vanhoren@openerp.com-20130104122448-yxiw01ttrgpsim3r

11 years ago[IMP] auth_signup: added a model parameter for generating URLs. Portal: improved...
Thibault Delavallée [Fri, 4 Jan 2013 11:32:41 +0000 (12:32 +0100)]
[IMP] auth_signup: added a model parameter for generating URLs. Portal: improved code and url generation for links in send emails.

bzr revid: tde@openerp.com-20130104113241-z4go3ac6qtl23ke8

11 years ago[IMP] mail: htmlEntities for the author email, select list of new partner by real...
Christophe Matthieu [Fri, 4 Jan 2013 11:10:04 +0000 (12:10 +0100)]
[IMP] mail: htmlEntities for the author email, select list of new partner by real email

bzr revid: chm@openerp.com-20130104111004-9l0hb6zu33o5b2v6

11 years ago[MERGE] Sync with 7.0
Thibault Delavallée [Fri, 4 Jan 2013 10:56:57 +0000 (11:56 +0100)]
[MERGE] Sync with 7.0

bzr revid: tde@openerp.com-20130104105657-s8hif4p63oem8ddz

11 years ago[IMP] crm: cosmetic change in opportunities list view
niv-openerp [Fri, 4 Jan 2013 10:24:58 +0000 (11:24 +0100)]
[IMP] crm: cosmetic change in opportunities list view

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

bzr revid: nicolas.vanhoren@openerp.com-20130104102458-k8axo9nyc4ar7g8j

11 years ago[IMP] Invite wizard: emails send when invinting someone now contains sur user signature.
Thibault Delavallée [Fri, 4 Jan 2013 09:10:45 +0000 (10:10 +0100)]
[IMP] Invite wizard: emails send when invinting someone now contains sur user signature.

bzr revid: tde@openerp.com-20130104091045-74dn4lj9yyxdfdf6

11 years ago[FIX] message_route: removed owner of created documents using aliases taken from...
Thibault Delavallée [Fri, 4 Jan 2013 09:03:17 +0000 (10:03 +0100)]
[FIX] message_route: removed owner of created documents using aliases taken from the 'from' of the incoming email, because we cannot ensure that this user has any create or write access rights. If no owner is defined on the alias, uid will be used instead.

bzr revid: tde@openerp.com-20130104090317-kzv48yepno4t5dcp

11 years ago[FIX] portal_anonymous login loop
vta vta@openerp.com [Fri, 4 Jan 2013 08:50:33 +0000 (09:50 +0100)]
[FIX] portal_anonymous login loop

bzr revid: vta@openerp.com-20130104085033-q2ol776craxuhecs

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130104052810-1hc0kz14e6ev38ly
bzr revid: launchpad_translations_on_behalf_of_openerp-20130104052815-90n20ge4a6x22t2o

11 years ago[IMP] kanban column width
Fabien Pinckaers [Thu, 3 Jan 2013 22:25:15 +0000 (23:25 +0100)]
[IMP] kanban column width

bzr revid: fp@openerp.com-20130103222515-y55td51r7kas75kf

11 years ago[FIX] css problem in list view: list arrow appearing when we sort could appear on...
niv-openerp [Thu, 3 Jan 2013 17:42:14 +0000 (18:42 +0100)]
[FIX] css problem in list view: list arrow appearing when we sort could appear on the text

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

bzr revid: nicolas.vanhoren@openerp.com-20130103174214-zezyx4ieidugnl5q

11 years ago[IMP] Improved logger.
Thibault Delavallée [Thu, 3 Jan 2013 17:30:19 +0000 (18:30 +0100)]
[IMP] Improved logger.

bzr revid: tde@openerp.com-20130103173019-8flxl30b129u8kpz

11 years ago[FIX] message_route: removed owner of created documents using aliases taken from...
Thibault Delavallée [Thu, 3 Jan 2013 17:26:21 +0000 (18:26 +0100)]
[FIX] message_route: removed owner of created documents using aliases taken from the 'from' of the incoming email, because we cannot ensure that this user has any create or write access rights. If no owner is defined on the alias, uid will be used instead.

bzr revid: tde@openerp.com-20130103172621-4qoz28npnq4c5e7i

11 years ago[FIX] we are not in alpha anymore
Christophe Simonis [Thu, 3 Jan 2013 17:08:09 +0000 (18:08 +0100)]
[FIX] we are not in alpha anymore

bzr revid: chs@openerp.com-20130103170809-337pt3cjzvi82y17

11 years ago[IMP] crm, project, project_issue: reply_to address is now the alias of the parent...
Thibault Delavallée [Thu, 3 Jan 2013 17:03:16 +0000 (18:03 +0100)]
[IMP] crm, project, project_issue: reply_to address is now the alias of the parent section, project, project, if any.

bzr revid: tde@openerp.com-20130103170316-8n6d8u0h14dy4x48

11 years ago[FIX] Notification link: access rights check was performed on an incorrect model.
Thibault Delavallée [Thu, 3 Jan 2013 16:25:11 +0000 (17:25 +0100)]
[FIX] Notification link: access rights check was performed on an incorrect model.

bzr revid: tde@openerp.com-20130103162511-w8s6sxjbjfc8iao1

11 years ago[IMP] mail invite: change browse into read for add signature
Christophe Matthieu [Thu, 3 Jan 2013 15:26:10 +0000 (16:26 +0100)]
[IMP] mail invite: change browse into read for add signature

bzr revid: chm@openerp.com-20130103152610-mvb6b03u6bbfs3i6