odoo/odoo.git
11 years ago[MRG] merge lp:~openerp-dev/openobject-addons/trunk-10click-warehouse-tpa-fix-aja
Turkesh Patel (Open ERP) [Fri, 9 Nov 2012 12:49:43 +0000 (18:19 +0530)]
[MRG] merge lp:~openerp-dev/openobject-addons/trunk-10click-warehouse-tpa-fix-aja

bzr revid: tpa@tinyerp.com-20121109124943-l3ojm3bcld78vt7h

11 years ago[IMP] add placeholder in procurement order.
Turkesh Patel (Open ERP) [Fri, 9 Nov 2012 12:16:06 +0000 (17:46 +0530)]
[IMP] add placeholder in procurement order.

bzr revid: tpa@tinyerp.com-20121109121606-vku2c5zzukv185b1

11 years ago[FIX]: Fix issue in warehouse module
ajay javiya (OpenERP) [Fri, 9 Nov 2012 12:13:58 +0000 (17:43 +0530)]
[FIX]: Fix issue in warehouse module

bzr revid: aja@tinyerp.com-20121109121358-4ws1vlcrteq0ckv4

11 years ago[FIX] pad
Fabien Pinckaers [Fri, 9 Nov 2012 08:14:28 +0000 (09:14 +0100)]
[FIX] pad

bzr revid: fp@openerp.com-20121109081428-ha5sxo0wez8x3quh

11 years ago[FIX] Corrected etherpad rending issue.
Tejas Tank [Fri, 9 Nov 2012 06:51:44 +0000 (12:21 +0530)]
[FIX] Corrected etherpad rending issue.

bzr revid: tta@openerp.com-20121109065144-hut93odny1ur16db

11 years ago[IMP] Set api key in demo file and remove key from pad.py
Tejas Tank [Fri, 9 Nov 2012 06:30:02 +0000 (12:00 +0530)]
[IMP] Set api key in demo file and remove key from pad.py

