odoo/odoo.git
12 years ago[MERGE] latest trunk
Olivier Dony [Tue, 20 Dec 2011 23:57:17 +0000 (00:57 +0100)]
[MERGE] latest trunk

bzr revid: odo@openerp.com-20111220235717-845hp2z5g8yglw1w

12 years ago[IMP] float_utils: simplified code, added float_repr
Olivier Dony [Tue, 20 Dec 2011 23:47:40 +0000 (00:47 +0100)]
[IMP] float_utils: simplified code, added float_repr

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

bzr revid: odo@openerp.com-20111220234740-kotcgoz3opcbkx4b

12 years ago[FIX] fields.float: properly round when coercing to desired float precision
Olivier Dony [Tue, 20 Dec 2011 17:03:28 +0000 (18:03 +0100)]
[FIX] fields.float: properly round when coercing to desired float precision

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

bzr revid: odo@openerp.com-20111220170328-nvutckcxnitkcq9d

12 years ago[IMP] removed raise on name_create partner
Fabien Pinckaers [Tue, 20 Dec 2011 16:55:41 +0000 (17:55 +0100)]
[IMP] removed raise on name_create partner

bzr revid: fp@tinyerp.com-20111220165541-n7g5btjjv8asj2jx

12 years ago[FIX] config blacklist stop_after_init
Antony Lesuisse [Tue, 20 Dec 2011 16:45:54 +0000 (17:45 +0100)]
[FIX] config blacklist stop_after_init

bzr revid: al@openerp.com-20111220164554-ygdxgz6zpecf7geh

12 years ago[FIX] windows packaging: postgresql and the server are side-by-side.
Vo Minh Thu [Tue, 20 Dec 2011 16:42:29 +0000 (17:42 +0100)]
[FIX] windows packaging: postgresql and the server are side-by-side.

bzr revid: vmt@openerp.com-20111220164229-y8fkc6drtxuq3lbr

12 years ago[IMP] float_utils: fix HALF_UP rounding according to discussions on bug 882036
Olivier Dony [Tue, 20 Dec 2011 16:34:20 +0000 (17:34 +0100)]
[IMP] float_utils: fix HALF_UP rounding according to discussions on bug 882036

Also improved test and added warning logging when
crossing the precision limit due to too many
significant digits. There is apparently a limitation
in Python's float implementation for this.

bzr revid: odo@openerp.com-20111220163420-lz0sh1h0yjkh6jdc

12 years ago[FIX] plugin: correct generated url for documents
Christophe Simonis [Tue, 20 Dec 2011 16:25:06 +0000 (17:25 +0100)]
[FIX] plugin: correct generated url for documents

bzr revid: chs@openerp.com-20111220162506-001gf9whw9jhbl82

12 years ago[FIX] thunderbird plugin: update the opening url
Christophe Simonis [Tue, 20 Dec 2011 16:12:28 +0000 (17:12 +0100)]
[FIX] thunderbird plugin: update the opening url

bzr revid: chs@openerp.com-20111220161228-7nd4f10j284vw7wn

12 years ago[FIX] Deferred not resolve by default
Fabien Meghazi [Tue, 20 Dec 2011 15:56:43 +0000 (16:56 +0100)]
[FIX] Deferred not resolve by default

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

bzr revid: fme@openerp.com-20111220155643-j6sv2tdet1us7cy7

12 years ago[fix] problem with the name_get in a m2o
niv-openerp [Tue, 20 Dec 2011 15:41:45 +0000 (16:41 +0100)]
[fix] problem with the name_get in a m2o

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

bzr revid: nicolas.vanhoren@openerp.com-20111220154145-wcxb87dfpseitgvj

12 years ago[RIP] project_scrum: funeral of dead code
Raphael Collet [Tue, 20 Dec 2011 15:35:34 +0000 (16:35 +0100)]
[RIP] project_scrum: funeral of dead code

bzr revid: rco@openerp.com-20111220153534-spncthrr2ua3srr4

