odoo/odoo.git
12 years ago[IMP] wsgi: added exception handling.
Vo Minh Thu [Fri, 2 Sep 2011 15:02:26 +0000 (17:02 +0200)]
[IMP] wsgi: added exception handling.

bzr revid: vmt@openerp.com-20110902150226-223gkl4efb8o8jhs

12 years ago[REF] netsvc.OpenERPDispatcher: that class is gone, replaced by a simple function.
Vo Minh Thu [Fri, 2 Sep 2011 14:12:32 +0000 (16:12 +0200)]
[REF] netsvc.OpenERPDispatcher: that class is gone, replaced by a simple function.

bzr revid: vmt@openerp.com-20110902141232-umpscnz2cot468hy

12 years ago[IMP] wsgi: modules can be pre-loaded and expose a WSGI handler.
Vo Minh Thu [Fri, 2 Sep 2011 13:31:36 +0000 (15:31 +0200)]
[IMP] wsgi: modules can be pre-loaded and expose a WSGI handler.
An option --load is added to list the modules to pre-load.
sys.path and sys.modules are initialized when the config is
parsed.

bzr revid: vmt@openerp.com-20110902133136-4v7fgptyd0g1kc5s

12 years ago[FIX] loading: load base only once.
Vo Minh Thu [Fri, 2 Sep 2011 13:27:12 +0000 (15:27 +0200)]
[FIX] loading: load base only once.

bzr revid: vmt@openerp.com-20110902132712-j9bgfnzbmddarr7h

12 years ago[IMP] wsgi: added new (still to be refined) routes for XMLRPC dispatching.
Vo Minh Thu [Thu, 1 Sep 2011 13:04:50 +0000 (15:04 +0200)]
[IMP] wsgi: added new (still to be refined) routes for XMLRPC dispatching.

bzr revid: vmt@openerp.com-20110901130450-ub41ey4s0060vucg

12 years ago[MERGE] merged trunk.
Vo Minh Thu [Thu, 1 Sep 2011 13:03:39 +0000 (15:03 +0200)]
[MERGE] merged trunk.

bzr revid: vmt@openerp.com-20110901130339-0epw03nlkwo29125

12 years ago[FIX] diagram view schema: diagram children are a single 'node' and a single 'arrow...
Xavier Morel [Thu, 1 Sep 2011 11:43:49 +0000 (13:43 +0200)]
[FIX] diagram view schema: diagram children are a single 'node' and a single 'arrow', in this order. Also require at least one 'field' in both node and arrow

bzr revid: xmo@openerp.com-20110901114349-c279654t361ta3q5

12 years ago[IMP] base_dashboard remove strike
Antony Lesuisse [Thu, 1 Sep 2011 10:02:11 +0000 (12:02 +0200)]
[IMP] base_dashboard remove strike

bzr revid: al@openerp.com-20110901100211-hmdfhiavotj2iyvb

12 years ago[IMP] base_default_home update
Antony Lesuisse [Thu, 1 Sep 2011 09:57:41 +0000 (11:57 +0200)]
[IMP] base_default_home update

