odoo/odoo.git
12 years ago[IMP] base_module_record: Code improvement, remove pooler
Mustufa Rangwala (OpenERP) [Thu, 8 Sep 2011 06:45:23 +0000 (12:15 +0530)]
[IMP] base_module_record: Code improvement, remove pooler

bzr revid: mra@tinyerp.com-20110908064523-uqn87u5x32c97gib

12 years ago[IMP] fix indetation
ARA (OpenERP) [Wed, 7 Sep 2011 12:39:42 +0000 (18:09 +0530)]
[IMP] fix indetation

bzr revid: ara@tinyerp.com-20110907123942-m4gbypm5mvmck72g

12 years ago[IMP] add base module record view files
ARA (OpenERP) [Wed, 7 Sep 2011 11:39:46 +0000 (17:09 +0530)]
[IMP] add base module record view files

bzr revid: ara@tinyerp.com-20110907113946-jm8q40bn1cmma904

12 years ago[IMP] convert interface wizard to osv memory wizard
ARA (OpenERP) [Wed, 7 Sep 2011 11:37:45 +0000 (17:07 +0530)]
[IMP] convert interface wizard to osv memory wizard

bzr revid: ara@tinyerp.com-20110907113745-09fb5qsrjp9kh2fn

12 years agomerge
fp [Sun, 4 Sep 2011 16:59:39 +0000 (18:59 +0200)]
merge

bzr revid: fp@fp-laptop-20110904165939-4oy32t80xgk040kj

12 years ago[IMP] useability field on SO
fp [Sun, 4 Sep 2011 16:56:31 +0000 (18:56 +0200)]
[IMP] useability field on SO