12 years ago[IMP] crm: remove suspicion of dead code
Raphael Collet [Tue, 20 Dec 2011 15:29:31 +0000 (16:29 +0100)]
[IMP] crm: remove suspicion of dead code

bzr revid: rco@openerp.com-20111220152931-0jrscthuq7c932iv

12 years ago[FIX] view node attributes should have precedence over field attributes for a field...
Xavier Morel [Tue, 20 Dec 2011 15:22:23 +0000 (16:22 +0100)]
[FIX] view node attributes should have precedence over field attributes for a field when they collide

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

bzr revid: xmo@openerp.com-20111220152223-vz7ibc1hjydohwk5

12 years ago[RIP] project, project_long_term: funeral of dead code
Raphael Collet [Tue, 20 Dec 2011 15:22:03 +0000 (16:22 +0100)]
[RIP] project, project_long_term: funeral of dead code

bzr revid: rco@openerp.com-20111220152203-5905whxgnx73ghpt

12 years ago[IMP] remove layerX and layerY from event properties copied by jquery, to avoid recen...
Xavier Morel [Tue, 20 Dec 2011 15:12:57 +0000 (16:12 +0100)]
[IMP] remove layerX and layerY from event properties copied by jquery, to avoid recent webkit warnings

bzr revid: xmo@openerp.com-20111220151257-opggu8cjdtbt3p12

12 years ago[FIX] read_group: NULL->False for grouped boolean fields
Olivier Dony [Tue, 20 Dec 2011 15:11:31 +0000 (16:11 +0100)]
[FIX] read_group: NULL->False for grouped boolean fields

We need to coalesce NULLs to False when grouping
boolean fields, otherwise we get duplicate groups
sharing the same rows.

bzr revid: odo@openerp.com-20111220151131-xir8dv7sdy9hbrfx

12 years ago[RIP] purchase: funeral of dead code
Raphael Collet [Tue, 20 Dec 2011 15:09:30 +0000 (16:09 +0100)]
[RIP] purchase: funeral of dead code

bzr revid: rco@openerp.com-20111220150930-a47t7pjccy0v80sy

12 years ago[FIX] share: correct login url + add action to embed url
Christophe Simonis [Tue, 20 Dec 2011 15:07:14 +0000 (16:07 +0100)]
[FIX] share: correct login url + add action to embed url

bzr revid: chs@openerp.com-20111220150714-dltvf2p1dedjo97h

12 years ago[ADD] specific url for direct login
Christophe Simonis [Tue, 20 Dec 2011 15:05:56 +0000 (16:05 +0100)]
[ADD] specific url for direct login

bzr revid: chs@openerp.com-20111220150556-ffcaeae94w195gmt

12 years ago[FIX] edi: replace name_create by create
Olivier Dony [Tue, 20 Dec 2011 14:41:31 +0000 (15:41 +0100)]
[FIX] edi: replace name_create by create

Now that res.partner does not allow name_create anymore
for usability reasons, we cannot depend on it, so we re-
implement it with create().

bzr revid: odo@openerp.com-20111220144131-1fbmx5vqckpofrkg

12 years ago[MERGE] pos: fixed bug 906726 : deleted pos_categ_id domain based on non-existing...
Thibault Delavallée [Tue, 20 Dec 2011 14:26:54 +0000 (15:26 +0100)]
[MERGE] pos: fixed bug 906726 : deleted pos_categ_id domain based on non-existing type field of pos.category

bzr revid: tde@openerp.com-20111220142654-lhuhjh7vw53rz3mm

12 years ago[IMP] res.partner: wording+todo for name_create()
Olivier Dony [Tue, 20 Dec 2011 14:12:04 +0000 (15:12 +0100)]
[IMP] res.partner: wording+todo for name_create()

bzr revid: odo@openerp.com-20111220141204-bypzd7gvi1maveuw

12 years ago[MERGE] resource: add yml tests
Raphael Collet [Tue, 20 Dec 2011 13:50:17 +0000 (14:50 +0100)]
[MERGE] resource: add yml tests

bzr revid: rco@openerp.com-20111220135017-2655lv0pnuywhb9o

