odoo/odoo.git
12 years ago[FIX] crm: Convert Mass opportunity from wizard where opportunity have no assigned...
ron@tinyerp.com [Fri, 25 Nov 2011 05:09:51 +0000 (10:39 +0530)]
[FIX] crm: Convert Mass opportunity from wizard where opportunity have no assigned partner

bzr revid: ron@tinyerp.com-20111125050951-36vc64ja6jvbfo1t

12 years ago[MERGE] Merged with lp:addons
ron@tinyerp.com [Fri, 25 Nov 2011 04:40:20 +0000 (10:10 +0530)]
[MERGE] Merged with lp:addons

bzr revid: ron@tinyerp.com-20111125044020-68ej7soko8u5q463

12 years ago[IMP] Renamed kanban icons (lead-stage-*)
Fabien Meghazi [Thu, 24 Nov 2011 22:50:09 +0000 (23:50 +0100)]
[IMP] Renamed kanban icons (lead-stage-*)

bzr revid: fme@openerp.com-20111124225009-m7hqz1fsl5zy6a3d

12 years ago[MOV] Renamed kanban icons
Fabien Meghazi [Thu, 24 Nov 2011 22:48:46 +0000 (23:48 +0100)]
[MOV] Renamed kanban icons

bzr revid: fme@openerp.com-20111124224846-p9jemyvflppdn507

12 years ago[FIX] Fix project.task kanban view time buttons
Fabien Meghazi [Thu, 24 Nov 2011 22:18:37 +0000 (23:18 +0100)]
[FIX] Fix project.task kanban view time buttons

bzr revid: fme@openerp.com-20111124221837-iknvuhjq7qmr6120

12 years ago[IMP] Use kanban_button for pad_project's 'pad' icon.
Fabien Meghazi [Thu, 24 Nov 2011 21:42:51 +0000 (22:42 +0100)]
[IMP] Use kanban_button for pad_project's 'pad' icon.

[REM] Removed pad-icon from pad module

bzr revid: fme@openerp.com-20111124214251-t98bl8n6qq6ohsge

12 years ago[IMP] Improved project.task kanban view
Fabien Meghazi [Thu, 24 Nov 2011 21:39:08 +0000 (22:39 +0100)]
[IMP] Improved project.task kanban view

bzr revid: fme@openerp.com-20111124213908-3fku2xkd8k0m73yg

12 years ago[IMP] Display color number in kanban's color picker in debug mode
Fabien Meghazi [Thu, 24 Nov 2011 21:06:00 +0000 (22:06 +0100)]
[IMP] Display color number in kanban's color picker in debug mode

bzr revid: fme@openerp.com-20111124210600-z7h54ns6hj6nbtk2

12 years ago[ADD] Add __debug__ key to qweb default dict
Fabien Meghazi [Thu, 24 Nov 2011 20:58:51 +0000 (21:58 +0100)]
[ADD] Add __debug__ key to qweb default dict

bzr revid: fme@openerp.com-20111124205851-cgbwmuk8hgi1dcla

12 years ago[IMP] Make kanban_button follow kanban color scheme
Fabien Meghazi [Thu, 24 Nov 2011 20:36:13 +0000 (21:36 +0100)]
[IMP] Make kanban_button follow kanban color scheme

bzr revid: fme@openerp.com-20111124203613-v9zomjsth4k2c126

12 years ago[IMP] account: minor improvement in yaml test messages
Olivier Dony [Thu, 24 Nov 2011 17:40:17 +0000 (18:40 +0100)]
[IMP] account: minor improvement in yaml test messages

bzr revid: odo@openerp.com-20111124174017-p0v9fqcp3l3snsvk

12 years ago[MERGE] Missing modelines, requested and provided by Lionel Sausin (Numerigraphe)
Olivier Dony [Thu, 24 Nov 2011 16:15:21 +0000 (17:15 +0100)]
[MERGE] Missing modelines, requested and provided by Lionel Sausin (Numerigraphe)

bzr revid: odo@openerp.com-20111124161521-512vn56w3c4e303c

12 years ago[FIX] add wrapper element around kanban group titles
Xavier Morel [Thu, 24 Nov 2011 16:00:43 +0000 (17:00 +0100)]
[FIX] add wrapper element around kanban group titles

Behavior of position: relative is undefined on all table elements,
Webkit choses to interpret it whereas Firefox decides to ignore it.