bzr revid: fp@fp-laptop-20110904165631-451lq0lg9lsbs421

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sat, 3 Sep 2011 05:36:25 +0000 (05:36 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110903053625-8ap3ez7bes0anwfj

12 years ago[FIX] ir_translation cache invalidation
Antony Lesuisse [Fri, 2 Sep 2011 15:58:34 +0000 (17:58 +0200)]
[FIX] ir_translation cache invalidation

bzr revid: al@openerp.com-20110902155834-rmno5z7aavj71fk5

12 years ago[IMP] Werkzeug everything
Xavier Morel [Fri, 2 Sep 2011 14:52:04 +0000 (16:52 +0200)]
[IMP] Werkzeug everything

bzr revid: xmo@openerp.com-20110902145204-p1vwgwoy9no4tqx6

12 years ago[FIX] small import issue
Xavier Morel [Fri, 2 Sep 2011 13:29:14 +0000 (15:29 +0200)]
[FIX] small import issue

bzr revid: xmo@openerp.com-20110902132914-y9yn8hzkyzgdn8wo

12 years ago[IMP] add some docstrings
Xavier Morel [Fri, 2 Sep 2011 12:45:42 +0000 (14:45 +0200)]
[IMP] add some docstrings

bzr revid: xmo@openerp.com-20110902124542-v9e5fg8m0d862mfo

12 years ago[IMP] add some docstrings to Root
Xavier Morel [Fri, 2 Sep 2011 12:02:39 +0000 (14:02 +0200)]
[IMP] add some docstrings to Root

bzr revid: xmo@openerp.com-20110902120239-4beqhx1xfi40xgwp

12 years ago[IMP] don't get some funky alias for the Root class, go get it where it lives
Xavier Morel [Fri, 2 Sep 2011 10:53:05 +0000 (12:53 +0200)]
[IMP] don't get some funky alias for the Root class, go get it where it lives

bzr revid: xmo@openerp.com-20110902105305-2z3itgh902hx2b9l

12 years ago[IMP] check if handler returned a response already: just wrap return value if it...
Xavier Morel [Fri, 2 Sep 2011 10:49:20 +0000 (12:49 +0200)]
[IMP] check if handler returned a response already: just wrap return value if it's a string, otherwise let it through as is

bzr revid: xmo@openerp.com-20110902104920-c0cpwmg62y70tx1b

12 years ago[FIX][NotSure] CherryPy merges the GET and POST args into a single params dict, do...
Xavier Morel [Fri, 2 Sep 2011 10:44:29 +0000 (12:44 +0200)]
[FIX][NotSure] CherryPy merges the GET and POST args into a single params dict, do the same with Werkzeug request data

bzr revid: xmo@openerp.com-20110902104429-xn3si286s8x5s64f

12 years ago[FIX] remember to propagate ?debug when redirecting to root
Xavier Morel [Fri, 2 Sep 2011 10:07:13 +0000 (12:07 +0200)]
[FIX] remember to propagate ?debug when redirecting to root

bzr revid: xmo@openerp.com-20110902100713-1w2i17qf5q7ood5m

12 years ago[FIX] cherrypy provides kwargs as a string when only one instance, werkzeug returns...
Xavier Morel [Fri, 2 Sep 2011 10:01:24 +0000 (12:01 +0200)]
[FIX] cherrypy provides kwargs as a string when only one instance, werkzeug returns a list by default. Change args-storage class for werkzeug to atoms, not lists

bzr revid: xmo@openerp.com-20110902100124-osxe8aq3va3dfv6m

12 years ago[FIX] base_crypt: improve description to reflect new behavior
Olivier Dony [Fri, 2 Sep 2011 09:47:57 +0000 (11:47 +0200)]
[FIX] base_crypt: improve description to reflect new behavior

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

bzr revid: odo@openerp.com-20110902094757-1knmhpxdlnic6ts6

12 years ago[IMP] move all config options to optparse switches
Xavier Morel [Fri, 2 Sep 2011 09:45:59 +0000 (11:45 +0200)]
[IMP] move all config options to optparse switches

bzr revid: xmo@openerp.com-20110902094559-wd9hpf44e24fm5kc

12 years ago[IMP] remove crummy globals fetched from __main__ in base.common
Xavier Morel [Fri, 2 Sep 2011 09:44:49 +0000 (11:44 +0200)]
[IMP] remove crummy globals fetched from __main__ in base.common

bzr revid: xmo@openerp.com-20110902094449-s4ah4odqrvydylaj

12 years ago[IMP] base: share labels+tooltips CSS between form & search views (part 2)
Olivier Dony [Fri, 2 Sep 2011 09:35:17 +0000 (11:35 +0200)]
[IMP] base: share labels+tooltips CSS between form & search views (part 2)

bzr revid: odo@openerp.com-20110902093517-f1k5bge5w94npt3h

12 years ago[IMP] base: share labels+tooltips CSS between form & search views
Olivier Dony [Fri, 2 Sep 2011 09:19:22 +0000 (11:19 +0200)]
[IMP] base: share labels+tooltips CSS between form & search views

bzr revid: odo@openerp.com-20110902091922-pulvxzsounk9mu7d

12 years ago[REM] all references to cherrypy
Xavier Morel [Fri, 2 Sep 2011 09:03:26 +0000 (11:03 +0200)]
[REM] all references to cherrypy

bzr revid: xmo@openerp.com-20110902090326-veq9cb9wgb9rr6m4

12 years ago[REM] tests, they're apparently considered non-essential and nobody gives a shit
Xavier Morel [Fri, 2 Sep 2011 08:59:19 +0000 (10:59 +0200)]
[REM] tests, they're apparently considered non-essential and nobody gives a shit

bzr revid: xmo@openerp.com-20110902085919-es2ash6j5he5kv3q

12 years ago[REF] first shot at converting everything to werkzeug
Xavier Morel [Fri, 2 Sep 2011 08:58:53 +0000 (10:58 +0200)]
[REF] first shot at converting everything to werkzeug

bzr revid: xmo@openerp.com-20110902085853-38y28g2x0d13p8ne

12 years ago[IMP] better invoice line form view
Fabien Pinckaers [Fri, 2 Sep 2011 08:11:33 +0000 (10:11 +0200)]
[IMP] better invoice line form view

bzr revid: fp@tinyerp.com-20110902081133-blgja3oi7z5uhte6

12 years ago[IMP] serve application via werkzeug's runner
Xavier Morel [Fri, 2 Sep 2011 07:11:52 +0000 (09:11 +0200)]
[IMP] serve application via werkzeug's runner

bzr revid: xmo@openerp.com-20110902071152-0oz8a526aeakindr

12 years agoTake options parsing outside of main() function
Xavier Morel [Fri, 2 Sep 2011 06:39:56 +0000 (08:39 +0200)]
Take options parsing outside of main() function

bzr revid: xmo@openerp.com-20110902063956-dlpnvj27ond11bqr

12 years ago[IMP] split optionparser initialization outside of main(), as well as cherrypy mounting
Xavier Morel [Fri, 2 Sep 2011 06:35:55 +0000 (08:35 +0200)]
[IMP] split optionparser initialization outside of main(), as well as cherrypy mounting

bzr revid: xmo@openerp.com-20110902063555-6n19ly6369p82898

12 years ago[FIX] imports in base.common: remove star-import, remove unused imports
Xavier Morel [Fri, 2 Sep 2011 06:30:06 +0000 (08:30 +0200)]
[FIX] imports in base.common: remove star-import, remove unused imports

bzr revid: xmo@openerp.com-20110902063006-9eyeucl7r8p8j6ay

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 2 Sep 2011 04:41:25 +0000 (04:41 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110902044125-capmtapjv2kepa29

12 years ago[IMP] QWeb2: actions_precedence, reserved_words and word_replacement are now properti...
Fabien Meghazi [Thu, 1 Sep 2011 19:26:29 +0000 (21:26 +0200)]
[IMP] QWeb2: actions_precedence, reserved_words and word_replacement are now properties of Engine instance

bzr revid: fme@openerp.com-20110901192629-u3y2oopoixo2xffr

12 years ago[IMP] QWeb: add method has_template, search action handler in Engine instance too
Fabien Meghazi [Thu, 1 Sep 2011 16:19:17 +0000 (18:19 +0200)]
[IMP] QWeb: add method has_template, search action handler in Engine instance too

bzr revid: fme@openerp.com-20110901161917-2parwzf526fe3nvl

12 years ago[fix] problem with an on_change returning a datetime instead of a date
niv-openerp [Thu, 1 Sep 2011 15:22:24 +0000 (17:22 +0200)]
[fix] problem with an on_change returning a datetime instead of a date

bzr revid: nicolas.vanhoren@openerp.com-20110901152224-1mcv25kdrbxb9zd1

12 years ago[ADD] searchview clear button handling
Xavier Morel [Thu, 1 Sep 2011 14:52:24 +0000 (16:52 +0200)]
[ADD] searchview clear button handling

bzr revid: xmo@openerp.com-20110901145224-za4g7yo8ks8pp3mh

12 years ago[IMP] remove explicit clearing of search form fields (let form's native event do...
Xavier Morel [Thu, 1 Sep 2011 14:41:59 +0000 (16:41 +0200)]
[IMP] remove explicit clearing of search form fields (let form's native event do that), delay do_search triggering so the native event has the time to execute

bzr revid: xmo@openerp.com-20110901144159-tdj037g27635dkfu

12 years ago[FIX] ir.ui.menu: typo during merge of simplified cache
Olivier Dony [Thu, 1 Sep 2011 14:30:38 +0000 (16:30 +0200)]
[FIX] ir.ui.menu: typo during merge of simplified cache

bzr revid: odo@openerp.com-20110901143038-dpuehbd8p1e0o3qz

12 years ago[imp] cosmetic improvement in formats.js
niv-openerp [Thu, 1 Sep 2011 14:21:56 +0000 (16:21 +0200)]
[imp] cosmetic improvement in formats.js

bzr revid: nicolas.vanhoren@openerp.com-20110901142156-ywr95g2qe85kkhe8

12 years ago[fix] fixed problem in format function when using a type of date widget different...
niv-openerp [Thu, 1 Sep 2011 14:14:48 +0000 (16:14 +0200)]
[fix] fixed problem in format function when using a type of date widget different than the type of field

bzr revid: nicolas.vanhoren@openerp.com-20110901141448-f02nv1qd8zhxzant

12 years ago[ADD] preferences window
Xavier Morel [Thu, 1 Sep 2011 13:38:12 +0000 (15:38 +0200)]
[ADD] preferences window

bzr revid: xmo@openerp.com-20110901133812-d4exisg1zlg1kgg1

12 years ago[IMP] inline additions to user prefs action before executing it
Xavier Morel [Thu, 1 Sep 2011 13:33:55 +0000 (15:33 +0200)]
[IMP] inline additions to user prefs action before executing it

bzr revid: xmo@openerp.com-20110901133355-4s73qsvy02agqiw1

12 years ago[MERGE] account add more defaults payment terms branch by amb
Antony Lesuisse [Thu, 1 Sep 2011 12:11:19 +0000 (14:11 +0200)]
[MERGE] account add more defaults payment terms branch by amb

bzr revid: al@openerp.com-20110901121119-ul0my9zf3lwhdeu2

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 ago[FIX] share: remove deprecated @default attribute for <filter>
Olivier Dony [Thu, 1 Sep 2011 08:21:47 +0000 (10:21 +0200)]
[FIX] share: remove deprecated @default attribute for <filter>

bzr revid: odo@openerp.com-20110901082147-3gp1bnnqip2qda60

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[FIX] decimal_precision cache clear
Antony Lesuisse [Wed, 31 Aug 2011 18:16:38 +0000 (20:16 +0200)]
[FIX] decimal_precision cache clear

bzr revid: al@openerp.com-20110831181638-cxbcxh951i78ny0a

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] account journal create sequence with company_id
Antony Lesuisse [Wed, 31 Aug 2011 15:16:17 +0000 (17:16 +0200)]
[FIX] account journal create sequence with company_id

bzr revid: al@openerp.com-20110831151617-goq19llee5iajmb8

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] project_timesheet test: have a happy runbot, every day.
Vo Minh Thu [Wed, 31 Aug 2011 09:07:24 +0000 (11:07 +0200)]
[FIX] project_timesheet test: have a happy runbot, every day.

bzr revid: vmt@openerp.com-20110831090724-iiqbhgsg25v2t113

12 years ago[FIX] caldav: ir.model.access.check() has no kwargs anymore.
Vo Minh Thu [Wed, 31 Aug 2011 09:06:47 +0000 (11:06 +0200)]
[FIX] caldav: ir.model.access.check() has no kwargs anymore.

bzr revid: vmt@openerp.com-20110831090647-ee8nxtgfszp8aqzh

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 agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 31 Aug 2011 04:35:26 +0000 (04:35 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110831043526-srexyqjyzm95gfc1

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[REV] account_coda: removed temporarily the pervious merge of accuont_coda branch...
Quentin (OpenERP) [Tue, 30 Aug 2011 16:21:37 +0000 (18:21 +0200)]
[REV] account_coda: removed temporarily the pervious merge of accuont_coda branch to solve .po issues

bzr revid: qdp-launchpad@openerp.com-20110830162137-ohlhlotvx3763dfl

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] Need to change code in ChangePassword.
vishmita [Tue, 30 Aug 2011 11:16:49 +0000 (16:46 +0530)]
[IMP] Need to change code in ChangePassword.

bzr revid: vja@vja-desktop-20110830111649-p5yzyoh5i0221bxo

12 years ago[IMP] board: removed group=no one from the menuitem in customization
Quentin (OpenERP) [Tue, 30 Aug 2011 09:57:31 +0000 (11:57 +0200)]
[IMP] board: removed group=no one from the menuitem in customization

bzr revid: qdp-launchpad@openerp.com-20110830095731-owg6svsnr5i0abk2

12 years ago[MERGE] merged the dev branch with multi-currency enhancements on vouchers. Thanks...
Quentin (OpenERP) [Tue, 30 Aug 2011 09:19:07 +0000 (11:19 +0200)]
[MERGE] merged the dev branch with multi-currency enhancements on vouchers. Thanks c2c for the help

bzr revid: qdp-launchpad@openerp.com-20110830091907-ay3tlqrwxrv9s0d0

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 agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 30 Aug 2011 04:49:32 +0000 (04:49 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110830044932-d9bjldtnpkkig57c

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] Need to reload searchview after Clear .
vishmita [Mon, 29 Aug 2011 12:19:43 +0000 (17:49 +0530)]
[FIX] Need to reload searchview after Clear .

bzr revid: vja@vja-desktop-20110829121943-nqakojh56mn4rezy

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] put type = 'opportunity' in context for opportunities
niv-openerp [Mon, 29 Aug 2011 10:54:39 +0000 (12:54 +0200)]
[fix] put type = 'opportunity' in context for opportunities

bzr revid: nicolas.vanhoren@openerp.com-20110829105439-fahrt37bzyfsrnoj

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 agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 29 Aug 2011 04:34:19 +0000 (04:34 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110829043419-l6r85iyru1snkcs9

12 years ago[FIX] project_issue removed unused fields
Antony Lesuisse [Sun, 28 Aug 2011 02:22:24 +0000 (04:22 +0200)]
[FIX] project_issue removed unused fields

bzr revid: al@openerp.com-20110828022224-q3x2ogkdozmjao3b

12 years ago[FIX] base_iban remove unneeded dependency on account
Antony Lesuisse [Sun, 28 Aug 2011 01:58:02 +0000 (03:58 +0200)]
[FIX] base_iban remove unneeded dependency on account

bzr revid: al@openerp.com-20110828015802-f5gd4gaekh1k33ey

12 years ago[MERGE] mrp renames and reorder menu
Antony Lesuisse [Sun, 28 Aug 2011 01:52:16 +0000 (03:52 +0200)]
[MERGE] mrp renames and reorder menu

bzr revid: al@openerp.com-20110828015216-139k0tz93shisb0h