12 years ago[FIX] typo in version requirement range
Xavier Morel [Tue, 20 Dec 2011 13:05:38 +0000 (14:05 +0100)]
[FIX] typo in version requirement range

bzr revid: xmo@openerp.com-20111220130538-s1nnk2b8m77da562

12 years ago[FIX] dateutil dependency: dateutil 2.0 is a Python 3 (only) package
Xavier Morel [Tue, 20 Dec 2011 12:59:24 +0000 (13:59 +0100)]
[FIX] dateutil dependency: dateutil 2.0 is a Python 3 (only) package

bzr revid: xmo@openerp.com-20111220125924-df4lnd4vsnh1tr7x

12 years ago[FIX] bug preventing pie charts from ever being displayed
Xavier Morel [Tue, 20 Dec 2011 12:38:14 +0000 (13:38 +0100)]
[FIX] bug preventing pie charts from ever being displayed

which I really should have caught during the review...

bzr revid: xmo@openerp.com-20111220123814-b1ofzfnuh5ujhxoi

12 years ago[IMP] Improved buttons
Fabien Meghazi [Tue, 20 Dec 2011 11:55:00 +0000 (12:55 +0100)]
[IMP] Improved buttons

bzr revid: fme@openerp.com-20111220115500-aulwnoj6ciks8jxm

12 years ago[FIX] jsonP-requests issue for real
Xavier Morel [Tue, 20 Dec 2011 11:47:32 +0000 (12:47 +0100)]
[FIX] jsonP-requests issue for real

bzr revid: xmo@openerp.com-20111220114732-gekgwwb0ry0sdqil

12 years ago[FIX] Fix sidebar attachment deletion
Fabien Meghazi [Tue, 20 Dec 2011 10:43:27 +0000 (11:43 +0100)]
[FIX] Fix sidebar attachment deletion

bzr revid: fme@openerp.com-20111220104327-1zif2g20625mtcdc

12 years ago[IMP] useability seach opportunity
Fabien Pinckaers [Tue, 20 Dec 2011 10:23:33 +0000 (11:23 +0100)]
[IMP] useability seach opportunity

bzr revid: fp@tinyerp.com-20111220102333-dv8v47wkgf4v0laf

12 years ago[MERGE] account_asset: clean yml tests
Raphael Collet [Tue, 20 Dec 2011 10:08:42 +0000 (11:08 +0100)]
[MERGE] account_asset: clean yml tests

bzr revid: rco@openerp.com-20111220100842-3ny7trt6s5lgg1eb

12 years ago[MERGE] crm: improve test coverage
Raphael Collet [Tue, 20 Dec 2011 09:57:50 +0000 (10:57 +0100)]
[MERGE] crm: improve test coverage

bzr revid: rco@openerp.com-20111220095750-55q5zwz8x6uzcx35

12 years ago[IMP] useability seach opportunity
Fabien Pinckaers [Tue, 20 Dec 2011 09:53:58 +0000 (10:53 +0100)]
[IMP] useability seach opportunity

bzr revid: fp@tinyerp.com-20111220095358-okei7vuisl1kdt1w

12 years ago[MERGE] account_followup: improve yml tests
Raphael Collet [Tue, 20 Dec 2011 09:52:05 +0000 (10:52 +0100)]
[MERGE] account_followup: improve yml tests

bzr revid: rco@openerp.com-20111220095205-a0xz3yfpvvgp33l1

12 years ago[FIX]Fixed code for showing pie chart.
Kunal Chavda (OpenERP) [Tue, 20 Dec 2011 09:42:04 +0000 (15:12 +0530)]
[FIX]Fixed code for showing pie chart.

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

bzr revid: kch@tinyerp.com-20111220094204-4qihd3jnxyeggkl4

12 years ago[FIX] point_of_sale: remove the domain from pos catagory field in product form
Jagdish Panchal (Open ERP) [Tue, 20 Dec 2011 09:41:29 +0000 (15:11 +0530)]
[FIX] point_of_sale: remove the domain from pos catagory field in product form

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