There is a position:relative on the group title (to position the title
text), and because it's ignored in Firefox the titles position
themselves relative to the application frame itself. By adding a
wrapper element within the table cell and moving the relevant class
onto it, the position:relative becomes "correct" (specified behavior)
and taken in account by everybody, positioning the title correctly in
Gecko-base browsers.

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

bzr revid: xmo@openerp.com-20111124160043-sfwbrhu04jirypcm

12 years ago[MERGE] Missing modelines, requested and provided by Lionel Sausin (Numerigraphe)
Olivier Dony [Thu, 24 Nov 2011 15:50:58 +0000 (16:50 +0100)]
[MERGE] Missing modelines, requested and provided by Lionel Sausin (Numerigraphe)

bzr revid: odo@openerp.com-20111124155058-le9vg75rik4pl0xa

12 years ago[FIX] keyword args are not supported by the model RPC proxies lib, switch search...
Xavier Morel [Thu, 24 Nov 2011 15:46:01 +0000 (16:46 +0100)]
[FIX] keyword args are not supported by the model RPC proxies lib, switch search() call to *args long form

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

bzr revid: xmo@openerp.com-20111124154601-h7zqxub2n5y8z7nv

12 years ago[MERGE] YAML: Support m2o None value, courtesy of Dmitrijs Ledkovs (credativ)
Olivier Dony [Thu, 24 Nov 2011 15:32:33 +0000 (16:32 +0100)]
[MERGE] YAML: Support m2o None value, courtesy of Dmitrijs Ledkovs (credativ)

bzr revid: odo@openerp.com-20111124153233-4vpb6k1c3ksllsfd

12 years ago[FIX] Fix kanban button css padding
Fabien Meghazi [Thu, 24 Nov 2011 15:31:48 +0000 (16:31 +0100)]
[FIX] Fix kanban button css padding

bzr revid: fme@openerp.com-20111124153148-n0kne1bpll45nhcr

12 years ago[ADD] Added css for inline kanban button
Fabien Meghazi [Thu, 24 Nov 2011 15:26:50 +0000 (16:26 +0100)]
[ADD] Added css for inline kanban button

bzr revid: fme@openerp.com-20111124152650-xh5n4rikmu35n4m4

12 years ago[FIX] Do not alter field.selection in SelectionField. Clone the array instead.
Fabien Meghazi [Thu, 24 Nov 2011 13:46:27 +0000 (14:46 +0100)]
[FIX] Do not alter field.selection in SelectionField. Clone the array instead.

Revert #1550: debug information should not be altered.

bzr revid: fme@openerp.com-20111124134627-mx3k2s22naht07go

12 years ago[FIX] list of options in debug tooltip of selection fields
Xavier Morel [Thu, 24 Nov 2011 12:39:40 +0000 (13:39 +0100)]
[FIX] list of options in debug tooltip of selection fields

bzr revid: xmo@openerp.com-20111124123940-3899y6lw74uttedx

12 years ago[ADD] Add a tip to the board "Configuration Overview"
Fabien Meghazi [Thu, 24 Nov 2011 11:49:23 +0000 (12:49 +0100)]
[ADD] Add a tip to the board "Configuration Overview"

bzr revid: fme@openerp.com-20111124114923-ozvhek1294ijnq8g

12 years ago[imp] improvements to the process view
niv-openerp [Thu, 24 Nov 2011 11:38:16 +0000 (17:08 +0530)]
[imp] improvements to the process view

bzr revid: nicolas.vanhoren@openerp.com-20111124113816-v3l0ji146ex9s83p

12 years ago[IMP] crm: Changed Assignation Tab after lead instead of last
ron@tinyerp.com [Thu, 24 Nov 2011 11:37:56 +0000 (17:07 +0530)]
[IMP] crm: Changed Assignation Tab after lead instead of last

bzr revid: ron@tinyerp.com-20111124113756-gurnga1rz9dzcuxl

12 years ago[IMP] Change phrase for an item of Configuration Overview board
Fabien Meghazi [Thu, 24 Nov 2011 11:19:00 +0000 (12:19 +0100)]
[IMP] Change phrase for an item of Configuration Overview board

bzr revid: fme@openerp.com-20111124111900-mhfqepuvxh44p3jy

12 years ago[IMP] crm: Click on forward to opprtunity by user, used allocate_salesman instead...
ron@tinyerp.com [Thu, 24 Nov 2011 10:43:14 +0000 (16:13 +0530)]
[IMP] crm: Click on forward to opprtunity by user, used allocate_salesman instead of assign_salesman