bzr revid: tta@openerp.com-20121109063002-ej4bmzzxut5j12e7

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 9 Nov 2012 04:39:46 +0000 (04:39 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121109043946-6epxgg88lp1lykye

11 years ago[FIX] do_load_state: propagate _push_me flag
Christophe Simonis [Thu, 8 Nov 2012 17:59:10 +0000 (18:59 +0100)]
[FIX] do_load_state: propagate _push_me flag

bzr revid: chs@openerp.com-20121108175910-qd2xho4srhhbjs5q

11 years ago[FIX] hr_timesheet_sheet: typo in javascript code
niv-openerp [Thu, 8 Nov 2012 16:40:53 +0000 (17:40 +0100)]
[FIX] hr_timesheet_sheet: typo in javascript code

bzr revid: nicolas.vanhoren@openerp.com-20121108164053-pcs8qq98ged4hyj7

11 years ago[FIX] Many2OneButton, don't subscribe to write_complete event.
vta vta@openerp.com [Thu, 8 Nov 2012 15:42:15 +0000 (16:42 +0100)]
[FIX] Many2OneButton, don't subscribe to write_complete event.

bzr revid: vta@openerp.com-20121108154215-4b3sk7nh41xfrl62

11 years ago[FIX] don't resize & reposition invisible or readonly fields in editable listview
Xavier Morel [Thu, 8 Nov 2012 15:35:44 +0000 (16:35 +0100)]
[FIX] don't resize & reposition invisible or readonly fields in editable listview

the datetime field doesn't setup its internal widget if the field is readonly, so accessing it blows up

bzr revid: xmo@openerp.com-20121108153544-o2uvpfeoofu2tx12

11 years ago[FIX] Issue when triggering 'write_completed' on AbstractFormPopup, argument not...
vta vta@openerp.com [Thu, 8 Nov 2012 15:22:31 +0000 (16:22 +0100)]
[FIX] Issue when triggering 'write_completed' on AbstractFormPopup, argument not passed.

bzr revid: vta@openerp.com-20121108152231-cdtdxa1q9rl4eyre

11 years ago[FIX] breakage of m2m (tag) fields in editable (o2m) listviews
Xavier Morel [Thu, 8 Nov 2012 14:57:05 +0000 (15:57 +0100)]
[FIX] breakage of m2m (tag) fields in editable (o2m) listviews

e.g. quotation form view, "Order Lines" table, add a tax (or more) to
a line, save, then try to edit the line.

Issue: the listview mostly uses a single-level structure for its
display, each record is a trivial map of {name: value}. For the M2O
the expected value can be complex-ish (a name_get which holds all the
interesting stuff) but not so for the m2m.

An m2m value is just a list of ids (Array<Integer>), the list view
would overwrite that with the concatenated name_get strings to get
something kind-of displayable. Except editable serializes the record
it has and passes that as-is to the embedded formview. The
corresponding widget (FieldMany2ManyTags) most definitely does not
expect a big string to be shoved up its fat ass.

So use a different but just as disgusting hack: instead of *replacing*
the ids array with the string, add the string to the record after very
slightly munging the original name, that way the form is happy because
it gets the value it expects, and the Many2Many column can override
_format to use the value of the munged/fake column as "stuff it passes
to whatever is in charge of formatting fields for display" when the
original field is asked for.

NOTE: redundant work is done as every line will do its own name_get,
      potentially on the same ids over and over again. Having a
      short-lived backend cache may allow not name_get-ing ids we've
      already fetched during the same table display...

bzr revid: xmo@openerp.com-20121108145705-uphw76z4q4krcpnl

11 years ago[FIX] Fix form view bounce effect
Fabien Meghazi [Thu, 8 Nov 2012 15:18:10 +0000 (16:18 +0100)]
[FIX] Fix form view bounce effect

bzr revid: fme@openerp.com-20121108151810-c5p3rsha9x8kg6lv

11 years ago[MERGE] merged the branch with fleet module, made by csn and del
Quentin (OpenERP) [Thu, 8 Nov 2012 14:59:18 +0000 (15:59 +0100)]
[MERGE] merged the branch with fleet module, made by csn and del

bzr revid: qdp-launchpad@openerp.com-20121108145918-lgzjnmy6hmvu44vc

11 years ago[MERGE] trunk-saas_analytics.
vta vta@openerp.com [Thu, 8 Nov 2012 14:08:03 +0000 (15:08 +0100)]
[MERGE] trunk-saas_analytics.

bzr revid: vta@openerp.com-20121108140803-jhow00d9w5696yla

11 years ago[MERGE] trunk-saas_analytics.
vta vta@openerp.com [Thu, 8 Nov 2012 14:06:50 +0000 (15:06 +0100)]
[MERGE] trunk-saas_analytics.

bzr revid: vta@openerp.com-20121108140650-j9en369nxlvlelny

11 years ago[FIX] base, res.partner.view: remove duplicated invisible attribute that was totally...
Quentin (OpenERP) [Thu, 8 Nov 2012 14:05:51 +0000 (15:05 +0100)]
[FIX] base, res.partner.view: remove duplicated invisible attribute that was totally hiding the 'type' field

bzr revid: qdp-launchpad@openerp.com-20121108140551-lefrv5ndvyzw5tt9

11 years ago[FIX] Kanban: records fetched using "Show more" button can't be edited because their...
Fabien Meghazi [Thu, 8 Nov 2012 14:02:01 +0000 (15:02 +0100)]
[FIX] Kanban: records fetched using "Show more" button can't be edited because their ids where not added  to the dataset

bzr revid: fme@openerp.com-20121108140201-nah05a0bxogv0iqj

11 years ago[IMP] Added documentation about on change methods.
niv-openerp [Thu, 8 Nov 2012 13:58:15 +0000 (14:58 +0100)]
[IMP] Added documentation about on change methods.

bzr revid: nicolas.vanhoren@openerp.com-20121108135815-426n6529rc5b4wd2

11 years ago[FIX] Kanban: 'Show More' button is shown when column is folded
Fabien Meghazi [Thu, 8 Nov 2012 13:47:03 +0000 (14:47 +0100)]
[FIX] Kanban: 'Show More' button is shown when column is folded

bzr revid: fme@openerp.com-20121108134703-g2icoizl44530fsi

11 years ago[MERGE] Latest trunk.
vta vta@openerp.com [Thu, 8 Nov 2012 13:20:49 +0000 (14:20 +0100)]
[MERGE] Latest trunk.

bzr revid: vta@openerp.com-20121108132049-7ape10oz1gvz4vi8

11 years ago[FIX] Check if console exists before using it
Fabien Meghazi [Thu, 8 Nov 2012 13:20:01 +0000 (14:20 +0100)]
[FIX] Check if console exists before using it

bzr revid: fme@openerp.com-20121108132001-jg5cuqszl2qemy92

11 years ago[FIX] fleet: typo
Quentin (OpenERP) [Thu, 8 Nov 2012 13:11:32 +0000 (14:11 +0100)]
[FIX] fleet: typo

bzr revid: qdp-launchpad@openerp.com-20121108131132-4k0u9ktwg6h9bi7c

11 years ago[MERGE] Latest trunk.
vta vta@openerp.com [Thu, 8 Nov 2012 12:57:49 +0000 (13:57 +0100)]
[MERGE] Latest trunk.

bzr revid: vta@openerp.com-20121108125749-gd8fu32b33wi529y

11 years ago[FIX] Changed the account.
vta vta@openerp.com [Thu, 8 Nov 2012 12:24:45 +0000 (13:24 +0100)]
[FIX] Changed the account.

bzr revid: vta@openerp.com-20121108122445-i2hb6428b9gxhrqu

11 years ago[REM] Remove unused files.
vta vta@openerp.com [Thu, 8 Nov 2012 12:23:43 +0000 (13:23 +0100)]
[REM] Remove unused files.

bzr revid: vta@openerp.com-20121108122343-7lfzcntwugdc1qxw

11 years ago[REF] fleet: code review again
Quentin (OpenERP) [Thu, 8 Nov 2012 11:56:58 +0000 (12:56 +0100)]
[REF] fleet: code review again

bzr revid: qdp-launchpad@openerp.com-20121108115658-j16dyzlr0p0t5741

11 years ago[IMP] Updated jquery and jquery ui. API change for $.Deferreds
Fabien Meghazi [Thu, 8 Nov 2012 11:39:03 +0000 (12:39 +0100)]
[IMP] Updated jquery and jquery ui. API change for $.Deferreds

bzr revid: fme@openerp.com-20121108113903-wcdypeb4ff9xxhvt

11 years ago[IMP] Updated jquery and jquery ui. API change for $.Deferreds
Fabien Meghazi [Thu, 8 Nov 2012 11:37:03 +0000 (12:37 +0100)]
[IMP] Updated jquery and jquery ui. API change for $.Deferreds

bzr revid: fme@openerp.com-20121108113703-0qfymcfmkdgyuz91

11 years ago[FIX] if view_id provided in account.move.line, do not compute a specific view
Fabien Pinckaers [Thu, 8 Nov 2012 11:34:23 +0000 (12:34 +0100)]
[FIX] if view_id provided in account.move.line, do not compute a specific view

bzr revid: fp@tinyerp.com-20121108113423-5c3ypdqsmphq1qgd

11 years ago[IMP] merged documentation in the wiki with web client documentation
niv-openerp [Thu, 8 Nov 2012 11:23:56 +0000 (12:23 +0100)]
[IMP] merged documentation in the wiki with web client documentation

bzr revid: nicolas.vanhoren@openerp.com-20121108112356-zl99m2qod2e1fdk8

11 years ago[MERGE] trunk
Fabien Meghazi [Thu, 8 Nov 2012 11:14:48 +0000 (12:14 +0100)]
[MERGE] trunk

bzr revid: fme@openerp.com-20121108111222-cetz6q6s47iwxnm2
bzr revid: fme@openerp.com-20121108111448-2rzx9moaqloc5lpc

11 years ago[MERGE] trunk
Fabien Meghazi [Thu, 8 Nov 2012 11:13:30 +0000 (12:13 +0100)]
[MERGE] trunk

bzr revid: fme@openerp.com-20121108111330-pw6cr9l3hwii6jjc

11 years ago[FIX] Restore dialog buttons
Fabien Meghazi [Thu, 8 Nov 2012 10:42:48 +0000 (11:42 +0100)]
[FIX] Restore dialog buttons

bzr revid: fme@openerp.com-20121108104248-fqv98fv45n35q8qf

11 years ago[MERGE] multi-company fix
Fabien Pinckaers [Thu, 8 Nov 2012 10:37:53 +0000 (11:37 +0100)]
[MERGE] multi-company fix

bzr revid: fp@tinyerp.com-20121108103753-vueaierdbjm210ig

11 years ago[IMP] support set_dimensions on date and datetime form widgets
Xavier Morel [Thu, 8 Nov 2012 10:36:31 +0000 (11:36 +0100)]
[IMP] support set_dimensions on date and datetime form widgets

bzr revid: xmo@openerp.com-20121108103631-dlgw5q58agq8ndb0

11 years ago[MERGE] modification of save and on_change mechanism in form view to support the...
niv-openerp [Thu, 8 Nov 2012 10:20:09 +0000 (11:20 +0100)]
[MERGE] modification of save and on_change mechanism in form view to support the commit_value method in fields

bzr revid: nicolas.vanhoren@openerp.com-20121108102009-int2qix09okvdihm

11 years ago[IMP] project reevaluate task when reopening
Fabien Pinckaers [Thu, 8 Nov 2012 10:09:47 +0000 (11:09 +0100)]
[IMP] project reevaluate task when reopening

bzr revid: fp@tinyerp.com-20121108100947-tktayv1tt0by059z

11 years ago[FIX]correct a minor bug to compute total contract that needs attention
Cedric Snauwaert [Thu, 8 Nov 2012 10:03:16 +0000 (11:03 +0100)]
[FIX]correct a minor bug to compute total contract that needs attention

bzr revid: csn@openerp.com-20121108100316-c4nv0xyovxncjmbz

11 years agomerge trunk
niv-openerp [Thu, 8 Nov 2012 10:01:45 +0000 (11:01 +0100)]
merge trunk

bzr revid: nicolas.vanhoren@openerp.com-20121108100145-i1ey2f6g07nri18a

11 years ago[IMP] default emails on admin and demo so that they can perform tests
Fabien Pinckaers [Thu, 8 Nov 2012 09:56:04 +0000 (10:56 +0100)]
[IMP] default emails on admin and demo so that they can perform tests

bzr revid: fp@tinyerp.com-20121108095604-6tzd8i8chuxr9014

11 years ago[FIX]Fix small bug with onchange that should receive float value but receive integer...
Cedric Snauwaert [Thu, 8 Nov 2012 09:48:15 +0000 (10:48 +0100)]
[FIX]Fix small bug with onchange that should receive float value but receive integer instead

bzr revid: csn@openerp.com-20121108094815-923zjz92l2ixv7b5

11 years ago[FIX] marketing campaign, creating activities from campaign
Fabien Pinckaers [Thu, 8 Nov 2012 09:42:13 +0000 (10:42 +0100)]
[FIX] marketing campaign, creating activities from campaign

bzr revid: fp@tinyerp.com-20121108094213-vl68841q9mgf8dic

11 years ago[IMP] FIX crm segmentation+event related subscription
Fabien Pinckaers [Thu, 8 Nov 2012 09:39:43 +0000 (10:39 +0100)]
[IMP] FIX crm segmentation+event related subscription

bzr revid: fp@tinyerp.com-20121108093943-jioh0puqlpkn1fex

11 years ago[IMP] thunderbird plugin + purchase fix
Fabien Pinckaers [Thu, 8 Nov 2012 09:33:19 +0000 (10:33 +0100)]
[IMP] thunderbird plugin + purchase fix

bzr revid: fp@tinyerp.com-20121108093319-imp9wmzhoxmfcv34

11 years ago[FIX] portal fixes
Fabien Pinckaers [Thu, 8 Nov 2012 09:27:47 +0000 (10:27 +0100)]
[FIX] portal fixes

bzr revid: fp@tinyerp.com-20121108092747-o1elda4akkp6ua71

11 years ago[MERGE] HR fixes
Fabien Pinckaers [Thu, 8 Nov 2012 09:24:51 +0000 (10:24 +0100)]
[MERGE] HR fixes

bzr revid: fp@tinyerp.com-20121108092451-2jk31s913mrat1jm

11 years ago[MERGE] trunk
Fabien Meghazi [Thu, 8 Nov 2012 09:15:48 +0000 (10:15 +0100)]
[MERGE] trunk

bzr revid: fme@openerp.com-20121108091548-enm1aftirkzngld1

11 years ago[REF]change some fields type from integer to boolean since we only use them as boolean
Cedric Snauwaert [Thu, 8 Nov 2012 09:10:21 +0000 (10:10 +0100)]
[REF]change some fields type from integer to boolean since we only use them as boolean

bzr revid: csn@openerp.com-20121108091021-q990e9d9o6i0ff0u

11 years ago[FIX] fleet: fix
Quentin (OpenERP) [Thu, 8 Nov 2012 08:58:28 +0000 (09:58 +0100)]
[FIX] fleet: fix

bzr revid: qdp-launchpad@openerp.com-20121108085828-qdgyvhblvlafdj0l

11 years ago[MERGE] trunk
Fabien Meghazi [Thu, 8 Nov 2012 08:34:53 +0000 (09:34 +0100)]
[MERGE] trunk

bzr revid: fme@openerp.com-20121108083453-ue8d1q0ek71o695f

11 years ago[REF] fleet: code improvement
Quentin (OpenERP) [Thu, 8 Nov 2012 08:21:56 +0000 (09:21 +0100)]
[REF] fleet: code improvement

bzr revid: qdp-launchpad@openerp.com-20121108082156-r8syo93u45km2uux

11 years ago[IMP] typo
Fabien Pinckaers [Thu, 8 Nov 2012 08:08:18 +0000 (09:08 +0100)]
[IMP] typo

bzr revid: fp@tinyerp.com-20121108080818-xmwuxk05b2ztoq1j

11 years ago[MERGE] merge with lp:openobject-addons
Ajay Chauhan (OpenERP) [Thu, 8 Nov 2012 05:12:27 +0000 (10:42 +0530)]
[MERGE] merge with lp:openobject-addons

bzr revid: cha@tinyerp.com-20121108051227-w1009nchkx9ge1n7

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20121108044758-ltq38lseznj56gu2

11 years ago[Merge] Merge with main addons.
Divyesh Makwana (Open ERP) [Thu, 8 Nov 2012 04:44:45 +0000 (10:14 +0530)]
[Merge] Merge with main addons.

bzr revid: mdi@tinyerp.com-20121108044445-d0b690dz549m23oz

11 years ago[Merge] Merge with main addons.
Divyesh Makwana (Open ERP) [Thu, 8 Nov 2012 04:43:53 +0000 (10:13 +0530)]
[Merge] Merge with main addons.

bzr revid: mdi@tinyerp.com-20121108044353-0w5igwrzus3xe4tp

11 years ago[FIX] typo
Fabien Pinckaers [Wed, 7 Nov 2012 17:33:49 +0000 (18:33 +0100)]
[FIX] typo

bzr revid: fp@tinyerp.com-20121107173349-02vp0acqgdcnmi83

11 years ago[MERGE] trunk-bug-1065751-abo: fix the double partner creation in lead2opportunity...
Antonin Bourguignon [Wed, 7 Nov 2012 17:05:32 +0000 (18:05 +0100)]
[MERGE] trunk-bug-1065751-abo: fix the double partner creation in lead2opportunity (introduced in revno 7251.1.122 revid:odo@openerp.com-20120823200629-1m1eym62l7aabzgl)

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

bzr revid: abo@openerp.com-20121107170532-nhrxnm0rv58osk4m

11 years ago[MERGe] trunk
Antonin Bourguignon [Wed, 7 Nov 2012 16:40:12 +0000 (17:40 +0100)]
[MERGe] trunk

bzr revid: abo@openerp.com-20121107164012-tmog8zotnel3f5ob

11 years ago[FIX] the double partner creation in lead2opportunity (introduced in revno 7251.1...
Antonin Bourguignon [Wed, 7 Nov 2012 16:30:37 +0000 (17:30 +0100)]
[FIX] the double partner creation in lead2opportunity (introduced in revno 7251.1.122 revid:odo@openerp.com-20120823200629-1m1eym62l7aabzgl)

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

bzr revid: abo@openerp.com-20121107163037-bmywme6nnhlxaaic

11 years ago[IMP] m2m_tags code
Xavier Morel [Wed, 7 Nov 2012 16:19:55 +0000 (17:19 +0100)]
[IMP] m2m_tags code

bzr revid: xmo@openerp.com-20121107161955-bc7bxmmbdkmr34ix

11 years ago[IMP] removed "blacklist" feature in form view that was implemented due to inability...
niv-openerp [Thu, 8 Nov 2012 10:38:56 +0000 (11:38 +0100)]
[IMP] removed "blacklist" feature in form view that was implemented due to inability to call get_value() on a o2m during its modification. With the recent commit_value() implementation this feature is now useless.

bzr revid: nicolas.vanhoren@openerp.com-20121108103856-uou2leyng8bhx5ba

11 years ago[REF]refactoring of search function to find vehicle with due or overdue contracts
Cedric Snauwaert [Wed, 7 Nov 2012 16:19:32 +0000 (17:19 +0100)]
[REF]refactoring of search function to find vehicle with due or overdue contracts

bzr revid: csn@openerp.com-20121107161932-mv2jpfjftw0fpbmp

11 years ago[IMP] minor imp of code style
Antonin Bourguignon [Wed, 7 Nov 2012 16:11:42 +0000 (17:11 +0100)]
[IMP] minor imp of code style

bzr revid: abo@openerp.com-20121107161142-c5iqr501mxbghy82

11 years ago[YEAH] jquery ui bootstrap has 1.9 support in dev branch
Fabien Meghazi [Wed, 7 Nov 2012 15:57:58 +0000 (16:57 +0100)]
[YEAH] jquery ui bootstrap has 1.9 support in dev branch

bzr revid: fme@openerp.com-20121107155758-e6637hp114k2twve

11 years ago[FIX] jquery ui bootstrap not yet ready for jquery ui 1.9, load jquery ui 1.9 css...
Fabien Meghazi [Wed, 7 Nov 2012 15:30:18 +0000 (16:30 +0100)]
[FIX] jquery ui bootstrap not yet ready for jquery ui 1.9, load jquery ui 1.9 css before

bzr revid: fme@openerp.com-20121107153018-zla0kxkospg0lpxj

11 years ago[MERGE] m2o button
Antony Lesuisse [Wed, 7 Nov 2012 15:19:54 +0000 (16:19 +0100)]
[MERGE] m2o button

bzr revid: al@openerp.com-20121107151954-aqqtn4w6hpd39kmi

11 years ago[FIX]correct a small bug when creating odometer with value zero
Cedric Snauwaert [Wed, 7 Nov 2012 15:17:26 +0000 (16:17 +0100)]
[FIX]correct a small bug when creating odometer with value zero

bzr revid: csn@openerp.com-20121107151726-xr6754fd9t39k5zc

11 years ago[FIX] seupt.py zsi not needed anymore
Antony Lesuisse [Wed, 7 Nov 2012 14:42:32 +0000 (15:42 +0100)]
[FIX] seupt.py zsi not needed anymore

bzr revid: al@openerp.com-20121107144232-xf9qyo1rurwc0xnq

11 years ago[REV] nicolas.vanhoren@openerp.com-20120712074237-xugmbw19wjjoes9l
Xavier Morel [Wed, 7 Nov 2012 14:37:40 +0000 (15:37 +0100)]
[REV] nicolas.vanhoren@openerp.com-20120712074237-xugmbw19wjjoes9l

eagerly loaded treeviews, making heavily loaded charts of accounts
completely unusable

bzr revid: xmo@openerp.com-20121107143740-31i16933dfg4t6xk

11 years ago[REF]some change to reduce further the code and improve readability
Cedric Snauwaert [Wed, 7 Nov 2012 14:20:44 +0000 (15:20 +0100)]
[REF]some change to reduce further the code and improve readability

bzr revid: csn@openerp.com-20121107142044-m807da3apljtl0z2

11 years ago[FIX] bug 1062119
Arnaud Pineux [Wed, 7 Nov 2012 13:44:04 +0000 (14:44 +0100)]
[FIX] bug 1062119

bzr revid: api@openerp.com-20121107134404-pmpq2q691fmpt1ie

11 years ago[MERGE]
Arnaud Pineux [Wed, 7 Nov 2012 13:42:58 +0000 (14:42 +0100)]
[MERGE]

bzr revid: api@openerp.com-20121107134258-05254zobnci373xe

11 years ago[FIX] Fixed regression due to previous trunk merge
Fabien Meghazi [Wed, 7 Nov 2012 13:28:39 +0000 (14:28 +0100)]
[FIX] Fixed regression due to previous trunk merge

bzr revid: fme@openerp.com-20121107132839-wwf3svdnmrfbj97u

11 years ago[ADD] custom dimensioning of a bunch of form widget for better editable listview...
Xavier Morel [Wed, 7 Nov 2012 13:21:52 +0000 (14:21 +0100)]
[ADD] custom dimensioning of a bunch of form widget for better editable listview compat/styling

bzr revid: xmo@openerp.com-20121107132152-9s6s1n4fn4bwjdm2

11 years ago[FIX] origin fixed and reviewed
Arnaud Pineux [Wed, 7 Nov 2012 13:13:20 +0000 (14:13 +0100)]
[FIX] origin fixed and reviewed

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

bzr revid: api@openerp.com-20121107131320-854kmobh0vno3osb

11 years ago[FIX] Restore tests
Fabien Meghazi [Wed, 7 Nov 2012 13:12:12 +0000 (14:12 +0100)]
[FIX] Restore tests

bzr revid: fme@openerp.com-20121107131212-dk2i6kzvkp4jwrb3

11 years ago[ADD]Comments in the scheduler of reccuring costs, remove useless try catch, fix...
Denis Ledoux dle@openerp.com [Wed, 7 Nov 2012 13:11:44 +0000 (14:11 +0100)]
[ADD]Comments in the scheduler of reccuring costs, remove useless try catch, fix vehicle message_post in def write

bzr revid: dle@openerp.com-20121107131144-irs5haw31k4kwqfy

11 years ago[REFACTOR]some change in run_scheduler and working renew contract button
Cedric Snauwaert [Wed, 7 Nov 2012 11:23:55 +0000 (12:23 +0100)]
[REFACTOR]some change in run_scheduler and working renew contract button

bzr revid: csn@openerp.com-20121107112355-vdy56hilzqj1gx4v

11 years ago[FIX] BinaryImage field triggers render_value() two times on file change
Fabien Meghazi [Wed, 7 Nov 2012 11:12:47 +0000 (12:12 +0100)]
[FIX] BinaryImage field triggers render_value() two times on file change

bzr revid: fme@openerp.com-20121107111247-ge1oi0oxbr7k5dhf

11 years ago[MERGE] staging branch with new version of lunch module, made by api
Quentin (OpenERP) [Wed, 7 Nov 2012 11:10:43 +0000 (12:10 +0100)]
[MERGE] staging branch with new version of lunch module, made by api

bzr revid: qdp-launchpad@openerp.com-20121107111043-hoxenf5bsl0dmxfl

11 years ago[REFACTOR]some changes in code that takes into account most of quentin commentaries
Cedric Snauwaert [Wed, 7 Nov 2012 11:07:57 +0000 (12:07 +0100)]
[REFACTOR]some changes in code that takes into account most of quentin commentaries

bzr revid: csn@openerp.com-20121107110757-6ckwqydzg2na0mpk

11 years ago[FIX] Issue with py.eval if no options passed.
vta vta@openerp.com [Wed, 7 Nov 2012 10:49:33 +0000 (11:49 +0100)]
[FIX] Issue with py.eval if no options passed.

bzr revid: vta@openerp.com-20121107104933-a60t27t1hjyu368f

11 years ago[REN] lunch: renamed security/groups.xml to meet OpenERP standards and conventions
Quentin (OpenERP) [Wed, 7 Nov 2012 10:43:48 +0000 (11:43 +0100)]
[REN] lunch: renamed security/groups.xml to meet OpenERP standards and conventions

bzr revid: qdp-launchpad@openerp.com-20121107104348-9xkt13jmscamgy34

11 years ago[IMP] Now the Many2OneButton accepts an option (label) containing a dict to set the...
vta vta@openerp.com [Wed, 7 Nov 2012 10:34:26 +0000 (11:34 +0100)]
[IMP] Now the Many2OneButton accepts an option (label) containing a dict to set the string displayed in the button ({'create':String, 'edit':String}). If no label, the string is empty.

bzr revid: vta@openerp.com-20121107103426-u6dfd1vcfu8fwap3

11 years ago[MERGE] trunk
Fabien Meghazi [Wed, 7 Nov 2012 09:19:58 +0000 (10:19 +0100)]
[MERGE] trunk

bzr revid: fme@openerp.com-20121107091958-f3rqu7nc585umjwq

11 years ago[FIX] marketing_campaign : Create a new campaign, do not save, directly add an activi...
Divyesh Makwana (Open ERP) [Wed, 7 Nov 2012 09:18:55 +0000 (14:48 +0530)]
[FIX] marketing_campaign : Create a new campaign, do not save, directly add an activity line and then save. It gives warning 'The following fields are invalid:  *Campaign'.

bzr revid: mdi@tinyerp.com-20121107091855-zvrv96n9hi7t3vrx

11 years ago[MERGE] trunk
Fabien Meghazi [Wed, 7 Nov 2012 09:10:47 +0000 (10:10 +0100)]
[MERGE] trunk

bzr revid: fme@openerp.com-20121107091047-uehws6qa3ouaa4fs

11 years ago[IMP] Make the popup accessible.
vta vta@openerp.com [Wed, 7 Nov 2012 08:17:38 +0000 (09:17 +0100)]
[IMP] Make the popup accessible.

bzr revid: vta@openerp.com-20121107081738-kortakwtjj7s9k80

11 years ago[IMP] changed instances of USD to EUR in tooltips
Bharat Devnani (OpenERP) [Wed, 7 Nov 2012 07:05:15 +0000 (12:35 +0530)]
[IMP] changed instances of USD to EUR in tooltips

bzr revid: bde@tinyerp.com-20121107070515-3d1t4u5fwe1n1vf1

11 years ago[FIX]: fix validation problem
Atul Patel (OpenERP) [Wed, 7 Nov 2012 06:11:52 +0000 (11:41 +0530)]
[FIX]: fix validation problem

bzr revid: atp@tinyerp.com-20121107061152-ch2ti57eezbw2xo8

11 years ago[FIX]: Fix condition for validate holidays
Atul Patel (OpenERP) [Wed, 7 Nov 2012 05:53:10 +0000 (11:23 +0530)]
[FIX]: Fix condition for validate holidays

bzr revid: atp@tinyerp.com-20121107055310-2t4j7ftz7ax4ci92

11 years ago[Merge] Merge with main addons.
Divyesh Makwana (Open ERP) [Wed, 7 Nov 2012 04:56:04 +0000 (10:26 +0530)]
[Merge] Merge with main addons.

bzr revid: mdi@tinyerp.com-20121107045604-ma5idzleddxdj3n8

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 7 Nov 2012 04:55:49 +0000 (04:55 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121107043841-l0evnkldw3r700x5
bzr revid: launchpad_translations_on_behalf_of_openerp-20121107045549-xo24icru3zmufl8e

11 years ago[Merge] Merge with main addons.
Divyesh Makwana (Open ERP) [Wed, 7 Nov 2012 04:54:56 +0000 (10:24 +0530)]
[Merge] Merge with main addons.

bzr revid: mdi@tinyerp.com-20121107045456-bivsm2sgw1md33ht

11 years ago[MERGE]: Merged with lp:openobject-addons
Atul Patel (OpenERP) [Wed, 7 Nov 2012 04:39:32 +0000 (10:09 +0530)]
[MERGE]: Merged with lp:openobject-addons

bzr revid: atp@tinyerp.com-20121107043932-idazuoqwrhgha1xw

11 years ago[IMP] improve experience on for openerp developers on windows, notes in setup.py...
Antony Lesuisse [Wed, 7 Nov 2012 01:57:08 +0000 (02:57 +0100)]
[IMP] improve experience on for openerp developers on windows, notes in setup.py and fix some imports

bzr revid: al@openerp.com-20121107015708-o9l893ll9f32wjcy

11 years ago[IMP] CSS small improvement
Fabien Pinckaers [Tue, 6 Nov 2012 23:05:28 +0000 (00:05 +0100)]
[IMP] CSS small improvement

bzr revid: fp@openerp.com-20121106230528-1rq72g0n0okde870