bzr revid: jap@tinyerp.com-20111220094129-ws1y1pgtbn2io74i

12 years ago[FIX] procurement: remove yml statement that queries the db asynchronously
Raphael Collet [Tue, 20 Dec 2011 09:38:27 +0000 (10:38 +0100)]
[FIX] procurement: remove yml statement that queries the db asynchronously

bzr revid: rco@openerp.com-20111220093827-0lt9tzvlnxxg1nki

12 years ago[MERGE] account_voucher: fixed bug 901136 : unused variables in account_voucher.py...
Thibault Delavallée [Tue, 20 Dec 2011 09:12:23 +0000 (10:12 +0100)]
[MERGE] account_voucher: fixed bug 901136 : unused variables in account_voucher.py file

bzr revid: tde@openerp.com-20111220091223-bk82oty2gyn0m7li

12 years ago[MERGE] purchase, purchase_double_validation: clean yml
Raphael Collet [Tue, 20 Dec 2011 09:07:52 +0000 (10:07 +0100)]
[MERGE] purchase, purchase_double_validation: clean yml

bzr revid: rco@openerp.com-20111220090752-25d6vv195l193rfy

12 years ago[FIX] base/module: typo in xml id and name of module category
Raphael Collet [Tue, 20 Dec 2011 08:37:16 +0000 (09:37 +0100)]
[FIX] base/module: typo in xml id and name of module category

bzr revid: rco@openerp.com-20111220083716-n5ri0z1re0c62jzv

12 years ago[MERGE] lp:904244 (account: fix wizard Install Chart of Accounts)
Raphael Collet [Tue, 20 Dec 2011 08:13:26 +0000 (09:13 +0100)]
[MERGE] lp:904244 (account: fix wizard Install Chart of Accounts)

bzr revid: rco@openerp.com-20111220081326-qfce75nrpifesiod

12 years ago[REM] leftover debugging prints
Xavier Morel [Mon, 19 Dec 2011 16:46:11 +0000 (17:46 +0100)]
[REM] leftover debugging prints