bzr revid: ron@tinyerp.com-20111124104314-yq5005rol2alnrj9

12 years ago[FIX] default search values set on m2o field contexts were not propagated to the...
Xavier Morel [Thu, 24 Nov 2011 10:43:05 +0000 (11:43 +0100)]
[FIX] default search values set on m2o field contexts were not propagated to the m2o search dialog

on selecting 'search more' in autocompletion or 'search' from icon menu

bzr revid: xmo@openerp.com-20111124104305-kfr33cqcq5uuvzye

12 years ago[IMP] use switch/case for sequence of equalities on literal strings
Xavier Morel [Thu, 24 Nov 2011 10:13:52 +0000 (11:13 +0100)]
[IMP] use switch/case for sequence of equalities on literal strings

bzr revid: xmo@openerp.com-20111124101352-xo48bd8mrfsmbm4b

12 years ago[FIX] Fixed the Accounting module icon size in the module installer
Minh Tran [Thu, 24 Nov 2011 10:33:37 +0000 (11:33 +0100)]
[FIX] Fixed the Accounting module icon size in the module installer

bzr revid: mit@openerp.com-20111124103337-b8d91r9p2exhi2u2

12 years ago[FIX] Fixed the missing Accounting module icon in the dashboard installer
Minh Tran [Thu, 24 Nov 2011 09:40:43 +0000 (10:40 +0100)]
[FIX] Fixed the missing Accounting module icon in the dashboard installer

bzr revid: mit@openerp.com-20111124094043-j12ek36uwe5m049n

12 years ago[MERGE] Updated l10n_it, courtesy of Lorenzo Battistini and Associazione OpenERP...
Olivier Dony [Thu, 24 Nov 2011 09:17:05 +0000 (10:17 +0100)]
[MERGE] Updated l10n_it, courtesy of Lorenzo Battistini and Associazione OpenERP Italia

bzr revid: odo@openerp.com-20111124091705-u3szfyamsm8ko4e7

12 years agosearch_defaults move inside anonymous function and declare variable with var
Tejas (OpenERP) [Thu, 24 Nov 2011 05:55:21 +0000 (11:25 +0530)]
search_defaults move inside anonymous function and declare variable with var

bzr revid: tta@openerp.com-20111124055521-1il265hvfdvfihx1

12 years ago[MERGE] Merged with lp:addons
ron@tinyerp.com [Thu, 24 Nov 2011 05:44:53 +0000 (11:14 +0530)]
[MERGE] Merged with lp:addons

