odoo/odoo.git
11 years ago[IMP] portal demo data and some of the module's comments
Antonin Bourguignon [Wed, 25 Jul 2012 09:46:45 +0000 (11:46 +0200)]
[IMP] portal demo data and some of the module's comments

bzr revid: abo@openerp.com-20120725094645-89dxrmdy4t684219

11 years ago[MERGE] latest trunk
Antonin Bourguignon [Wed, 25 Jul 2012 08:55:24 +0000 (10:55 +0200)]
[MERGE] latest trunk

bzr revid: abo@openerp.com-20120725085524-ednhh6iiovgphmjs

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 25 Jul 2012 04:52:31 +0000 (04:52 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120725043706-7gh4e1622s0jedal
bzr revid: launchpad_translations_on_behalf_of_openerp-20120725045231-nh45u4rfluqv50oa

11 years ago[IMP] avoid losing the exact value of tree/@editable when checking for editability...
Xavier Morel [Tue, 24 Jul 2012 17:14:19 +0000 (19:14 +0200)]
[IMP] avoid losing the exact value of tree/@editable when checking for editability status

bzr revid: xmo@openerp.com-20120724171419-czll83665nptk3n3

11 years ago[FIX] attempt to make editability handling more logical and simpler to manage.
Xavier Morel [Tue, 24 Jul 2012 17:05:50 +0000 (19:05 +0200)]
[FIX] attempt to make editability handling more logical and simpler to manage.

Also less buggy, with a bit o' luck

bzr revid: xmo@openerp.com-20120724170550-150vimuk6bvzh8y8

11 years ago[IMP] portal module description
Antonin Bourguignon [Tue, 24 Jul 2012 16:33:06 +0000 (18:33 +0200)]
[IMP] portal module description
also portal_hr_employees css

bzr revid: abo@openerp.com-20120724163306-oa1nmk54888u9m17

11 years ago[IMP] portal module description
Antonin Bourguignon [Tue, 24 Jul 2012 16:21:25 +0000 (18:21 +0200)]
[IMP] portal module description

bzr revid: abo@openerp.com-20120724162125-cx1a8n2q9yjopf2a

11 years ago[MERGE] latest trunk
Antonin Bourguignon [Tue, 24 Jul 2012 15:53:09 +0000 (17:53 +0200)]
[MERGE] latest trunk

bzr revid: abo@openerp.com-20120724155309-0gsk85n83tbq8kb1

11 years ago[IMP] crm: crm.case.stage should be readable by all, to allow new statusbar widgets...
Olivier Dony [Tue, 24 Jul 2012 15:34:05 +0000 (17:34 +0200)]
[IMP] crm: crm.case.stage should be readable by all, to allow new statusbar widgets to work for stages

bzr revid: odo@openerp.com-20120724153405-8owoyo60bjgnq60r

11 years ago[ADD] focus previous/next field when using the left/right arrow while at the start...
Xavier Morel [Tue, 24 Jul 2012 15:01:12 +0000 (17:01 +0200)]
[ADD] focus previous/next field when using the left/right arrow while at the start/end of a field

bzr revid: xmo@openerp.com-20120724150112-r8liahdyaxmx49o8

11 years ago[IMP] improved throbber
niv-openerp [Tue, 24 Jul 2012 14:12:20 +0000 (16:12 +0200)]
[IMP] improved throbber

bzr revid: nicolas.vanhoren@openerp.com-20120724141220-1u0odsgsxzjtc5xn

11 years ago[MERGE] l10n_in
Quentin (OpenERP) [Tue, 24 Jul 2012 14:11:09 +0000 (16:11 +0200)]
[MERGE] l10n_in

bzr revid: qdp-launchpad@openerp.com-20120724141109-ybptszxqm33w3buy

11 years ago[IMP] keep focus in the same column when navigating to the previous/next record with...
Xavier Morel [Tue, 24 Jul 2012 13:56:55 +0000 (15:56 +0200)]
[IMP] keep focus in the same column when navigating to the previous/next record with up/down arrows

bzr revid: xmo@openerp.com-20120724135655-hjk2l0mxvncker4q

11 years ago[IMP] Changed throbber
niv-openerp [Tue, 24 Jul 2012 13:24:14 +0000 (15:24 +0200)]
[IMP] Changed throbber

bzr revid: nicolas.vanhoren@openerp.com-20120724132414-27ylo4ls48agwnel

11 years ago[FIX] sale: add field state in the lines of sale order form, for the web client to...
Raphael Collet [Tue, 24 Jul 2012 13:23:09 +0000 (15:23 +0200)]
[FIX] sale: add field state in the lines of sale order form, for the web client to process modifiers correctly

bzr revid: rco@openerp.com-20120724132309-myn4wcezcqmu40zt

11 years ago[IMP] trigger a new search when clicking on the searchview's spyglass
Xavier Morel [Tue, 24 Jul 2012 12:46:07 +0000 (14:46 +0200)]
[IMP] trigger a new search when clicking on the searchview's spyglass

Required reifying the purely decorative spyglass (created via :before)
into an actual button and moving that button to the right place (after
removing all decorations set by default on buttons e.g. shadows &al).

apr request.

bzr revid: xmo@openerp.com-20120724124607-bc1nsywtth7cn11i

11 years ago[IMP] validation of search_default values for m2o fields
Xavier Morel [Tue, 24 Jul 2012 11:56:59 +0000 (13:56 +0200)]
[IMP] validation of search_default values for m2o fields

Just because the search_default is an array does not mean it's a
name_get apparently: there are many cases of a single id wrapped in an
array (``[id]``).

So ensure that the search_default is an array *of length 2 whose
second element is a string* before considering it a name_get and using
it as-is (without resolving the label via an explicit name_get).

Also, error out for any m2o search_default which is an array of length
> 1 (unless the second element is a string as per description above).

bzr revid: xmo@openerp.com-20120724115659-l0n0gjr91bcop13z

11 years ago[FIX] Small fix
Mustufa Rangwala (OpenERP) [Tue, 24 Jul 2012 10:24:49 +0000 (15:54 +0530)]
[FIX] Small fix

bzr revid: mra@tinyerp.com-20120724102449-3g1b2glwmw0thir7

11 years ago[IMP] l10n_in: now template will be installed for public and private once module...
Mustufa Rangwala (OpenERP) [Tue, 24 Jul 2012 10:10:05 +0000 (15:40 +0530)]
[IMP] l10n_in: now template will be installed for public and private once module installed

bzr revid: mra@tinyerp.com-20120724101005-4y0175vnla1bxtza

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 24 Jul 2012 04:52:30 +0000 (04:52 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120722044557-vi2dy3u2aq5y09v7
bzr revid: launchpad_translations_on_behalf_of_openerp-20120723051751-qjxz39bz1gs3fi6f
bzr revid: launchpad_translations_on_behalf_of_openerp-20120724045230-9oi8x0xfvobpqjab

11 years ago[MERGE] overlay editable list a la rache
Antony Lesuisse [Mon, 23 Jul 2012 17:43:41 +0000 (19:43 +0200)]
[MERGE] overlay editable list a la rache

bzr revid: al@openerp.com-20120723174341-byh5ep8pg15kpeg9

11 years ago[MERGE] trunk
Antony Lesuisse [Mon, 23 Jul 2012 17:34:50 +0000 (19:34 +0200)]
[MERGE] trunk

bzr revid: al@openerp.com-20120723173450-2yxayvyoiiiw9tcw

11 years ago[MERGE] orm,fields: fields.char's argument now all optional (especially @size) +...
Olivier Dony [Mon, 23 Jul 2012 17:22:29 +0000 (19:22 +0200)]
[MERGE] orm,fields: fields.char's argument now all optional (especially @size) + minor cleanup

The size limit on fields.char is entirely cosmetics,
as it makes no difference in performance or size for
PostgreSQL storage. The size only has to be specified
when the field needs to be size-constrained for
business reasons, like fixed-length references, EAN, etc.

bzr revid: odo@openerp.com-20120723172229-vyzrgzhugsd17rao

11 years ago[FIX] hide topbar on login page
Christophe Simonis [Mon, 23 Jul 2012 16:22:23 +0000 (18:22 +0200)]
[FIX] hide topbar on login page

bzr revid: chs@openerp.com-20120723162223-amclassz6dzneayq

11 years ago[FIX] a right problem in portal_project_issue
Antonin Bourguignon [Mon, 23 Jul 2012 16:15:38 +0000 (18:15 +0200)]
[FIX] a right problem in portal_project_issue
also fix a css glitch

bzr revid: abo@openerp.com-20120723161538-sd53bczjbb7je1q6

11 years ago[IMP] hide the member price in products view
Antonin Bourguignon [Mon, 23 Jul 2012 15:45:29 +0000 (17:45 +0200)]
[IMP] hide the member price in products view

bzr revid: abo@openerp.com-20120723154529-blsb2i0ouneo2uhj

11 years ago[IMP] m2o no tabindex=-! for open button will be handled by a keyboard shortcut
Antony Lesuisse [Mon, 23 Jul 2012 15:30:39 +0000 (17:30 +0200)]
[IMP] m2o no tabindex=-! for open button will be handled by a keyboard shortcut

bzr revid: al@openerp.com-20120723153039-3xstwq2a1pcc67gh

11 years ago[FIX] another problem with translation wizard
niv-openerp [Mon, 23 Jul 2012 15:22:24 +0000 (17:22 +0200)]
[FIX] another problem with translation wizard

bzr revid: nicolas.vanhoren@openerp.com-20120723152224-pmll06c6j3hk1hjd

11 years ago[FIX] problem with translate dialog
niv-openerp [Mon, 23 Jul 2012 15:11:13 +0000 (17:11 +0200)]
[FIX] problem with translate dialog

bzr revid: nicolas.vanhoren@openerp.com-20120723151113-nvh8l72duewcotvx

11 years ago[IMP] hide header's buttons in stock.view_picking_out_form
Antonin Bourguignon [Mon, 23 Jul 2012 14:20:57 +0000 (16:20 +0200)]
[IMP] hide header's buttons in stock.view_picking_out_form

bzr revid: abo@openerp.com-20120723142057-9iqwxjij09o2jkww

11 years ago[IMP] coerce 'falsy' char sizes to None
Xavier Morel [Mon, 23 Jul 2012 14:05:02 +0000 (16:05 +0200)]
[IMP] coerce 'falsy' char sizes to None

Otherwise users using fields.char(size=False) will see their content disappear without warning, not cool

bzr revid: xmo@openerp.com-20120723140502-nrtgw0o47ewj25qa

11 years ago[IMP] Modified loading message
niv-openerp [Mon, 23 Jul 2012 13:59:37 +0000 (15:59 +0200)]
[IMP] Modified loading message

bzr revid: nicolas.vanhoren@openerp.com-20120723135937-3tuwpzdhn3311mg1

11 years ago[IMP] replace equality None test by identity test
Xavier Morel [Mon, 23 Jul 2012 13:52:15 +0000 (15:52 +0200)]
[IMP] replace equality None test by identity test

bzr revid: xmo@openerp.com-20120723135215-7n63uh4ikulsdc6r

11 years ago[REM] redundant code: a field of type one2many will always have _type one2many
Xavier Morel [Mon, 23 Jul 2012 13:51:13 +0000 (15:51 +0200)]
[REM] redundant code: a field of type one2many will always have _type one2many

bzr revid: xmo@openerp.com-20120723135113-6x3s5lmljk8cdpf0

11 years ago[REM] orm: pointless character replacement of quotes by spaces in field strings
Xavier Morel [Mon, 23 Jul 2012 13:50:22 +0000 (15:50 +0200)]
[REM] orm: pointless character replacement of quotes by spaces in field strings

bzr revid: xmo@openerp.com-20120723135022-9lh5yyk0au5xag3l

11 years ago[IMP] field.char: make string and size optional
Xavier Morel [Mon, 23 Jul 2012 13:49:31 +0000 (15:49 +0200)]
[IMP] field.char: make string and size optional

* Increases coherence with other fields (default string is 'unknown')
* Char fields defaut to unbounded, bounds are optional

bzr revid: xmo@openerp.com-20120723134931-b5moeenk0db5m2ss

11 years ago[FIX] problem with wizards
niv-openerp [Mon, 23 Jul 2012 13:49:14 +0000 (15:49 +0200)]
[FIX] problem with wizards

bzr revid: nicolas.vanhoren@openerp.com-20120723134914-4rrmeysncsancwfq

11 years ago[IMP] hide the Scrap button in stock view
Antonin Bourguignon [Mon, 23 Jul 2012 13:11:02 +0000 (15:11 +0200)]
[IMP] hide the Scrap button in stock view

NOTE: this view (stock/stock_view.xml) contains several commented lines (733, 1209) but also pretty weird comments, not formated following XML std (439, 1342, 1491) -- okay to remove/reformat it ?

bzr revid: abo@openerp.com-20120723131102-5rqegkdld9xylw0m

11 years ago[IMP] hide buttons in the event form view
Antonin Bourguignon [Mon, 23 Jul 2012 12:37:55 +0000 (14:37 +0200)]
[IMP] hide buttons in the event form view

bzr revid: abo@openerp.com-20120723123755-g3n5mtqlvrczc9s4

11 years ago[FIX] Event and Association top menu items shouldn't be visible for portal members
Antonin Bourguignon [Mon, 23 Jul 2012 11:55:00 +0000 (13:55 +0200)]
[FIX] Event and Association top menu items shouldn't be visible for portal members

bzr revid: abo@openerp.com-20120723115500-s0z2zvt4tb3bye7s

11 years ago[MERGE] Merge from main addons
Mustufa Rangwala (OpenERP) [Mon, 23 Jul 2012 09:01:08 +0000 (14:31 +0530)]
[MERGE] Merge from main addons

bzr revid: mra@tinyerp.com-20120723090108-tdzfr7t02mrx9or4

11 years ago[MERGE] latest trunk
Antonin Bourguignon [Mon, 23 Jul 2012 08:17:24 +0000 (10:17 +0200)]
[MERGE] latest trunk

bzr revid: abo@openerp.com-20120723081724-og9w66m6r3bi89wc

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 23 Jul 2012 05:21:34 +0000 (05:21 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120723052134-owmld5p3oqmn3nol

11 years ago[MERGE] etherpad
Antony Lesuisse [Sat, 21 Jul 2012 19:59:00 +0000 (21:59 +0200)]
[MERGE] etherpad

bzr revid: al@openerp.com-20120721195900-04o3e4oibe5pt9m1

11 years ago[FIX] pad fix bzr ignore
Antony Lesuisse [Sat, 21 Jul 2012 19:34:59 +0000 (21:34 +0200)]
[FIX] pad fix bzr ignore

bzr revid: al@openerp.com-20120721193459-gxs3fs21nfel9enr

11 years ago[FIX] pad everything, remove unused api
Antony Lesuisse [Sat, 21 Jul 2012 19:25:51 +0000 (21:25 +0200)]
[FIX] pad everything, remove unused api

bzr revid: al@openerp.com-20120721192551-q6nbqn4xxau0e64x

11 years ago[MERGE] trunk
Antony Lesuisse [Sat, 21 Jul 2012 18:23:18 +0000 (20:23 +0200)]
[MERGE] trunk

bzr revid: al@openerp.com-20120721182318-zjkw85mrxf1f9b8s

11 years ago[MERGE] client singleton
Antony Lesuisse [Sat, 21 Jul 2012 18:09:41 +0000 (20:09 +0200)]
[MERGE] client singleton

bzr revid: al@openerp.com-20120721180941-rkqg6gqml8do49wl

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sat, 21 Jul 2012 05:08:32 +0000 (05:08 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120721050832-zkzeqskzl40kn2b8

11 years ago[FIX] portal_sale view_mode
Antonin Bourguignon [Fri, 20 Jul 2012 16:39:36 +0000 (18:39 +0200)]
[FIX] portal_sale view_mode

bzr revid: abo@openerp.com-20120720163936-rkj1uztpd6jc0w5n

11 years ago[MERGE] fix Sale's top menu item sequence number
Antonin Bourguignon [Fri, 20 Jul 2012 16:36:48 +0000 (18:36 +0200)]
[MERGE] fix Sale's top menu item sequence number

bzr revid: abo@openerp.com-20120720163648-wpx4drdldzeufz46

11 years ago[MERGE] fix Sale's top menu item sequence number
Antonin Bourguignon [Fri, 20 Jul 2012 16:36:42 +0000 (18:36 +0200)]
[MERGE] fix Sale's top menu item sequence number

bzr revid: abo@openerp.com-20120720163642-pbnugg1lyg7zrly2

11 years ago[MERGE] latest trunk
Antonin Bourguignon [Fri, 20 Jul 2012 15:35:58 +0000 (17:35 +0200)]
[MERGE] latest trunk

bzr revid: abo@openerp.com-20120720153558-v2t3ywn5k6iujmy6

11 years ago[MERGE] latest trunk
Antonin Bourguignon [Fri, 20 Jul 2012 15:35:39 +0000 (17:35 +0200)]
[MERGE] latest trunk

bzr revid: abo@openerp.com-20120720153539-4itf3wphf2bztrqh

11 years ago[FIX] 'Sales' top menu items sequence
Antonin Bourguignon [Fri, 20 Jul 2012 15:35:20 +0000 (17:35 +0200)]
[FIX] 'Sales' top menu items sequence

bzr revid: abo@openerp.com-20120720153520-gahyk0uj6il3ia0h

11 years ago[FIX] 'Sales' top menu items sequence
Antonin Bourguignon [Fri, 20 Jul 2012 15:34:25 +0000 (17:34 +0200)]
[FIX] 'Sales' top menu items sequence

bzr revid: abo@openerp.com-20120720153425-56h62eyju9g5fo3n

11 years ago[MERGE] Merged OpenChatter part3: The Return of the Composer Reloaded Strikes Back...
Thibault Delavallée [Fri, 20 Jul 2012 15:32:37 +0000 (17:32 +0200)]
[MERGE] Merged OpenChatter part3: The Return of the Composer Reloaded Strikes Back. Addons-side branch of OpenChatter part 3, holdling the new composer. This revision adds a new composer for chatter :
      - now based on mail.compose.message form view
      - comment mode / email mode, allowing to add partners in CC (with autocomplete for some models using an improved version of mail.compose.message such as crm.lead)
      - plain / HTML composition mode, with a rich HTML composition form
      - email.template support
      - EDI support
      Other modifications :
      - mail.group improved, with linked groups to automatically subscribe users
      - welcome message for a new user and a new employee
      - mail.message subtype is renamed to content_subtype.
      - crm.add_note is deleted
      - some doc ... but not as much as expected

bzr revid: tde@openerp.com-20120720153237-nk50okkpg1kju9fb

11 years ago[MERGE] Merged OpenChatter part3: The Return of the Composer Reloaded Strikes Back...
Thibault Delavallée [Fri, 20 Jul 2012 15:28:04 +0000 (17:28 +0200)]
[MERGE] Merged OpenChatter part3: The Return of the Composer Reloaded Strikes Back. Server-side part of OpenChatter part 3, holding the new message composer. This revision adds an override of res.partner name_create method to support custom creation: info@openerp.com (name and email info@openerp.com), and Raoul <raoul@raoul.fr> (name Raoul, email raoul@raoul.fr).

bzr revid: tde@openerp.com-20120720152804-lan1wwjbd60rt9ko

11 years ago[REVIEW] IMproved regex.
Thibault Delavallée [Fri, 20 Jul 2012 15:25:54 +0000 (17:25 +0200)]
[REVIEW] IMproved regex.

bzr revid: tde@openerp.com-20120720152554-j6x7ilroxhivggj3

11 years ago[MERGE] label VAT to Tax
Quentin (OpenERP) [Fri, 20 Jul 2012 15:15:54 +0000 (17:15 +0200)]
[MERGE] label VAT to Tax

bzr revid: qdp-launchpad@openerp.com-20120720151554-fp5t5nsddjyb81jr

11 years ago[MERGE] Merged OpenChatter part3: The Return of the Composer Reloaded Strikes Back...
Thibault Delavallée [Fri, 20 Jul 2012 15:15:42 +0000 (17:15 +0200)]
[MERGE] Merged OpenChatter part3: The Return of the Composer Reloaded Strikes Back. Web-side branch of OpenChatter part 3, holding the new message composer. This revision adds a rich HTML composer for text fields. To use it, just use the text_html widget in forms.

bzr revid: tde@openerp.com-20120720151542-vj447vhcth4kacly

11 years ago[MERGE] Merged with web/trunk.
Thibault Delavallée [Fri, 20 Jul 2012 14:35:42 +0000 (16:35 +0200)]
[MERGE] Merged with web/trunk.

bzr revid: tde@openerp.com-20120720143542-i30g07waybug8cts

11 years ago[MERGE] Merged with addons/trunk.
Thibault Delavallée [Fri, 20 Jul 2012 14:35:30 +0000 (16:35 +0200)]
[MERGE] Merged with addons/trunk.

bzr revid: tde@openerp.com-20120720143530-5dddw99ggts6v2j8

11 years ago[FIX] small problem with m2o
niv-openerp [Fri, 20 Jul 2012 14:20:23 +0000 (16:20 +0200)]
[FIX] small problem with m2o

bzr revid: nicolas.vanhoren@openerp.com-20120720142023-8a1m5b30yvoywnbs

11 years ago[IMP] usability: partner form view
Quentin (OpenERP) [Fri, 20 Jul 2012 14:18:30 +0000 (16:18 +0200)]
[IMP] usability: partner form view

bzr revid: qdp-launchpad@openerp.com-20120720141830-htjstvlkqikv4d0z

11 years ago[CLEAN] email_template: removed print statements.
Thibault Delavallée [Fri, 20 Jul 2012 14:17:54 +0000 (16:17 +0200)]
[CLEAN] email_template: removed print statements.

bzr revid: tde@openerp.com-20120720141754-dlbl78znso8dzyz2

11 years ago[FIX] rare problem during save
niv-openerp [Fri, 20 Jul 2012 14:13:04 +0000 (16:13 +0200)]
[FIX] rare problem during save

bzr revid: nicolas.vanhoren@openerp.com-20120720141304-dpmw02lx7u2ureia

11 years ago[FIX] base_calendar: remove pdb
Stephane Wirtel [Fri, 20 Jul 2012 13:46:54 +0000 (15:46 +0200)]
[FIX] base_calendar: remove pdb

bzr revid: stw@openerp.com-20120720134654-2mzht44jvteayuen

11 years ago[IMP] demo data: made them noupdate.
Thibault Delavallée [Fri, 20 Jul 2012 13:37:12 +0000 (15:37 +0200)]
[IMP] demo data: made them noupdate.

bzr revid: tde@openerp.com-20120720133712-p6gd58nndabsit14

11 years ago[IMP] hr_employee: now sends a message on All employee mail.group to welcome the...
Thibault Delavallée [Fri, 20 Jul 2012 13:29:52 +0000 (15:29 +0200)]
[IMP] hr_employee: now sends a message on All employee mail.group to welcome the new employee.

bzr revid: tde@openerp.com-20120720132952-y0j1d4n7qaywbrrl

11 years ago[IMP] res_partner in mail: also look messages related to the partner.
Thibault Delavallée [Fri, 20 Jul 2012 13:29:31 +0000 (15:29 +0200)]
[IMP] res_partner in mail: also look messages related to the partner.

bzr revid: tde@openerp.com-20120720132931-lf19b1v3ambao30p

11 years ago[IMP] res_users in mail: Welcome message posted on its wall at creation.
Thibault Delavallée [Fri, 20 Jul 2012 13:29:04 +0000 (15:29 +0200)]
[IMP] res_users in mail: Welcome message posted on its wall at creation.

bzr revid: tde@openerp.com-20120720132904-v7f8876p87c74wxe

11 years ago[REM] mail_thread: removed broadcast.
Thibault Delavallée [Fri, 20 Jul 2012 13:28:46 +0000 (15:28 +0200)]
[REM] mail_thread: removed broadcast.

bzr revid: tde@openerp.com-20120720132846-s1ad623e60pyejeb

11 years ago[CLEAN] mail.js: removed debug data.
Thibault Delavallée [Fri, 20 Jul 2012 13:01:27 +0000 (15:01 +0200)]
[CLEAN] mail.js: removed debug data.

bzr revid: tde@openerp.com-20120720130127-7kquweauwh4bv7zi

11 years ago[IMP] debug mode
niv-openerp [Fri, 20 Jul 2012 13:01:00 +0000 (15:01 +0200)]
[IMP] debug mode

bzr revid: nicolas.vanhoren@openerp.com-20120720130100-olttd8ovamdtywtt

11 years ago[IMP] mail.message: added type in parameters. Default is email.
Thibault Delavallée [Fri, 20 Jul 2012 12:57:29 +0000 (14:57 +0200)]
[IMP] mail.message: added type in parameters. Default is email.

bzr revid: tde@openerp.com-20120720125729-4xq31w4o0qey6erl

11 years ago[FIX] mail.compos.message: outgoing state only for emails. Send only emails, also.
Thibault Delavallée [Fri, 20 Jul 2012 12:57:09 +0000 (14:57 +0200)]
[FIX] mail.compos.message: outgoing state only for emails. Send only emails, also.

bzr revid: tde@openerp.com-20120720125709-rgfiwsy8qp3z5x1f

11 years ago[CLEAN] Removed some commented lines.
Thibault Delavallée [Fri, 20 Jul 2012 12:56:23 +0000 (14:56 +0200)]
[CLEAN] Removed some commented lines.

bzr revid: tde@openerp.com-20120720125623-rvoyta3kmbkkiwyy

11 years ago[IMP] Changed some "Cancel" buttons to links
niv-openerp [Fri, 20 Jul 2012 12:44:30 +0000 (14:44 +0200)]
[IMP] Changed some "Cancel" buttons to links

bzr revid: nicolas.vanhoren@openerp.com-20120720124430-gbhow8qcipsrieb4

11 years ago[IMP] changed place of buttons in relation popups
niv-openerp [Fri, 20 Jul 2012 12:35:28 +0000 (14:35 +0200)]
[IMP] changed place of buttons in relation popups

bzr revid: nicolas.vanhoren@openerp.com-20120720123528-fpskc2r42d06z28r

11 years ago[MERGE] Merged with addons/trunk.
Thibault Delavallée [Fri, 20 Jul 2012 12:24:18 +0000 (14:24 +0200)]
[MERGE] Merged with addons/trunk.

bzr revid: tde@openerp.com-20120720122418-yhiyx1c13dnpn1jj

11 years ago[MERGE] Merged with server/trunk.
Thibault Delavallée [Fri, 20 Jul 2012 12:23:54 +0000 (14:23 +0200)]
[MERGE] Merged with server/trunk.

bzr revid: tde@openerp.com-20120720082037-0dsd0ado0e1ogft4
bzr revid: tde@openerp.com-20120720122354-a0y7xcjfqnxu4u8x

11 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-addons_issue-stw
Stephane Wirtel [Fri, 20 Jul 2012 12:14:11 +0000 (14:14 +0200)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-addons_issue-stw

bzr revid: stw@openerp.com-20120720121411-qhxmzb66vht2m8ls

11 years ago[FIX] merge of lp:~openerp-dev/openobject-addons/trunk-addons_issue_hr-cha and fix
Stephane Wirtel [Fri, 20 Jul 2012 12:12:46 +0000 (14:12 +0200)]
[FIX] merge of lp:~openerp-dev/openobject-addons/trunk-addons_issue_hr-cha and fix

bzr revid: stw@openerp.com-20120720121246-ltdbylsj8aveiz13

11 years ago[MERGE] latest trunk
Antonin Bourguignon [Fri, 20 Jul 2012 11:56:12 +0000 (13:56 +0200)]
[MERGE] latest trunk

bzr revid: abo@openerp.com-20120720115612-j7iwkjxb98k2lu40

11 years ago[IMP] cleditor: removed source link. Updated get_value to be more consistent.
Thibault Delavallée [Fri, 20 Jul 2012 11:50:46 +0000 (13:50 +0200)]
[IMP] cleditor: removed source link. Updated get_value to be more consistent.

bzr revid: tde@openerp.com-20120720115046-fp0do72zy3cs2p2w

11 years ago[IMP] update pot files
Purnendu Singh (OpenERP) [Fri, 20 Jul 2012 11:44:02 +0000 (17:14 +0530)]
[IMP] update pot files

bzr revid: psi@tinyerp.com-20120720114402-yipigtjmk4j7qk1r

11 years ago[IMP] text_html widget: cleaned a bit the code.
Thibault Delavallée [Fri, 20 Jul 2012 11:33:58 +0000 (13:33 +0200)]
[IMP] text_html widget: cleaned a bit the code.

bzr revid: tde@openerp.com-20120720113358-y5mt98w1ug9ljbvo

11 years ago[REM] [ADD] Removed old unused icons; added icons for composer.
Thibault Delavallée [Fri, 20 Jul 2012 10:29:04 +0000 (12:29 +0200)]
[REM] [ADD] Removed old unused icons; added icons for composer.

bzr revid: tde@openerp.com-20120720102904-jkwhlt1fgvf1ywja

11 years ago[IMP] res.users, res.partner: chatter in correct 'footer' style.
Thibault Delavallée [Fri, 20 Jul 2012 10:24:35 +0000 (12:24 +0200)]
[IMP] res.users, res.partner: chatter in correct 'footer' style.

bzr revid: tde@openerp.com-20120720102435-v20b8jnwum6uvm84

11 years ago[MOV] mail_demo moved to data/mail_demo.
Thibault Delavallée [Fri, 20 Jul 2012 10:21:03 +0000 (12:21 +0200)]
[MOV] mail_demo moved to data/mail_demo.

bzr revid: tde@openerp.com-20120720102103-4ls3yb0s7z27m4t6

11 years ago[REM] mail.message: schedule with attach: removed type=email, because this is the...
Thibault Delavallée [Fri, 20 Jul 2012 10:17:56 +0000 (12:17 +0200)]
[REM] mail.message: schedule with attach: removed type=email, because this is the default value.

bzr revid: tde@openerp.com-20120720101756-slv9kd6r5a3d9qrw

11 years ago[MERGE] trunk-module-summary (add field 'summary' on modules)
Raphael Collet [Fri, 20 Jul 2012 10:03:39 +0000 (12:03 +0200)]
[MERGE] trunk-module-summary (add field 'summary' on modules)

bzr revid: rco@openerp.com-20120720100339-sk3mx0qucujeqsxe

11 years ago[MERGE] trunk-module-summary (add field 'summary' on modules)
Raphael Collet [Fri, 20 Jul 2012 10:02:53 +0000 (12:02 +0200)]
[MERGE] trunk-module-summary (add field 'summary' on modules)

bzr revid: rco@openerp.com-20120720100253-ulll8tu221v14x1t

11 years ago[IMP] mail.mesage: scheduler: try to send only outgoing emails.
Thibault Delavallée [Fri, 20 Jul 2012 09:57:19 +0000 (11:57 +0200)]
[IMP] mail.mesage: scheduler: try to send only outgoing emails.

bzr revid: tde@openerp.com-20120720095719-0qmigezuv7r6gr3d

11 years ago[IMP] mail.message view: cleaned short view for feeds.
Thibault Delavallée [Fri, 20 Jul 2012 09:49:29 +0000 (11:49 +0200)]
[IMP] mail.message view: cleaned short view for feeds.

bzr revid: tde@openerp.com-20120720094929-wite8l21xa60v33n

11 years ago[FIX] in summary of modules: typos
Raphael Collet [Fri, 20 Jul 2012 09:30:46 +0000 (11:30 +0200)]
[FIX] in summary of modules: typos

bzr revid: rco@openerp.com-20120720093046-92l51ts5aaee9etq

11 years ago[REF] mail: res.partner inheritance: removed unnecessary 'emails' column, as this...
Thibault Delavallée [Fri, 20 Jul 2012 09:26:20 +0000 (11:26 +0200)]
[REF] mail: res.partner inheritance: removed unnecessary 'emails' column, as this is managed by Chatter. Also updated partner_id -> partner_ids.

bzr revid: tde@openerp.com-20120720092620-o94cxdi2hxthd5y1

11 years ago[CLEAN] mail.message: cleaned comments and formatting, added parent_id and child_ids...
Thibault Delavallée [Fri, 20 Jul 2012 09:25:45 +0000 (11:25 +0200)]
[CLEAN] mail.message: cleaned comments and formatting, added parent_id and child_ids to mail.message model; mail.message.common only have a parent_id field now.

bzr revid: tde@openerp.com-20120720092545-gouxtlg9b6frehm1

11 years ago[IMP] module kanban: remove unnecessary line break
Raphael Collet [Fri, 20 Jul 2012 09:23:27 +0000 (11:23 +0200)]
[IMP] module kanban: remove unnecessary line break

bzr revid: rco@openerp.com-20120720092327-1j9777ss4n85c4og