bzr revid: xmo@openerp.com-20111219164611-bme1yyhbe52ad9cm

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 20 Dec 2011 04:56:29 +0000 (04:56 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20111220045056-kxmsczkxkgf5ffe1
bzr revid: launchpad_translations_on_behalf_of_openerp-20111220045629-sx3btepqeei2nq1k

12 years ago[MERGE] module kaban padding fixes (manual merge)
Antony Lesuisse [Tue, 20 Dec 2011 00:41:35 +0000 (01:41 +0100)]
[MERGE] module kaban padding fixes (manual merge)

bzr revid: al@openerp.com-20111220004135-fafhd3w1l0ovsdie

12 years ago[IMP] group_by on mail servers
Fabien Pinckaers [Mon, 19 Dec 2011 23:00:20 +0000 (00:00 +0100)]
[IMP] group_by on mail servers

bzr revid: fp@tinyerp.com-20111219230020-mhpopbczuo0y677y

12 years ago[FIX] typo on statement name
Fabien Pinckaers [Mon, 19 Dec 2011 22:58:35 +0000 (23:58 +0100)]
[FIX] typo on statement name

bzr revid: fp@tinyerp.com-20111219225835-b4smpeisn5v1sn8c

12 years ago[IMP] char size for complete name in locations
Fabien Pinckaers [Mon, 19 Dec 2011 22:57:01 +0000 (23:57 +0100)]
[IMP] char size for complete name in locations

bzr revid: fp@tinyerp.com-20111219225701-n32h374skx9342eb

12 years ago[FIX] account unrealized gain/loss group_by
Fabien Pinckaers [Mon, 19 Dec 2011 22:54:01 +0000 (23:54 +0100)]
[FIX] account unrealized gain/loss group_by

bzr revid: fp@tinyerp.com-20111219225401-adp5p52e77etf467

12 years ago[IMP] SO Line view: properties
Fabien Pinckaers [Mon, 19 Dec 2011 22:44:57 +0000 (23:44 +0100)]
[IMP] SO Line view: properties

bzr revid: fp@tinyerp.com-20111219224457-3zpbzkiui6b04yla

12 years agomerge_typo
Fabien Pinckaers [Mon, 19 Dec 2011 22:38:28 +0000 (23:38 +0100)]
merge_typo

bzr revid: fp@tinyerp.com-20111219223828-wlrhion9l0sirawy

12 years ago[FIX] stock tree view
Fabien Pinckaers [Mon, 19 Dec 2011 22:37:07 +0000 (23:37 +0100)]
[FIX] stock tree view

bzr revid: fp@tinyerp.com-20111219223707-4i4lwoftvc1ntemx

12 years agoAdd constraint for view type account in account_analytic_line.py
Fabien Pinckaers [Mon, 19 Dec 2011 22:35:35 +0000 (23:35 +0100)]
Add constraint for view type account in account_analytic_line.py

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

bzr revid: fp@tinyerp.com-20111219223535-bf8c2314enbz1cc0

12 years agoimprovement on expenses by Alexis
Fabien Pinckaers [Mon, 19 Dec 2011 22:33:11 +0000 (23:33 +0100)]
improvement on expenses by Alexis

bzr revid: fp@tinyerp.com-20111219223311-q7b9d9gu910clgca

12 years agotypo
Fabien Pinckaers [Mon, 19 Dec 2011 22:32:09 +0000 (23:32 +0100)]
typo

bzr revid: fp@tinyerp.com-20111219223209-g7ci0l0w0r5q4utt

12 years agoBug #902193:opening task in web - error ? Added Missing default dict,get param in...
Fabien Pinckaers [Mon, 19 Dec 2011 22:27:37 +0000 (23:27 +0100)]
Bug #902193:opening task in web - error ? Added Missing default dict,get param in case of miss in dict search.

bzr revid: fp@tinyerp.com-20111219222737-s8y3ktpcr8nary1l

12 years agoFixed key error of journal_id while creating journal items --fixes lp:834512
Fabien Pinckaers [Mon, 19 Dec 2011 22:26:06 +0000 (23:26 +0100)]
Fixed key error of journal_id while creating journal items --fixes lp:834512

bzr revid: fp@tinyerp.com-20111219222606-z7z1xu39rmbm0xfw

12 years ago[IMP] only pos user & manager can see POS menu
Fabien Pinckaers [Mon, 19 Dec 2011 22:23:50 +0000 (23:23 +0100)]
[IMP] only pos user & manager can see POS menu

bzr revid: fp@tinyerp.com-20111219222350-uiwrk0gconbxf8c3

12 years ago[FIX] base_report_creator
Fabien Pinckaers [Mon, 19 Dec 2011 22:19:35 +0000 (23:19 +0100)]
[FIX] base_report_creator

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

bzr revid: fp@tinyerp.com-20111219221935-gsn99ahbyira7w7b

12 years ago[IMP] better formating of IBAN
Fabien Pinckaers [Mon, 19 Dec 2011 22:16:31 +0000 (23:16 +0100)]
[IMP] better formating of IBAN

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

bzr revid: fp@tinyerp.com-20111219221631-6u3f0jm9nrn1g2vh

12 years ago[IMP] view mrp repair, bug 903554
Fabien Pinckaers [Mon, 19 Dec 2011 22:14:28 +0000 (23:14 +0100)]
[IMP] view mrp repair, bug 903554

bzr revid: fp@tinyerp.com-20111219221428-f9fw3yo8zv2v60j8

12 years ago[IMP] partial picking, bug 902445
Fabien Pinckaers [Mon, 19 Dec 2011 22:13:18 +0000 (23:13 +0100)]
[IMP] partial picking, bug 902445

bzr revid: fp@tinyerp.com-20111219221318-y69089392talnggn

12 years ago[IMP] allow non integer for ID's
Fabien Pinckaers [Mon, 19 Dec 2011 22:09:54 +0000 (23:09 +0100)]
[IMP] allow non integer for ID's

bzr revid: fp@tinyerp.com-20111219220954-mlqe3f6gkonlzor3

12 years agomerge
Fabien Pinckaers [Mon, 19 Dec 2011 22:06:44 +0000 (23:06 +0100)]
merge

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

bzr revid: fp@tinyerp.com-20111219220644-7imt3in19h7tb9gw

12 years agomerge
Fabien Pinckaers [Mon, 19 Dec 2011 22:04:15 +0000 (23:04 +0100)]
merge

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

bzr revid: fp@tinyerp.com-20111219220415-xtiywdleabqeypav

12 years ago[FIX] multiple payments on POS
Fabien Pinckaers [Mon, 19 Dec 2011 22:00:53 +0000 (23:00 +0100)]
[FIX] multiple payments on POS

bzr revid: fp@tinyerp.com-20111219220053-tn5gc1lmc13fjpyf

12 years ago[FIX] bug 902131 close instead of done
Fabien Pinckaers [Mon, 19 Dec 2011 21:50:28 +0000 (22:50 +0100)]
[FIX] bug 902131 close instead of done

bzr revid: fp@tinyerp.com-20111219215028-5ukoagwjnpo0x48k

12 years agomerge
Fabien Pinckaers [Mon, 19 Dec 2011 21:47:45 +0000 (22:47 +0100)]
merge

bzr revid: fp@tinyerp.com-20111219214745-jo87wcr713kxup1i

12 years ago[IMP] better error message when journal items on view accounts
Fabien Pinckaers [Mon, 19 Dec 2011 21:46:10 +0000 (22:46 +0100)]
[IMP] better error message when journal items on view accounts

bzr revid: fp@tinyerp.com-20111219214610-zfr0is31v03ic4h3

12 years ago[IMP] merge of alexi: order of expenses
Fabien Pinckaers [Mon, 19 Dec 2011 21:42:58 +0000 (22:42 +0100)]
[IMP] merge of alexi: order of expenses

bzr revid: fp@tinyerp.com-20111219214258-ibl1mf46xksak0br

12 years ago[IMP] phonecalls
Fabien Pinckaers [Mon, 19 Dec 2011 18:42:22 +0000 (19:42 +0100)]
[IMP] phonecalls

bzr revid: fp@tinyerp.com-20111219184222-byy3tn1utucalpth

12 years ago[IMP] Refactor view switcher button
Fabien Meghazi [Mon, 19 Dec 2011 17:37:22 +0000 (18:37 +0100)]
[IMP] Refactor view switcher button

bzr revid: fme@openerp.com-20111219173722-wjtsg2uqux5iut2j

12 years ago[fix] problem in o2m, querying the value of a o2m during a on_change in that o2m
niv-openerp [Mon, 19 Dec 2011 17:30:55 +0000 (18:30 +0100)]
[fix] problem in o2m, querying the value of a o2m during a on_change in that o2m

bzr revid: nicolas.vanhoren@openerp.com-20111219173055-i5sn1u79v4zstho4

12 years ago[FIX] Fix problem with field text readonly height
Fabien Meghazi [Mon, 19 Dec 2011 17:14:34 +0000 (18:14 +0100)]
[FIX] Fix problem with field text readonly height

bzr revid: fme@openerp.com-20111219171434-o4ol115z9g4rba9d

12 years ago[IMP] account: generating an account from a template now copy also the link with...
Quentin (OpenERP) [Mon, 19 Dec 2011 17:07:35 +0000 (18:07 +0100)]
[IMP] account: generating an account from a template now copy also the link with financial reports

bzr revid: qdp-launchpad@openerp.com-20111219170735-uu74j4w546iapx6d

12 years ago[FIX] share: fix embed url
Christophe Simonis [Mon, 19 Dec 2011 16:38:36 +0000 (17:38 +0100)]
[FIX] share: fix embed url

bzr revid: chs@openerp.com-20111219163836-n39w32ly2ai7uosu

12 years ago[FIX] Sorry for my last commit
Fabien Meghazi [Mon, 19 Dec 2011 16:32:22 +0000 (17:32 +0100)]
[FIX] Sorry for my last commit

bzr revid: fme@openerp.com-20111219163222-e7jz2ecpy2v1qfrh

12 years ago[FIX] FormView#do_show() uses has_been_loaded deferred
Fabien Meghazi [Mon, 19 Dec 2011 16:30:51 +0000 (17:30 +0100)]
[FIX] FormView#do_show() uses has_been_loaded deferred

bzr revid: fme@openerp.com-20111219163051-2gt4p3a5voplysog

12 years ago[imp] replaced many usages of setTimeout by async_when
niv-openerp [Mon, 19 Dec 2011 16:28:05 +0000 (17:28 +0100)]
[imp] replaced many usages of setTimeout by async_when

bzr revid: nicolas.vanhoren@openerp.com-20111219162805-0ibqw4hn23imkfuj

12 years ago[imp] implemented synchronized mode to be used in the o2m
niv-openerp [Mon, 19 Dec 2011 16:14:41 +0000 (17:14 +0100)]
[imp] implemented synchronized mode to be used in the o2m

bzr revid: nicolas.vanhoren@openerp.com-20111219161441-1117wec0btanqii2

12 years ago[IMP] Improve styling
Fabien Meghazi [Mon, 19 Dec 2011 16:12:20 +0000 (17:12 +0100)]
[IMP] Improve styling

bzr revid: fme@openerp.com-20111219161220-197hsgl6m1uklls2

12 years ago[FIX] share: correct qweb template
Christophe Simonis [Mon, 19 Dec 2011 15:48:23 +0000 (16:48 +0100)]
[FIX] share: correct qweb template

bzr revid: chs@openerp.com-20111219154823-984csfrmj44ltu80

12 years ago[FIX] share: prefix images
Christophe Simonis [Mon, 19 Dec 2011 14:54:47 +0000 (15:54 +0100)]
[FIX] share: prefix images

bzr revid: chs@openerp.com-20111219145447-0zesuuxo4gsp38br

12 years ago[MERGE] Merge with last trunk
Antoine Huvelle [Mon, 19 Dec 2011 13:35:16 +0000 (14:35 +0100)]
[MERGE] Merge with last trunk

bzr revid: ahu@openerp.com-20111219133516-un3z9d7ws6b3rvix

12 years ago[FIX] CRM : Correction in tooltip for Partner Name field of Lead
Serpent Consulting Services [Mon, 19 Dec 2011 13:21:33 +0000 (18:51 +0530)]
[FIX] CRM : Correction in tooltip for Partner Name field of Lead

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

bzr revid: support@serpentcs.com-20111219132133-6408kdf4y2b7i0nq

12 years ago[IMP] account_followup: Improved ymls.
Ujjvala Collins (OpenERP) [Mon, 19 Dec 2011 13:18:23 +0000 (18:48 +0530)]
[IMP] account_followup: Improved ymls.

bzr revid: uco@tinyerp.com-20111219131823-1l8yszpp7fq5p3y2

12 years ago[FIX] have page view force a return to the previous view if switched to with no record
Xavier Morel [Mon, 19 Dec 2011 12:50:39 +0000 (13:50 +0100)]
[FIX] have page view force a return to the previous view if switched to with no record

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

bzr revid: xmo@openerp.com-20111219125039-049o944efkkl2sk9

12 years ago[IMP] account_followup:Optimize code
Atik Agewan (OpenERP) [Mon, 19 Dec 2011 12:29:32 +0000 (17:59 +0530)]
[IMP] account_followup:Optimize code

bzr revid: aag@tinyerp.com-20111219122932-qo0wmgdiapkfg3tl

12 years ago[IMP] account_followup:Optimize code
Atik Agewan (OpenERP) [Mon, 19 Dec 2011 12:16:33 +0000 (17:46 +0530)]
[IMP] account_followup:Optimize code

bzr revid: aag@tinyerp.com-20111219121633-0b76kfco9h14idej

12 years ago[merge] merge w trunk
Antoine Huvelle [Mon, 19 Dec 2011 11:37:23 +0000 (12:37 +0100)]
[merge] merge w trunk

bzr revid: ahu@openerp.com-20111219113723-6hphusurf2qh4ajw

12 years ago[IMP] account_followup:Improve the test statement
Atik Agewan (OpenERP) [Mon, 19 Dec 2011 11:30:33 +0000 (17:00 +0530)]
[IMP] account_followup:Improve the test statement

bzr revid: aag@tinyerp.com-20111219113033-010wkkqjteafg7xl

12 years ago[FIX] share: do not hardcode the server url
Christophe Simonis [Mon, 19 Dec 2011 11:15:25 +0000 (12:15 +0100)]
[FIX] share: do not hardcode the server url

bzr revid: chs@openerp.com-20111219111525-hlkww0n4e9ejpfhh

12 years ago[MERGE] trunk-product-kanban-mit (stock: improve kanban view of products)
Raphael Collet [Mon, 19 Dec 2011 16:06:51 +0000 (17:06 +0100)]
[MERGE] trunk-product-kanban-mit (stock: improve kanban view of products)

bzr revid: rco@openerp.com-20111219160651-aifuqyqdk0ueglf2

12 years ago[IMP] nsi version simplification
Antony Lesuisse [Mon, 19 Dec 2011 16:00:25 +0000 (17:00 +0100)]
[IMP] nsi version simplification

bzr revid: al@openerp.com-20111219160025-pu6ru62z1uuaktzg

12 years ago[FIX] Ensure modules js is loaded after modules qwebs
Fabien Meghazi [Mon, 19 Dec 2011 15:52:29 +0000 (16:52 +0100)]
[FIX] Ensure modules js is loaded after modules qwebs

bzr revid: fme@openerp.com-20111219155229-rbbsr5slsl7161pk

12 years ago[MERGE] document: fixed bug 905279 : catching error when antiword not installed for...
Thibault Delavallée [Mon, 19 Dec 2011 15:10:01 +0000 (16:10 +0100)]
[MERGE] document: fixed bug 905279 : catching error when antiword not installed for doc file indexing

bzr revid: tde@openerp.com-20111219151001-rcj2qdji5a3z63k3

12 years ago[FIX] avoid systematically deadlocking the stand-alone OpenERP web in its default...
Xavier Morel [Mon, 19 Dec 2011 14:57:59 +0000 (15:57 +0100)]
[FIX] avoid systematically deadlocking the stand-alone OpenERP web in its default configuration

The default configuration for OpenERP Web standalone (launched via the
openerp-web script) is single-threaded for log-readability purposes.

web.common.controllers.main.Proxy.load has been added to wrap a
request to an HTTP handler inside a JSON (and/or JSONP) request, the
initial implementation was to perform a full HTTP call *from within an
HTTP handler to itself*.

Since the server is single-threaded and its only thread is already
busy, it can't handle the new request, and the client deadlocks.

Replaced this crap by also-crap-but-slightly-less-so: instantiating a
Werkzeug test client using the root application and proxying the
request through that. Avoids creating a new request from the server,
therefore does not deadlock.

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

bzr revid: xmo@openerp.com-20111219145759-m10zgo3tcd6zjhcu

12 years ago[MERGE] lp:872686 (account: fix refund wizard)
Raphael Collet [Mon, 19 Dec 2011 14:53:05 +0000 (15:53 +0100)]
[MERGE] lp:872686 (account: fix refund wizard)

bzr revid: rco@openerp.com-20111219145305-0w1ur88brnpovj6x

12 years ago[FIX] packaging: some changes for windows packaging.
Vo Minh Thu [Mon, 19 Dec 2011 14:44:37 +0000 (15:44 +0100)]
[FIX] packaging: some changes for windows packaging.

bzr revid: vmt@openerp.com-20111219144437-mq6t8xj4ush2bxn8

12 years ago[FIX] Use $.Mutex for qweb loading
Fabien Meghazi [Mon, 19 Dec 2011 14:34:06 +0000 (15:34 +0100)]
[FIX] Use $.Mutex for qweb loading

bzr revid: fme@openerp.com-20111219143406-mdscr8htgto5zcw5