bzr revid: ron@tinyerp.com-20111124054453-1ccwck991gpfaphi

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 24 Nov 2011 05:00:24 +0000 (05:00 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20111124050024-l177fvd74sfeje77

12 years ago[FIX] Use domain & context string repr when saving dashboards
Fabien Meghazi [Wed, 23 Nov 2011 23:06:19 +0000 (00:06 +0100)]
[FIX] Use domain & context string repr when saving dashboards

bzr revid: fme@openerp.com-20111123230619-culvfzkgpeo9x99p

12 years ago[ADD] Add confirmation on dashboard item deletion
Fabien Meghazi [Wed, 23 Nov 2011 22:56:54 +0000 (23:56 +0100)]
[ADD] Add confirmation on dashboard item deletion

bzr revid: fme@openerp.com-20111123225654-5x6igeau2xp3rbc2

12 years ago[REM] Removed Add Widget from dashboard
Fabien Meghazi [Wed, 23 Nov 2011 22:50:44 +0000 (23:50 +0100)]
[REM] Removed Add Widget from dashboard

bzr revid: fme@openerp.com-20111123225044-30nu2tchsvfatqtc

12 years ago[REM] Remove add widget from dashboard
Fabien Meghazi [Wed, 23 Nov 2011 22:50:03 +0000 (23:50 +0100)]
[REM] Remove add widget from dashboard

bzr revid: fme@openerp.com-20111123225003-6o0h3jh21s8r9uwu

12 years ago[REM] Removed action rename code in dashboard
Fabien Meghazi [Wed, 23 Nov 2011 22:03:17 +0000 (23:03 +0100)]
[REM] Removed action rename code in dashboard

bzr revid: fme@openerp.com-20111123220317-8wc7kha3tqdvc2ve

12 years ago[ADD] Added possibility to add actions to dashboards from searchviews filters
Fabien Meghazi [Wed, 23 Nov 2011 21:53:56 +0000 (22:53 +0100)]
[ADD] Added possibility to add actions to dashboards from searchviews filters

bzr revid: fme@openerp.com-20111123215356-wspyu61u6ad1vois

12 years ago[IMP] no config wizard, launched automatically for l10n_be
Fabien Pinckaers [Wed, 23 Nov 2011 15:02:21 +0000 (16:02 +0100)]
[IMP] no config wizard, launched automatically for l10n_be
[FIX] no need to translate YML tests -> warning removed

bzr revid: fp@tinyerp.com-20111123150221-ii87xb09ymq82mmb

12 years ago[FIX] condition for displaying open/close arrow of tree views
Xavier Morel [Wed, 23 Nov 2011 14:28:20 +0000 (15:28 +0100)]
[FIX] condition for displaying open/close arrow of tree views

failed to display it in the BOM structure screen even on nodes with children

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

bzr revid: xmo@openerp.com-20111123142820-5o7wx3rqd5r18lgk

12 years ago[IMP] Removed the wizard to install chart of accounts -> install automatically
Fabien Pinckaers [Wed, 23 Nov 2011 14:16:16 +0000 (15:16 +0100)]
[IMP] Removed the wizard to install chart of accounts -> install automatically

If installation from SaaS, we know the country of the main company so that we
can install the chart of account by default if it exists for this country. If
not from SaaS, you get the wizard like before.

bzr revid: fp@tinyerp.com-20111123141616-jrz846u7hd3rubbc

12 years ago[IMP] better tax code sign
eLBati [Wed, 23 Nov 2011 13:59:56 +0000 (14:59 +0100)]
[IMP] better tax code sign

bzr revid: lorenzo.battistini@agilebg.com-20111123135956-e3otahmhpruma1tq

12 years ago[IMP] read_group: pass superuser uid to group_by_full methods to avoid access right...
Olivier Dony [Wed, 23 Nov 2011 13:33:12 +0000 (14:33 +0100)]
[IMP] read_group: pass superuser uid to group_by_full methods to avoid access right issues

This helps avoid access right issues in restricted
contexts, such as embedded web client, or shared
access (via portal or share wizard).

bzr revid: odo@openerp.com-20111123133312-a4ywnivnex97xtk2

12 years ago[IMP] crm,project,hr: fix group_by_full implementation to respect access_right_uid
Olivier Dony [Wed, 23 Nov 2011 13:31:32 +0000 (14:31 +0100)]
[IMP] crm,project,hr: fix group_by_full implementation to respect access_right_uid

This helps avoid access right issues in restricted
contexts, such as embedded web client, or shared
access (via portal or share wizard).

bzr revid: odo@openerp.com-20111123133132-22g2mqzupuysbyqq

12 years ago[IMP] crm_claim: put active_id field on crm.claim model
ron@tinyerp.com [Wed, 23 Nov 2011 13:24:10 +0000 (18:54 +0530)]
[IMP] crm_claim: put active_id field on crm.claim model

bzr revid: ron@tinyerp.com-20111123132410-fucil8261sijpvtq

12 years ago[FIX] docstring
Xavier Morel [Wed, 23 Nov 2011 12:29:57 +0000 (13:29 +0100)]
[FIX] docstring

bzr revid: xmo@openerp.com-20111123122957-416z2p458wpw7nic

12 years ago[IMP] crm, crm_partner_assign: checked spelling and put email_from to send email...
ron@tinyerp.com [Wed, 23 Nov 2011 11:44:59 +0000 (17:14 +0530)]
[IMP] crm, crm_partner_assign: checked spelling and put email_from to send email on ymls

bzr revid: ron@tinyerp.com-20111123114459-brutsthu72xoexnl

12 years ago[FIX]fix issue of bug 877995.
Vidhin Mehta (OpenERP) [Wed, 23 Nov 2011 11:05:18 +0000 (16:35 +0530)]
[FIX]fix issue of bug 877995.

bzr revid: vme@tinyerp.com-20111123110518-vh6ep8bf32ym26sq

12 years ago[FIX] crm: click on forword button to forword its partner
ron@tinyerp.com [Wed, 23 Nov 2011 10:53:53 +0000 (16:23 +0530)]
[FIX] crm: click on forword button to forword its partner

bzr revid: ron@tinyerp.com-20111123105353-ctejxeua56nzmu7s

12 years ago[IMP] crm: checked spelling
ron@tinyerp.com [Wed, 23 Nov 2011 10:50:06 +0000 (16:20 +0530)]
[IMP] crm: checked spelling

bzr revid: ron@tinyerp.com-20111123105006-99y9fy7lp19t2lzm

12 years ago[IMP] crm_partner_assign: put file on __openerp.py
ron@tinyerp.com [Wed, 23 Nov 2011 10:46:42 +0000 (16:16 +0530)]
[IMP] crm_partner_assign: put file on __openerp.py

bzr revid: ron@tinyerp.com-20111123104642-ch2kkvb6hq86scwc

12 years ago[tta] use rpc to get right context, search with right contexts
Tejas (OpenERP) [Wed, 23 Nov 2011 10:30:00 +0000 (16:00 +0530)]
[tta] use rpc to get right context, search with right contexts

bzr revid: tta@openerp.com-20111123103000-vf6zrj1lzgrm6gbo

12 years ago[IMP] homepage cleanup
Antony Lesuisse [Wed, 23 Nov 2011 10:29:13 +0000 (15:59 +0530)]
[IMP] homepage cleanup

bzr revid: al@openerp.com-20111123102913-t9xv70l8k4anv62m

12 years ago[IMP] crm, crm_claim: Put #comment created data for onchange event because its need...
ron@tinyerp.com [Wed, 23 Nov 2011 10:08:13 +0000 (15:38 +0530)]
[IMP] crm, crm_claim: Put #comment created data for onchange event because its need to check when installed crm_partner_assign

bzr revid: ron@tinyerp.com-20111123100813-mjeu1dian4cob0bc

12 years ago[imp] according to al's request, added Neko
niv-openerp [Wed, 23 Nov 2011 10:05:42 +0000 (15:35 +0530)]
[imp] according to al's request, added Neko

bzr revid: nicolas.vanhoren@openerp.com-20111123100542-s3hc8gk67u8cpkdd

12 years ago[merge] improvements to view editor
niv-openerp [Wed, 23 Nov 2011 10:04:52 +0000 (15:34 +0530)]
[merge] improvements to view editor

bzr revid: nicolas.vanhoren@openerp.com-20111123100452-4gi9wh2dbvq68i9a

12 years ago[IMP] crm_partner_assign: Renamed file onchange_event.yml to partner_assign_demo.yml
ron@tinyerp.com [Wed, 23 Nov 2011 10:01:32 +0000 (15:31 +0530)]
[IMP] crm_partner_assign: Renamed file onchange_event.yml to partner_assign_demo.yml

bzr revid: ron@tinyerp.com-20111123100132-czrxhsx7sfzy5pcj

12 years ago[IMP] crm_claim: Created record on yml instead of calling onchange_event manually...
ron@tinyerp.com [Wed, 23 Nov 2011 09:54:16 +0000 (15:24 +0530)]
[IMP] crm_claim: Created record on yml instead of calling onchange_event manually and renamed onchange_event.yml to claim_demo.yml

bzr revid: ron@tinyerp.com-20111123095416-2655ypsaymzqbr61

12 years ago[FIX] correctly refresh application tiles after installing an application from the...
Xavier Morel [Wed, 23 Nov 2011 09:52:32 +0000 (10:52 +0100)]
[FIX] correctly refresh application tiles after installing an application from the first display

Now displays the 'link' tiles after installation finishes

bzr revid: xmo@openerp.com-20111123095232-t4vhfmchm3tlui8r

12 years ago[FIX] if necessary, add padding when rendering a given row in an editable list.
Xavier Morel [Wed, 23 Nov 2011 09:33:13 +0000 (10:33 +0100)]
[FIX] if necessary, add padding when rendering a given row in an editable list.

otherwise there are columns missing, and the list looks broken

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

bzr revid: xmo@openerp.com-20111123093313-8qair3pai8ms4ch7

12 years ago[REN] crm: Renamed demo_data to crm_demo.yml
ron@tinyerp.com [Wed, 23 Nov 2011 09:33:08 +0000 (15:03 +0530)]
[REN] crm: Renamed demo_data to crm_demo.yml

bzr revid: ron@tinyerp.com-20111123093308-w1j5lq0t7qy9w9cl

12 years ago[FIX] crm: Traceback generated when converting opportunity from Scheduled Calls
ron@tinyerp.com [Wed, 23 Nov 2011 09:13:14 +0000 (14:43 +0530)]
[FIX] crm: Traceback generated when converting opportunity from Scheduled Calls

bzr revid: ron@tinyerp.com-20111123091314-9remtt8bw59iki98

12 years ago[FIX] crm: When converting lead to opportunity , with No link to partner Its generate...
ron@tinyerp.com [Wed, 23 Nov 2011 07:20:20 +0000 (12:50 +0530)]
[FIX] crm: When converting lead to opportunity , with No link to partner Its generate traceback

bzr revid: ron@tinyerp.com-20111123072020-8esmtpmwkdtdmasa

12 years ago[FIX] project data, plugin document_get
Antony Lesuisse [Wed, 23 Nov 2011 07:16:51 +0000 (12:46 +0530)]
[FIX] project data, plugin document_get

bzr revid: al@openerp.com-20111123071651-0frq669h3f9cm7tu

12 years ago[FIX] crm: Put action_cancel method for closing wizard of schedule call to opportunity
ron@tinyerp.com [Wed, 23 Nov 2011 06:55:01 +0000 (12:25 +0530)]
[FIX] crm: Put action_cancel method for closing wizard of schedule call to opportunity

bzr revid: ron@tinyerp.com-20111123065501-l6pj4oymx21qx7f2

12 years ago[IMP] crm: Create partner form lead section_id not set in partner
ron@tinyerp.com [Wed, 23 Nov 2011 06:42:38 +0000 (12:12 +0530)]
[IMP] crm: Create partner form lead section_id not set in partner

bzr revid: ron@tinyerp.com-20111123064238-c1m2xl7nluthnpdn

12 years ago[FIX] crm_claim: Convert into Opportunities from phonecall , we gave phonecall_id...
ron@tinyerp.com [Wed, 23 Nov 2011 06:28:13 +0000 (11:58 +0530)]
[FIX] crm_claim: Convert into Opportunities from phonecall , we gave phonecall_id to lead, but model havenot phonecall_id

bzr revid: ron@tinyerp.com-20111123062813-a7y1emyl6oi1b7gt

12 years ago[FIX] crm_claim: Removed fields partner_mobile, active ,date_open field because thats...
ron@tinyerp.com [Wed, 23 Nov 2011 06:03:38 +0000 (11:33 +0530)]
[FIX] crm_claim: Removed fields partner_mobile, active ,date_open field because thats not in object model

bzr revid: ron@tinyerp.com-20111123060338-eekz5u4nnu1xa0ox

12 years ago[FIX] crm: Click on Ge Assing button Traceback generate , put comments created demo...
ron@tinyerp.com [Wed, 23 Nov 2011 05:43:47 +0000 (11:13 +0530)]
[FIX] crm: Click on Ge Assing button Traceback generate , put comments created demo data of crm_lead for onchange event

bzr revid: ron@tinyerp.com-20111123054347-0mo8pkly1857beff

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 23 Nov 2011 05:20:40 +0000 (05:20 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20111123052040-4xefzzelid9by7v2

12 years ago[MERGE]Merge trunk upto revision 1531.
Kunal Chavda (OpenERP) [Wed, 23 Nov 2011 05:15:03 +0000 (10:45 +0530)]
[MERGE]Merge trunk upto revision 1531.

bzr revid: kch@tinyerp.com-20111123051503-6lxe3pt4une7xrjz

12 years ago[MERGE] hr: addition of fr_CH.po, courtesy of Bogdan Stanciu
Olivier Dony [Tue, 22 Nov 2011 18:04:59 +0000 (19:04 +0100)]
[MERGE] hr: addition of fr_CH.po, courtesy of Bogdan Stanciu

bzr revid: odo@openerp.com-20111122180459-64z212y8tn2jlh92

12 years ago[MERGE] Fix branch history for res_bank*, courtesy of Numerigraphe
Olivier Dony [Tue, 22 Nov 2011 15:15:36 +0000 (16:15 +0100)]
[MERGE] Fix branch history for res_bank*, courtesy of Numerigraphe

This looks like an addition and a removal of a file,
but it actually removes a file with a broken history,
and restores a new file with the full history, including
the partial history of the removed file.
The net result is a file with an almost correct history.

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

bzr revid: odo@openerp.com-20111122151536-90zdagyao6igbm7t

12 years ago[MERGE] sync with latest trunk
Olivier Dony [Tue, 22 Nov 2011 14:55:57 +0000 (15:55 +0100)]
[MERGE] sync with latest trunk

bzr revid: odo@openerp.com-20111122145557-z67fp3trhh1lq2wc

12 years ago[MERGE] Cleaning of the empty dict kwargs (replaced by None).
Vo Minh Thu [Tue, 22 Nov 2011 14:55:40 +0000 (15:55 +0100)]
[MERGE] Cleaning of the empty dict kwargs (replaced by None).

bzr revid: odo@openerp.com-20111122145540-f6fh85w05jdcx89t

12 years ago[MERGE] new ORM method for converting o2m commands sequences to record dicts, useful...
Olivier Dony [Tue, 22 Nov 2011 14:54:26 +0000 (15:54 +0100)]
[MERGE] new ORM method for converting o2m commands sequences to record dicts, useful for addons (by Xavier Morel)

bzr revid: odo@openerp.com-20111122145204-e9oq16xtgyecbwc4
bzr revid: odo@openerp.com-20111122145335-2kj4or4hn0lbhv26
bzr revid: odo@openerp.com-20111122145426-v40ink5agxryv577

12 years ago[IMP] if no address value is provided for res.partner.bank default_get context, try...
Xavier Morel [Tue, 22 Nov 2011 14:49:11 +0000 (15:49 +0100)]
[IMP] if no address value is provided for res.partner.bank default_get context, try to read the address from its id

the web client currently does not send all record data when an o2m is used as a context value, it only sends the ids
(at least when the o2m records have not been locally modified)

bzr revid: odo@openerp.com-20111122144911-bfafm1ujl7r1q1zw

12 years ago[IMP] renames in base/res
Antony Lesuisse [Tue, 22 Nov 2011 14:45:12 +0000 (15:45 +0100)]
[IMP] renames in base/res

bzr revid: odo@openerp.com-20111122144512-8yso5930yj5j2gqg

12 years agocompat
fp [Tue, 22 Nov 2011 14:39:10 +0000 (15:39 +0100)]
compat

bzr revid: odo@openerp.com-20111122143910-fe8ha5ke50q170lz

12 years ago[FIX] extend size of statusbar widget by 1 if we're removing the label from it
Xavier Morel [Tue, 22 Nov 2011 14:35:54 +0000 (15:35 +0100)]
[FIX] extend size of statusbar widget by 1 if we're removing the label from it

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

bzr revid: xmo@openerp.com-20111122143554-p1j1v8b1652djc58

12 years ago[IMP] bank account management reviewed, improved groups name
fp [Tue, 22 Nov 2011 14:31:57 +0000 (15:31 +0100)]
[IMP] bank account management reviewed, improved groups name

bzr revid: odo@openerp.com-20111122143157-8yheos4427fv70us

12 years ago[imp] converted gantt view in project to new specification
niv-openerp [Tue, 22 Nov 2011 14:19:48 +0000 (19:49 +0530)]
[imp] converted gantt view in project to new specification

bzr revid: nicolas.vanhoren@openerp.com-20111122141948-krfc5lg7yrdk279n

12 years ago[imp] added new property in gantt view
niv-openerp [Tue, 22 Nov 2011 14:13:14 +0000 (19:43 +0530)]
[imp] added new property in gantt view

bzr revid: nicolas.vanhoren@openerp.com-20111122141314-e8dqyq9m28qvekau

12 years ago[FIX] crm: Clicked on forword button for lead forward to its partner, Its gave traceback
ron@tinyerp.com [Tue, 22 Nov 2011 13:27:15 +0000 (18:57 +0530)]
[FIX] crm: Clicked on forword button for lead forward to its partner, Its gave traceback

bzr revid: ron@tinyerp.com-20111122132715-hiqd32vdckfxdqg1

12 years ago[FIX] board.board: read access for everyone, full for admins
Olivier Dony [Tue, 22 Nov 2011 13:18:18 +0000 (14:18 +0100)]
[FIX] board.board: read access for everyone, full for admins

Also dropped the useless duplicate access rights on
res.log.report, and changed to read-only as it is
a postgres view, obviously read-only.

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

bzr revid: odo@openerp.com-20111122131818-uvkq39xagwixf1ya

12 years ago[FIX] ir.ui.view.custom: fix access rights and rules
Olivier Dony [Tue, 22 Nov 2011 13:11:10 +0000 (14:11 +0100)]
[FIX] ir.ui.view.custom: fix access rights and rules

Anyone should have full access to their own
ir.ui.view.custom records, as this is the way
to customize dashboards. This is done with
full access for everybody + an access rule
that only grants this access on your own
records.

bzr revid: odo@openerp.com-20111122131110-awawg4dhgsxb6xrc

12 years ago[FIX] crm: After installing crm_partner_assign, Traceback generated when opening...
ron@tinyerp.com [Tue, 22 Nov 2011 12:45:45 +0000 (18:15 +0530)]
[FIX] crm: After installing crm_partner_assign, Traceback generated when opening opporutnity menu because parent_id field removed from latest addons and another view depend on this field

bzr revid: ron@tinyerp.com-20111122124545-geqjeymbsj60i0n9

12 years ago[ADD] support for literal numbers in on_change specs
Xavier Morel [Tue, 22 Nov 2011 12:43:53 +0000 (13:43 +0100)]
[ADD] support for literal numbers in on_change specs

bzr revid: xmo@openerp.com-20111122124353-kfibt1cdvmy2pzp4

12 years ago[FIX] don't double-call on_session_valid when logging in
Xavier Morel [Tue, 22 Nov 2011 12:09:37 +0000 (13:09 +0100)]
[FIX] don't double-call on_session_valid when logging in

bzr revid: xmo@openerp.com-20111122120937-302onn00bu2drfui

12 years ago[FIX] account_voucher: fixed error in yamls due to new constraint added in revision...
Quentin (OpenERP) [Tue, 22 Nov 2011 11:51:33 +0000 (12:51 +0100)]
[FIX] account_voucher: fixed error in yamls due to new constraint added in revision 5763

bzr revid: qdp-launchpad@openerp.com-20111122115133-789x19p4af4qlvvz

12 years ago[IMP]Improved code for setting width and height of document to rendering process...
Kunal Chavda (OpenERP) [Tue, 22 Nov 2011 11:42:09 +0000 (17:12 +0530)]
[IMP]Improved code for setting width and height of document to rendering process graph.

bzr revid: kch@tinyerp.com-20111122114209-olyhazad8dff3s1z

12 years ago[FIX]Fixed code for showing process view icon on viewmanager.
Kunal Chavda (OpenERP) [Tue, 22 Nov 2011 11:34:20 +0000 (17:04 +0530)]
[FIX]Fixed code for showing process view icon on viewmanager.

bzr revid: kch@tinyerp.com-20111122113420-m5pme4wdkrfrrm19

12 years ago[MERGE]Merge trunk upto 1528 revision.
Kunal Chavda (OpenERP) [Tue, 22 Nov 2011 11:26:03 +0000 (16:56 +0530)]
[MERGE]Merge trunk upto 1528 revision.

bzr revid: kch@tinyerp.com-20111122112603-m6g8vg233695whlf

12 years ago[IMP] outlook function prototype for plugin
Antony Lesuisse [Tue, 22 Nov 2011 11:25:25 +0000 (16:55 +0530)]
[IMP] outlook function prototype for plugin

bzr revid: al@openerp.com-20111122112525-wf86e3q6tgb2mgas

12 years ago[IMP] implement add and remove node functionality in vieweditor.
Yogesh (OpenERP) [Tue, 22 Nov 2011 11:20:00 +0000 (16:50 +0530)]
[IMP] implement add and remove node functionality in vieweditor.

bzr revid: ysa@tinyerp.com-20111122112000-xqbd20hhpfjzocwx

12 years ago[FIX]fix issue of review.
Vidhin Mehta (OpenERP) [Tue, 22 Nov 2011 11:16:30 +0000 (16:46 +0530)]
[FIX]fix issue of review.

bzr revid: vme@tinyerp.com-20111122111630-i5nekbbyilt16mpr

12 years ago[FIX]Title should be change when going to subprocess.
vishmita [Tue, 22 Nov 2011 10:59:37 +0000 (16:29 +0530)]
[FIX]Title should be change when going to subprocess.

bzr revid: vja@vja-desktop-20111122105937-gi2zdinsmajtb53b

12 years ago[MERGE] plugin cleaning
tfr@openerp.com [Tue, 22 Nov 2011 10:56:38 +0000 (11:56 +0100)]
[MERGE] plugin cleaning

bzr revid: tfr@openerp.com-20111122105638-64pihhdc4j2cq0vq

12 years ago[CLEAN] remove print
tfr@openerp.com [Tue, 22 Nov 2011 10:52:02 +0000 (11:52 +0100)]
[CLEAN] remove print

bzr revid: tfr@openerp.com-20111122105202-13mhvor9gvo1nwpo