bzr revid: al@openerp.com-20110901095741-0gt18vpjjv7szdcy

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 1 Sep 2011 04:46:07 +0000 (04:46 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110901044607-258xb4cenlrgh16h

12 years ago[FIX] res_lang clear cache remove kwargs, typo
Antony Lesuisse [Wed, 31 Aug 2011 18:22:16 +0000 (20:22 +0200)]
[FIX] res_lang clear cache remove kwargs, typo

bzr revid: al@openerp.com-20110831182216-afohhdmshv60y3g3

12 years ago[IMP] move main() into openerp-web.py
Antony Lesuisse [Wed, 31 Aug 2011 17:37:29 +0000 (19:37 +0200)]
[IMP] move main() into openerp-web.py

bzr revid: al@openerp.com-20110831173729-jps10jd16r9b6c39

12 years ago[REM] view.rng: remove unused 'default' attribute, as planned in bug 687272
Olivier Dony [Wed, 31 Aug 2011 15:30:12 +0000 (17:30 +0200)]
[REM] view.rng: remove unused 'default' attribute, as planned in bug 687272

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

bzr revid: odo@openerp.com-20110831153012-0tnrtgvar4hccnvr

12 years ago[FIX] res_lang clear cache remove kwargs
Antony Lesuisse [Wed, 31 Aug 2011 14:22:13 +0000 (16:22 +0200)]
[FIX] res_lang clear cache remove kwargs

bzr revid: al@openerp.com-20110831142213-0kdmcgmt02tq4gse

12 years ago[IMP] Many improvements to form frame rendering (with computation algorithm)
Fabien Meghazi [Wed, 31 Aug 2011 12:45:38 +0000 (14:45 +0200)]
[IMP] Many improvements to form frame rendering (with computation algorithm)

bzr revid: fme@openerp.com-20110831124538-xt3px1rv8ys181se

12 years ago[fix] some bugs with float & date parsing + corrected tests
niv-openerp [Wed, 31 Aug 2011 10:21:11 +0000 (12:21 +0200)]
[fix] some bugs with float & date parsing + corrected tests

bzr revid: nicolas.vanhoren@openerp.com-20110831102111-ure7wc02nu33v4n2

12 years ago[FIX] issue in splitting field paths for export: would create empty path sections...
Xavier Morel [Wed, 31 Aug 2011 09:45:47 +0000 (11:45 +0200)]
[FIX] issue in splitting field paths for export: would create empty path sections because too eager

do replacement in two passes of re-base replacement: replace old-style 'field:id' and 'field.id' in resp. 'field/id' and 'field/.id', don't touch anything else (especially not 'field/.id') and leave them through instead.

bzr revid: xmo@openerp.com-20110831094547-8evd7ecm5qojspnr

12 years ago[fix] fixed relative paths in css
niv-openerp [Wed, 31 Aug 2011 08:35:21 +0000 (10:35 +0200)]
[fix] fixed relative paths in css

bzr revid: nicolas.vanhoren@openerp.com-20110831083521-47rpomwr2787ounu

12 years ago[FIX] registry: forgot the self/cls args.
Vo Minh Thu [Wed, 31 Aug 2011 07:56:39 +0000 (09:56 +0200)]
[FIX] registry: forgot the self/cls args.

bzr revid: vmt@openerp.com-20110831075639-0ywrg01e6zdff7l7

12 years agoopenerp-web ready to be a simple set of openerp-server addons, still need to rename...
Antony Lesuisse [Tue, 30 Aug 2011 23:44:33 +0000 (01:44 +0200)]
openerp-web ready to be a simple set of openerp-server addons, still need to rename base* into web*

bzr revid: al@openerp.com-20110830234433-k9pg3m4cadqntgko

12 years agomoved OpenERPSession into backend{rpc|local}.py
Antony Lesuisse [Tue, 30 Aug 2011 23:39:20 +0000 (01:39 +0200)]
moved OpenERPSession into backend{rpc|local}.py

bzr revid: al@openerp.com-20110830233920-cy8k1h55j976bnhr

12 years ago[IMP] moved openerpweb into base.common to be renamed web.commom
Antony Lesuisse [Tue, 30 Aug 2011 23:23:00 +0000 (01:23 +0200)]
[IMP] moved openerpweb into base.common to be renamed web.commom

bzr revid: al@openerp.com-20110830232300-0f4hb3pk3jso0dii

12 years ago[IMP] sprintf is awesome, so use sprintf correctly for patterning
Xavier Morel [Tue, 30 Aug 2011 15:01:51 +0000 (17:01 +0200)]
[IMP] sprintf is awesome, so use sprintf correctly for patterning

bzr revid: xmo@openerp.com-20110830150151-2ureqckjksnw8r1p

12 years ago[FIX] don't display negative numbers for the decimal part of floats, having -3.-72...
Xavier Morel [Tue, 30 Aug 2011 15:00:25 +0000 (17:00 +0200)]
[FIX] don't display negative numbers for the decimal part of floats, having -3.-72 makes no sense

bzr revid: xmo@openerp.com-20110830150025-biqwrkt69wjye7n2

12 years ago[MERGE] res.currency: added res.currency.rate.type model.
Vo Minh Thu [Tue, 30 Aug 2011 14:09:36 +0000 (16:09 +0200)]
[MERGE] res.currency: added res.currency.rate.type model.

bzr revid: vmt@openerp.com-20110830140936-pnmtt6f8jsvw32m4

12 years ago[imp] small change in debug-mode login
niv-openerp [Tue, 30 Aug 2011 13:22:29 +0000 (15:22 +0200)]
[imp] small change in debug-mode login

bzr revid: nicolas.vanhoren@openerp.com-20110830132229-4myd5t52g2lvmlf3

12 years ago[IMP] base, res.currency: code cleaning
Quentin (OpenERP) [Tue, 30 Aug 2011 13:20:35 +0000 (15:20 +0200)]
[IMP] base, res.currency: code cleaning

bzr revid: qdp-launchpad@openerp.com-20110830132035-x2gs62lft5o19u6i

12 years ago[IMP] base, res.currency: code cleaning
Quentin (OpenERP) [Tue, 30 Aug 2011 12:55:21 +0000 (14:55 +0200)]
[IMP] base, res.currency: code cleaning

bzr revid: qdp-launchpad@openerp.com-20110830125521-1kt54s56865388ch

12 years ago[FIX] base, res.currency: ProgrammingError. When giving a context value like {'curren...
Quentin (OpenERP) [Tue, 30 Aug 2011 12:27:01 +0000 (14:27 +0200)]
[FIX] base, res.currency: ProgrammingError. When giving a context value like {'currency_rate_type_id': False}, it crashed because the value False was kept instead of None. Thanks Guewen (c2c) for the clue.

bzr revid: qdp-launchpad@openerp.com-20110830122701-yrcpo19lokkgrpcc

12 years ago[merge] many improvements to the mobile client
niv-openerp [Tue, 30 Aug 2011 12:21:37 +0000 (14:21 +0200)]
[merge] many improvements to the mobile client

bzr revid: nicolas.vanhoren@openerp.com-20110830122137-xd0y347nr1ewaxve

12 years ago[IMP] simplified cache implementation (and stored on the osv), does not support contexts.
Vo Minh Thu [Tue, 30 Aug 2011 12:15:41 +0000 (14:15 +0200)]
[IMP] simplified cache implementation (and stored on the osv), does not support contexts.

bzr revid: vmt@openerp.com-20110830121541-abov2wezdn6kl2dc

12 years ago[MERGE] merged with main addons branch
Quentin (OpenERP) [Tue, 30 Aug 2011 12:08:39 +0000 (14:08 +0200)]
[MERGE] merged with main addons branch

bzr revid: qdp-launchpad@openerp.com-20110830120839-2e6gbk2c5hestd1r

12 years ago[IMP] base, res.currency: fixes
Quentin (OpenERP) [Tue, 30 Aug 2011 12:07:27 +0000 (14:07 +0200)]
[IMP] base, res.currency: fixes

bzr revid: qdp-launchpad@openerp.com-20110830120727-82z1fn0msp7m5096

12 years ago[IMP] base, res.currency: by default, don't show the currency_rate_type_id field...
Quentin (OpenERP) [Tue, 30 Aug 2011 12:06:44 +0000 (14:06 +0200)]
[IMP] base, res.currency: by default, don't show the currency_rate_type_id field, and don't display its menuitem. Both should be added by specific module using it

bzr revid: qdp-launchpad@openerp.com-20110830120644-lwuv3h1vrqjhu32y

12 years ago[imp] cleaned header a bit, refactored to Widget design and made it disapear on unlog
niv-openerp [Tue, 30 Aug 2011 08:53:28 +0000 (10:53 +0200)]
[imp] cleaned header a bit, refactored to Widget design and made it disapear on unlog

bzr revid: nicolas.vanhoren@openerp.com-20110830085328-zfme7wls9211vzaq

12 years ago[merge] improvements about reports
niv-openerp [Mon, 29 Aug 2011 15:53:56 +0000 (17:53 +0200)]
[merge] improvements about reports

bzr revid: nicolas.vanhoren@openerp.com-20110829155356-1nn0hukxug8pzw3k

12 years ago[imp] made web server able to get a report, but still can't get it from the browser
niv-openerp [Mon, 29 Aug 2011 15:52:56 +0000 (17:52 +0200)]
[imp] made web server able to get a report, but still can't get it from the browser

bzr revid: nicolas.vanhoren@openerp.com-20110829155256-myi3mr8wlp006u0i

12 years ago[imp] added active_id in related coming from m2o
niv-openerp [Mon, 29 Aug 2011 15:26:43 +0000 (17:26 +0200)]
[imp] added active_id in related coming from m2o

bzr revid: nicolas.vanhoren@openerp.com-20110829152643-2yy0p52fqxd6chre

12 years ago[imp] default setup for reports + put active_id in all actions coming from the sidebar
niv-openerp [Mon, 29 Aug 2011 15:24:38 +0000 (17:24 +0200)]
[imp] default setup for reports + put active_id in all actions coming from the sidebar

bzr revid: nicolas.vanhoren@openerp.com-20110829152438-47y13wwh01ssq9ts

12 years ago[IMP] Improved translate dialog
Fabien Meghazi [Mon, 29 Aug 2011 14:08:39 +0000 (16:08 +0200)]
[IMP] Improved translate dialog

bzr revid: fme@openerp.com-20110829140839-vr0mvylotmm9w5hg

12 years ago[fix] problem with m2o that doesn't validate correctly if they were not modified...
niv-openerp [Mon, 29 Aug 2011 13:25:03 +0000 (15:25 +0200)]
[fix] problem with m2o that doesn't validate correctly if they were not modified by the user

bzr revid: nicolas.vanhoren@openerp.com-20110829132503-p4tfevsfxyea3ytr

12 years ago[fix] problem with context menu being displayed under the popups
niv-openerp [Mon, 29 Aug 2011 12:40:06 +0000 (14:40 +0200)]
[fix] problem with context menu being displayed under the popups

bzr revid: nicolas.vanhoren@openerp.com-20110829124006-ct7semd2cxddus0n

12 years ago[fix] small thing i forgot in the preceding fix
niv-openerp [Mon, 29 Aug 2011 12:28:37 +0000 (14:28 +0200)]
[fix] small thing i forgot in the preceding fix

bzr revid: nicolas.vanhoren@openerp.com-20110829122837-ahv6bhb6720jk0ld

12 years ago[fix] fixed problem with o2m when we re-open a previously created row
niv-openerp [Mon, 29 Aug 2011 12:13:30 +0000 (14:13 +0200)]
[fix] fixed problem with o2m when we re-open a previously created row

bzr revid: nicolas.vanhoren@openerp.com-20110829121330-ulj3hnyo3jfs9fq4

12 years ago[FIX] reinstate bail out in clean_action in case the action is not an act_window
Xavier Morel [Mon, 29 Aug 2011 08:29:29 +0000 (10:29 +0200)]
[FIX] reinstate bail out in clean_action in case the action is not an act_window

bzr revid: xmo@openerp.com-20110829082929-c6uhkcq0wmiis2wp

12 years ago[MER] Merge from openerp-web.
Jiten (OpenERP) [Mon, 29 Aug 2011 05:50:35 +0000 (11:20 +0530)]
[MER] Merge from openerp-web.

bzr revid: jra@tinyerp.com-20110829055035-861s4xm5hp90ecep

12 years ago[IMP] Improved style for textarea and login page fields.
Jiten (OpenERP) [Mon, 29 Aug 2011 05:39:45 +0000 (11:09 +0530)]
[IMP] Improved style for textarea and login page fields.

bzr revid: jra@tinyerp.com-20110829053945-gfmnqok96dt6omho

12 years ago[MERGE] partner hide categories in simplified view
Antony Lesuisse [Sun, 28 Aug 2011 01:44:54 +0000 (03:44 +0200)]
[MERGE] partner hide categories in simplified view

bzr revid: al@openerp.com-20110828014454-8xbfck4kffsdtvrn

12 years ago[IMP] renames in base/res
Antony Lesuisse [Sun, 28 Aug 2011 00:13:14 +0000 (02:13 +0200)]
[IMP] renames in base/res

bzr revid: al@openerp.com-20110828001314-roc7o38bz22mr580

12 years ago[IMP] res.partner.canal into crm.case.channel
Antony Lesuisse [Sat, 27 Aug 2011 23:32:22 +0000 (01:32 +0200)]
[IMP] res.partner.canal into crm.case.channel

bzr revid: al@openerp.com-20110827233222-cy0w9z3jdm8ye1b2

12 years ago[IMP] base/res_currency: improved res.currency.rate.type. Added search view and help...
Quentin (OpenERP) [Sat, 27 Aug 2011 22:53:30 +0000 (00:53 +0200)]
[IMP] base/res_currency: improved res.currency.rate.type. Added search view and help tooltip. Made some code cleaning

bzr revid: qdp-launchpad@openerp.com-20110827225330-3ng37d8yg31psgsd

12 years ago[MERGE] merge with main server trunk
Quentin (OpenERP) [Sat, 27 Aug 2011 22:01:57 +0000 (00:01 +0200)]
[MERGE] merge with main server trunk

bzr revid: qdp-launchpad@openerp.com-20110827220157-xatzm3sm7zib1670

12 years ago[FIX] registry: use a unique list of models to load per module
Olivier Dony [Fri, 26 Aug 2011 16:17:36 +0000 (18:17 +0200)]
[FIX] registry: use a unique list of models to load per module

This is necessary to preserve the model loading order
as defined in the module. This was broken when the
metaclass was introduced to make the explicit model
constructor call optional.
One consequence is that the order in which the classes
are declared in the module really defines their
initialization order, even if the constructors are
later called explcitly in a different order.
This latter case should be fairly rare, and easy to
fix too - simply putting the class declaration in the
right order.

bzr revid: odo@openerp.com-20110826161736-lgnpurtbcqtbseey

12 years ago[fix] broken one of the most important functionalities
niv-openerp [Fri, 26 Aug 2011 14:07:45 +0000 (16:07 +0200)]
[fix] broken one of the most important functionalities

bzr revid: nicolas.vanhoren@openerp.com-20110826140745-0vjk3ygu32di4tti

12 years ago[fix] problem with most related that return a list in a search_default
niv-openerp [Fri, 26 Aug 2011 14:04:21 +0000 (16:04 +0200)]
[fix] problem with most related that return a list in a search_default

bzr revid: nicolas.vanhoren@openerp.com-20110826140421-yt204xv30b0ef3vz

12 years ago[FIX] openerp-server: forgot to remove the utf-8 quote as stated on the merge prop...
Vo Minh Thu [Fri, 26 Aug 2011 13:43:11 +0000 (15:43 +0200)]
[FIX] openerp-server: forgot to remove the utf-8 quote as stated on the merge prop by xrg.

bzr revid: vmt@openerp.com-20110826134311-446b2gwkuyy5i1r1

12 years ago[MERGE] openerp-server is rewritten in a slightly better way.
Vo Minh Thu [Fri, 26 Aug 2011 13:40:13 +0000 (15:40 +0200)]
[MERGE] openerp-server is rewritten in a slightly better way.
Doing so, it is now not possible to both start the server and test a YAML file.
That is, testing a YAML file is similar in the translation import/export options
and does not start the server.

bzr revid: vmt@openerp.com-20110826134013-sfnlowg5xuhqxet2

12 years ago[REF] openerp-server: separated the --test-file mechanism from the main code path.
Vo Minh Thu [Fri, 26 Aug 2011 13:33:01 +0000 (15:33 +0200)]
[REF] openerp-server: separated the --test-file mechanism from the main code path.

bzr revid: vmt@openerp.com-20110826133301-8y7intt7vhsg5gm9

12 years ago[imp] fixed related behavior for calendar
niv-openerp [Fri, 26 Aug 2011 13:31:13 +0000 (15:31 +0200)]
[imp] fixed related behavior for calendar

bzr revid: nicolas.vanhoren@openerp.com-20110826133113-7glw38cszv5pwdqw

12 years ago[imp] made related work with list view too
niv-openerp [Fri, 26 Aug 2011 13:28:35 +0000 (15:28 +0200)]
[imp] made related work with list view too

bzr revid: nicolas.vanhoren@openerp.com-20110826132835-ex26y5hyti3acgzk

12 years ago[imp] make related work in form view and m2o
niv-openerp [Fri, 26 Aug 2011 13:13:19 +0000 (15:13 +0200)]
[imp] make related work in form view and m2o

bzr revid: nicolas.vanhoren@openerp.com-20110826131319-qzyrv7ypmv313jgj

12 years ago[imp] made related work from form view
niv-openerp [Fri, 26 Aug 2011 13:03:35 +0000 (15:03 +0200)]
[imp] made related work from form view

bzr revid: nicolas.vanhoren@openerp.com-20110826130335-fjt0c5f7s7ug2jdl

12 years ago[imp] make related in m2o work
niv-openerp [Fri, 26 Aug 2011 12:44:18 +0000 (14:44 +0200)]
[imp] make related in m2o work

bzr revid: nicolas.vanhoren@openerp.com-20110826124418-d2vw72ulgse75hgh

12 years ago[merge]
niv-openerp [Fri, 26 Aug 2011 12:18:25 +0000 (14:18 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110826121825-izxe1qqtbv7exfvq

12 years ago[IMP] tools.cache: removed unused variable.
Vo Minh Thu [Fri, 26 Aug 2011 12:16:39 +0000 (14:16 +0200)]
[IMP] tools.cache: removed unused variable.

bzr revid: vmt@openerp.com-20110826121639-irm0g0eh5yec1c88

12 years ago[FIX] registry.py: typos (invalid syntax).
Vo Minh Thu [Fri, 26 Aug 2011 12:10:26 +0000 (14:10 +0200)]
[FIX] registry.py: typos (invalid syntax).
I wonder how come I made the previous commit.

bzr revid: vmt@openerp.com-20110826121026-da90yx3iapj6y1v1

12 years ago[FIX] bugs in shortcuts management: desync between backing collection and DOM, multip...
Xavier Morel [Fri, 26 Aug 2011 08:47:58 +0000 (10:47 +0200)]
[FIX] bugs in shortcuts management: desync between backing collection and DOM, multiple click events on shortcut star

bzr revid: xmo@openerp.com-20110826084758-g08o83wi9eaj3vdl

12 years ago[IMP] Base: added currency rate type on tree view
Mustufa Rangwala (OpenERP) [Thu, 25 Aug 2011 17:36:51 +0000 (23:06 +0530)]
[IMP] Base: added currency rate type on tree view

bzr revid: mra@tinyerp.com-20110825173651-5rn1vsukicpdo331

12 years ago[merge] many improvements for relateds
niv-openerp [Thu, 25 Aug 2011 17:16:42 +0000 (19:16 +0200)]
[merge] many improvements for relateds

bzr revid: nicolas.vanhoren@openerp.com-20110825171642-lfmj3rrmfkt0lgex

12 years ago[merge]
niv-openerp [Thu, 25 Aug 2011 17:16:12 +0000 (19:16 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110825171612-ieb6ggnm5wugb50y

12 years ago[imp] refactoring to put "req" instead or "request" everywhere in the server-side...
niv-openerp [Thu, 25 Aug 2011 17:14:51 +0000 (19:14 +0200)]
[imp] refactoring to put "req" instead or "request" everywhere in the server-side code

bzr revid: nicolas.vanhoren@openerp.com-20110825171451-9idtdh6dqcxrk873

12 years ago[REF] Base: small improvement
Mustufa Rangwala (OpenERP) [Thu, 25 Aug 2011 17:06:57 +0000 (22:36 +0530)]
[REF] Base: small improvement

bzr revid: mra@tinyerp.com-20110825170657-tgajqc4yknz9f83b

12 years ago[imp] refactoring to allow correct context handling in clean_action
niv-openerp [Thu, 25 Aug 2011 17:04:10 +0000 (19:04 +0200)]
[imp] refactoring to allow correct context handling in clean_action

bzr revid: nicolas.vanhoren@openerp.com-20110825170410-omj3wrugqmslck8w

12 years ago[imp] added display of relateds
niv-openerp [Thu, 25 Aug 2011 15:17:01 +0000 (17:17 +0200)]
[imp] added display of relateds

bzr revid: nicolas.vanhoren@openerp.com-20110825151701-frwri4f5ge6rnsvf

12 years ago[FIX] when loading records in the listview, remember to set dataset index to 0 so...
Xavier Morel [Thu, 25 Aug 2011 14:57:41 +0000 (16:57 +0200)]
[FIX] when loading records in the listview, remember to set dataset index to 0 so switching to formview does not try to create a new record

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

bzr revid: xmo@openerp.com-20110825145741-gduqtgrqw4bbuugl

12 years ago[IMP] attempt to fix height of widgets in home page
Xavier Morel [Thu, 25 Aug 2011 14:41:31 +0000 (16:41 +0200)]
[IMP] attempt to fix height of widgets in home page

bzr revid: xmo@openerp.com-20110825144131-8xe3ukrdoph9p9v1

12 years ago[imp] made m2o context menu even more lazy loading
niv-openerp [Thu, 25 Aug 2011 14:37:45 +0000 (16:37 +0200)]
[imp] made m2o context menu even more lazy loading

bzr revid: nicolas.vanhoren@openerp.com-20110825143745-lqii7wov08s5ipbp

12 years ago[imp] made the context menu in m2o lazy loads
niv-openerp [Thu, 25 Aug 2011 14:21:26 +0000 (16:21 +0200)]
[imp] made the context menu in m2o lazy loads

bzr revid: nicolas.vanhoren@openerp.com-20110825142126-ozmlaopwzhh5xlju

12 years ago[FIX] not modifying the dataset's state is good and so is not breaking datagroup...
Xavier Morel [Thu, 25 Aug 2011 13:24:56 +0000 (15:24 +0200)]
[FIX] not modifying the dataset's state is good and so is not breaking datagroup dispatching, but it would still be a good idea to not forget the dataset's content en route, myself

bzr revid: xmo@openerp.com-20110825132456-0wmhnrhmjszn4ce2

12 years ago[IMP] tools.cache: added missing clean_caches_for_db replacement.
Vo Minh Thu [Thu, 25 Aug 2011 12:47:11 +0000 (14:47 +0200)]
[IMP] tools.cache: added missing clean_caches_for_db replacement.

bzr revid: vmt@openerp.com-20110825124711-y2uckmvcoa0arz4h

12 years ago[FIX] widgets client action handler: one action per widget
Xavier Morel [Thu, 25 Aug 2011 12:34:45 +0000 (14:34 +0200)]
[FIX] widgets client action handler: one action per widget

bzr revid: xmo@openerp.com-20110825123445-ayhaeipasl4imvqt

12 years ago[FIX] fnct_inv in client actions params, fix docstring for fnct_inv (fnct_inv only...
Xavier Morel [Thu, 25 Aug 2011 12:30:49 +0000 (14:30 +0200)]
[FIX] fnct_inv in client actions params, fix docstring for fnct_inv (fnct_inv only takes a single record id, not a sequence of ids)

bzr revid: xmo@openerp.com-20110825123049-bmvebm86gqgr6w43

12 years ago[imp] changed format/parse functions for dates to use date.js format instead of the...
niv-openerp [Thu, 25 Aug 2011 12:17:53 +0000 (14:17 +0200)]
[imp] changed format/parse functions for dates to use date.js format instead of the openerp one

bzr revid: nicolas.vanhoren@openerp.com-20110825121753-w3acs2fhbwm157a6

12 years ago[fix] small bug with dates localization
niv-openerp [Thu, 25 Aug 2011 12:10:51 +0000 (14:10 +0200)]
[fix] small bug with dates localization

bzr revid: nicolas.vanhoren@openerp.com-20110825121051-x86pjeyfnnb65ucr

12 years ago[FIX] base: Fixed problem of browse method in _get_conversion_rate method.
Ujjvala Collins (OpenERP) [Thu, 25 Aug 2011 11:56:45 +0000 (17:26 +0530)]
[FIX] base: Fixed problem of browse method in _get_conversion_rate method.

bzr revid: uco@tinyerp.com-20110825115645-85ya32yjnpirbuga

12 years ago[FIX] selector for config overview widget: widget root has moved, .oe-dashboard-confi...
Xavier Morel [Thu, 25 Aug 2011 10:33:36 +0000 (12:33 +0200)]
[FIX] selector for config overview widget: widget root has moved, .oe-dashboard-config-overview is now on this. so don't include it

bzr revid: xmo@openerp.com-20110825103336-nwyybou1hghaudud

12 years ago[REM] leftover debugging code
Xavier Morel [Thu, 25 Aug 2011 10:27:56 +0000 (12:27 +0200)]
[REM] leftover debugging code

bzr revid: xmo@openerp.com-20110825102756-b3d8jf7yud0m98ol

12 years ago[FIX] safari/javascriptcore blows up on 'super' because it thinks it's a keyword
Xavier Morel [Thu, 25 Aug 2011 10:06:43 +0000 (12:06 +0200)]
[FIX] safari/javascriptcore blows up on 'super' because it thinks it's a keyword

bzr revid: xmo@openerp.com-20110825100643-k7nbcla8h38siozr

12 years ago[IMP] Improved form's datetime widget so the content is always visible even when...
Fabien Meghazi [Thu, 25 Aug 2011 09:48:06 +0000 (11:48 +0200)]
[IMP] Improved form's datetime widget so the content is always visible even when view size is shrinked down

bzr revid: fme@openerp.com-20110825094806-hfiagqp54gf9rzha

12 years ago[IMP] Form fields now uses niv's parse/format methods
Fabien Meghazi [Thu, 25 Aug 2011 09:42:12 +0000 (11:42 +0200)]
[IMP] Form fields now uses niv's parse/format methods

bzr revid: fme@openerp.com-20110825094212-31l90vq66riiabl4

12 years ago[FIX] actually fix race condition on listview init: incorrect on_mode_switch override...
Xavier Morel [Thu, 25 Aug 2011 08:22:21 +0000 (10:22 +0200)]
[FIX] actually fix race condition on listview init: incorrect on_mode_switch override in xmo@openerp.com-20110816123510-gcx0dk8b2sgox5oi did not propagate primise from ViewManager's on_mode_switch

bzr revid: xmo@openerp.com-20110825082221-tasmo3je0wu4iw6h

12 years ago[REV] xmo@openerp.com-20110824131606-yokgoe3dz9ltaz2l, has nothing to do with the...
Xavier Morel [Thu, 25 Aug 2011 08:18:33 +0000 (10:18 +0200)]
[REV] xmo@openerp.com-20110824131606-yokgoe3dz9ltaz2l, has nothing to do with the issue and does not actually fix it (just fudges some timing so it happens slightly less often)

bzr revid: xmo@openerp.com-20110825081833-a1vbcdm59mrzf2d0

12 years ago[IMP] merge add company_registry, but use a button instead of onchange to generate...
Antony Lesuisse [Wed, 24 Aug 2011 23:48:29 +0000 (01:48 +0200)]
[IMP] merge add company_registry, but use a button instead of onchange to generate the footer

bzr revid: al@openerp.com-20110824234829-10lvn7cs0uuxaty4

12 years ago[FIX] orm ir.translation get_source to use positional args
Antony Lesuisse [Wed, 24 Aug 2011 23:11:31 +0000 (01:11 +0200)]
[FIX] orm ir.translation get_source to use positional args

bzr revid: al@openerp.com-20110824231131-y33ng5x4d6j2vr6w

12 years ago[FIX] remove debugging
Antony Lesuisse [Wed, 24 Aug 2011 22:23:30 +0000 (00:23 +0200)]
[FIX] remove debugging

bzr revid: al@openerp.com-20110824222330-zrfnr4qme71r9oqi

12 years ago[FIX] ir_attachement check use positional args
Antony Lesuisse [Wed, 24 Aug 2011 22:03:24 +0000 (00:03 +0200)]
[FIX] ir_attachement check use positional args

bzr revid: al@openerp.com-20110824220324-xfo7swm45stcooun

12 years ago[IMP] ir.model.data unlink clear full cache
Antony Lesuisse [Wed, 24 Aug 2011 21:48:43 +0000 (23:48 +0200)]
[IMP] ir.model.data unlink clear full cache

bzr revid: al@openerp.com-20110824214843-c75b3jl1fad0mv5a

12 years ago[FIX] ir.model clear_cache use self
Antony Lesuisse [Wed, 24 Aug 2011 21:44:16 +0000 (23:44 +0200)]
[FIX] ir.model clear_cache use self

bzr revid: al@openerp.com-20110824214416-9eby8h7mnqmlr8a3

12 years ago[FIX] ir.model.access check use positional args
Antony Lesuisse [Wed, 24 Aug 2011 21:19:48 +0000 (23:19 +0200)]
[FIX] ir.model.access check use positional args

bzr revid: al@openerp.com-20110824211948-gvtc7uv9e3oeeo3e

12 years ago[FIX] revert previous commit ir_rule clear_cache
Antony Lesuisse [Wed, 24 Aug 2011 17:22:37 +0000 (19:22 +0200)]
[FIX] revert previous commit ir_rule clear_cache

bzr revid: al@openerp.com-20110824172237-arzved9kk54u3hwu