odoo/odoo.git
11 years ago[FIX] database manager languages
Antony Lesuisse [Sun, 12 Aug 2012 13:48:57 +0000 (15:48 +0200)]
[FIX] database manager languages

bzr revid: al@openerp.com-20120812134857-yfdwxbszmm8o6q7q

11 years ago[MERGE] database manager look
Antony Lesuisse [Sat, 11 Aug 2012 21:48:09 +0000 (23:48 +0200)]
[MERGE] database manager look

bzr revid: al@openerp.com-20120811214809-uhj4hatw5bmi5710

11 years ago[MERGE] preference change password fixe
Antony Lesuisse [Sat, 11 Aug 2012 19:53:54 +0000 (21:53 +0200)]
[MERGE] preference change password fixe

bzr revid: al@openerp.com-20120811195354-sayk1u53wy42vqc1

11 years ago[IMP] act_window allow target inlineview
Antony Lesuisse [Sat, 11 Aug 2012 18:22:50 +0000 (20:22 +0200)]
[IMP] act_window allow target inlineview

bzr revid: al@openerp.com-20120811182250-c37jbjbh944zzy5m

11 years ago[IMP] inlineview and minor cleanups
Antony Lesuisse [Sat, 11 Aug 2012 17:58:52 +0000 (19:58 +0200)]
[IMP] inlineview and minor cleanups

bzr revid: al@openerp.com-20120811175852-kde116e50scn9ugs

11 years ago[FIX] PoS import order from UI, return money
Fabien Pinckaers [Sat, 11 Aug 2012 14:33:09 +0000 (16:33 +0200)]
[FIX] PoS import order from UI, return money

bzr revid: fp@openerp.com-20120811143309-pd44zfw6l67j7x7l

11 years ago[IMP] improved UI for PoS - mainly forms version=7.0
Fabien Pinckaers [Sat, 11 Aug 2012 13:34:06 +0000 (15:34 +0200)]
[IMP] improved UI for PoS - mainly forms version=7.0

bzr revid: fp@openerp.com-20120811133406-jvso3qhmozmgnj3j

11 years ago[IMP] better menu tips and todo wizards
Fabien Pinckaers [Sat, 11 Aug 2012 10:03:22 +0000 (12:03 +0200)]
[IMP] better menu tips and todo wizards

bzr revid: fp@openerp.com-20120811100322-jeh50k4c4wnbpmom

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sat, 11 Aug 2012 05:46:07 +0000 (05:46 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120811054547-ebfnq6hteui8geba
bzr revid: launchpad_translations_on_behalf_of_openerp-20120811054607-chyn98m3ivp16qg3

11 years ago[MERGE] add options='{"no_open": true} on some fields
Antonin Bourguignon [Fri, 10 Aug 2012 15:53:18 +0000 (17:53 +0200)]
[MERGE] add options='{"no_open": true} on some fields
with this modification, users won't be able to open countries or languages form views anymore, which didn't really make sense

bzr revid: abo@openerp.com-20120810155318-kav9xl5o3pwojz9g

11 years ago[MERGE] add options='{"no_open": true} on some fields
Antonin Bourguignon [Fri, 10 Aug 2012 15:52:55 +0000 (17:52 +0200)]
[MERGE] add options='{"no_open": true} on some fields
with this modification, users won't be able to open countries or languages form views anymore, which didn't really make sense
also fix indentation in crm/crm_lead_view.xml

bzr revid: abo@openerp.com-20120810155255-2x1maqcoenok6dsv

11 years ago[MERGE] latest trunk
Antonin Bourguignon [Fri, 10 Aug 2012 15:40:07 +0000 (17:40 +0200)]
[MERGE] latest trunk

bzr revid: abo@openerp.com-20120810154007-n5x8zxxlxw5mw6c8

11 years ago[MERGE] latest trunk
Antonin Bourguignon [Fri, 10 Aug 2012 15:39:57 +0000 (17:39 +0200)]
[MERGE] latest trunk

bzr revid: abo@openerp.com-20120810153957-asszi74t9dxrzhx7

11 years ago[MERGE] branch with improvements of refunds handling in account_voucher + whipping...
Quentin (OpenERP) [Fri, 10 Aug 2012 15:23:31 +0000 (17:23 +0200)]
[MERGE] branch with improvements of refunds handling in account_voucher + whipping of some dead code (in account_voucher too)

bzr revid: qdp-launchpad@openerp.com-20120810152331-h837mhhvdq8x0j1y

11 years ago[FIX] pos: Fix runbot breakage: use new XML id for unreference_product + move to...
Olivier Dony [Fri, 10 Aug 2012 15:12:04 +0000 (17:12 +0200)]
[FIX] pos: Fix runbot breakage: use new XML id for unreference_product + move to pos_data file

bzr revid: odo@openerp.com-20120810151204-t6c0wmiusf9un7gq

11 years ago[FIX] small "or" in some x2x popup
niv-openerp [Fri, 10 Aug 2012 14:50:48 +0000 (16:50 +0200)]
[FIX] small "or" in some x2x popup

bzr revid: nicolas.vanhoren@openerp.com-20120810145048-ctnvl0w5r5h439f7

11 years ago[IMP] auth_openid: forward port of patches made on 6.1 branch
Christophe Simonis [Fri, 10 Aug 2012 14:43:33 +0000 (16:43 +0200)]
[IMP] auth_openid: forward port of patches made on 6.1 branch

    revid:chs@openerp.com-20120802102525-2uyr5za46swxs0n7
        [FIX] auth_openid: Due to multiprocessus we must use a FileStore instead of a MemStore to store openid associations.
        [FIX] auth_openid: GoogleApps: avoid crash when handle not found in store.
        [IMP] auth_openid: flake8.

    revid:chs@openerp.com-20120403093926-4222u3cs3qc10xew
        [FIX] auth_openid: use correct api for login users

    revid:chs@openerp.com-20120403093627-easttnf2qoemeoli
        [FIX] auth_openid: allow login from direct http request

bzr revid: chs@openerp.com-20120810144333-o8zejl4pmdldab6j

11 years ago[FIX] account_voucher: fixed yaml tests in order to reflect the new behavior of compu...
Quentin (OpenERP) [Fri, 10 Aug 2012 14:37:07 +0000 (16:37 +0200)]
[FIX] account_voucher: fixed yaml tests in order to reflect the new behavior of computed writeoff amount (does not use abs() anymore)

bzr revid: qdp-launchpad@openerp.com-20120810143707-8vma2dld7mkolbh1

11 years ago[FIX] small bug in some m2m
niv-openerp [Fri, 10 Aug 2012 14:22:53 +0000 (16:22 +0200)]
[FIX] small bug in some m2m

bzr revid: nicolas.vanhoren@openerp.com-20120810142253-8ly58vsbqum6o7ng

11 years ago[MERGE] latust trunk
Antonin Bourguignon [Fri, 10 Aug 2012 14:08:56 +0000 (16:08 +0200)]
[MERGE] latust trunk

bzr revid: abo@openerp.com-20120810140856-xl6sj3xu9t4bee6c

11 years ago[IMP] help menutips for PoS
Fabien Pinckaers [Fri, 10 Aug 2012 13:55:48 +0000 (15:55 +0200)]
[IMP] help menutips for PoS

bzr revid: fp@tinyerp.com-20120810135548-w2cgv11ynu6l8n5l

11 years ago[FIX] problem with tipsy & quick create in m2o
niv-openerp [Fri, 10 Aug 2012 13:48:15 +0000 (15:48 +0200)]
[FIX] problem with tipsy & quick create in m2o

bzr revid: nicolas.vanhoren@openerp.com-20120810134815-qt91cbf1rndvxn0a

11 years ago[MERGE] impex tests: added test module to unittest import/export.
Vo Minh Thu [Fri, 10 Aug 2012 13:45:44 +0000 (15:45 +0200)]
[MERGE] impex tests: added test module to unittest import/export.

bzr revid: vmt@openerp.com-20120810134544-f08mjga83ghlmnp7

11 years ago[IMP] point of sale backend, useability improvements
Fabien Pinckaers [Fri, 10 Aug 2012 13:45:17 +0000 (15:45 +0200)]
[IMP] point of sale backend, useability improvements

bzr revid: fp@tinyerp.com-20120810134517-tenqseu6otf0rdin

11 years ago[FIX/IMP] account_voucher: changed/fixed/improved the way to handle refunds payments...
Quentin (OpenERP) [Fri, 10 Aug 2012 12:40:56 +0000 (14:40 +0200)]
[FIX/IMP] account_voucher: changed/fixed/improved the way to handle refunds payments through vouchers. Now, the refund have to be encoded as a negative of the right type (if the amount is -200 in a customer payment, it means your paying a customer refund of 200)

bzr revid: qdp-launchpad@openerp.com-20120810124056-9rpa4ugnxhdtqhhb

11 years ago[REF] account_voucher: remove useless and unused code (classes account.statement...
Quentin (OpenERP) [Fri, 10 Aug 2012 12:35:25 +0000 (14:35 +0200)]
[REF] account_voucher: remove useless and unused code (classes account.statement.from.invoice and account.voucher.unreconcile)

bzr revid: qdp-launchpad@openerp.com-20120810123525-lhijvv2khh0xqw38

11 years ago[IMP] account: invoice form view usability improvement (display 'Refund' in place...
Quentin (OpenERP) [Fri, 10 Aug 2012 12:26:21 +0000 (14:26 +0200)]
[IMP] account: invoice form view usability improvement (display 'Refund' in place of 'Invoice' when needed)

bzr revid: qdp-launchpad@openerp.com-20120810122621-dbhx84hse3fylajw

11 years ago[FIX]: orm: reverted a change in a previous commit (where a try/except was removed).
Vo Minh Thu [Fri, 10 Aug 2012 12:09:36 +0000 (14:09 +0200)]
[FIX]: orm: reverted a change in a previous commit (where a try/except was removed).

bzr revid: vmt@openerp.com-20120810120936-13lewpbjn7euveg0

11 years ago[FIX] remove the option from the user_id fields
Antonin Bourguignon [Fri, 10 Aug 2012 10:32:00 +0000 (12:32 +0200)]
[FIX] remove the option from the user_id fields
we want users to be openable !

bzr revid: abo@openerp.com-20120810103200-9nm8vbh7dsds5box

11 years ago[MERGE] latest trunk
Antonin Bourguignon [Fri, 10 Aug 2012 10:03:27 +0000 (12:03 +0200)]
[MERGE] latest trunk

bzr revid: abo@openerp.com-20120810100327-aggitnea3uefcv2m

11 years ago[IMP] correction of some comments
niv-openerp [Fri, 10 Aug 2012 09:45:22 +0000 (11:45 +0200)]
[IMP] correction of some comments

bzr revid: nicolas.vanhoren@openerp.com-20120810094522-4dpdw06ql3ex0ig3

11 years ago[MERGE]
Stephane Wirtel [Fri, 10 Aug 2012 08:37:33 +0000 (10:37 +0200)]
[MERGE]

bzr revid: stw@openerp.com-20120810083733-hm0fq46jeonb4eaq

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 10 Aug 2012 04:58:41 +0000 (04:58 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120810045841-5b2hoy7t0d4sotjr

11 years ago[IMP] PoS backend
Fabien Pinckaers [Thu, 9 Aug 2012 21:23:11 +0000 (23:23 +0200)]
[IMP] PoS backend

bzr revid: fp@tinyerp.com-20120809212311-q2b86eww9ppvdv8s

11 years ago[FIX] remove the option from the user_id fields
Antonin Bourguignon [Thu, 9 Aug 2012 16:35:29 +0000 (18:35 +0200)]
[FIX] remove the  option from the user_id fields
we want users to be openable !
also improve indentation and remove some useless whitespaces

bzr revid: abo@openerp.com-20120809163529-8adlpszt3n6lhszi

11 years ago[IMP] opportunity form
Fabien Pinckaers [Thu, 9 Aug 2012 16:32:14 +0000 (18:32 +0200)]
[IMP] opportunity form

bzr revid: fp@tinyerp.com-20120809163214-q2sbhmb0ifk7vcq9

11 years ago[ADD] board: add sass file
Christophe Simonis [Thu, 9 Aug 2012 16:12:40 +0000 (18:12 +0200)]
[ADD] board: add sass file

bzr revid: chs@openerp.com-20120809161240-luarnamf2muqw1ut

11 years ago[MERGE] merge of modules board and web_dashboard
Christophe Simonis [Thu, 9 Aug 2012 16:09:54 +0000 (18:09 +0200)]
[MERGE] merge of modules board and web_dashboard

bzr revid: chs@openerp.com-20120809160954-i6f7ahro4wo99d9r

11 years ago[MERGE] merge of modules board and web_dashboard
Christophe Simonis [Thu, 9 Aug 2012 16:08:03 +0000 (18:08 +0200)]
[MERGE] merge of modules board and web_dashboard

bzr revid: chs@openerp.com-20120809160803-vvmczno3t9bm85lg

11 years ago[IMP] opportunity view
Fabien Pinckaers [Thu, 9 Aug 2012 15:48:49 +0000 (17:48 +0200)]
[IMP] opportunity view

bzr revid: fp@tinyerp.com-20120809154849-etl88u1njryc8vfz

11 years agomerge upstream
Christophe Simonis [Thu, 9 Aug 2012 15:37:13 +0000 (17:37 +0200)]
merge upstream

bzr revid: chs@openerp.com-20120809153713-vs4wxxwghatzvmc7

11 years ago[IMP] board: reapply mit css changes made on web_dashboard
Christophe Simonis [Thu, 9 Aug 2012 15:36:05 +0000 (17:36 +0200)]
[IMP] board: reapply mit css changes made on web_dashboard

bzr revid: chs@openerp.com-20120809153605-trlhbmj3rw3ku0td

11 years ago[IMP] merge of modules board and web_dashboard
Christophe Simonis [Thu, 9 Aug 2012 15:30:27 +0000 (17:30 +0200)]
[IMP] merge of modules board and web_dashboard

bzr revid: chs@openerp.com-20120809153027-3sl125kda0jtdrcg

11 years agomerge upstream
Christophe Simonis [Thu, 9 Aug 2012 15:29:39 +0000 (17:29 +0200)]
merge upstream

bzr revid: chs@openerp.com-20120809152939-3dummyonbx1qdsbo

11 years ago[IMP] merge web_dashboard module into board module of addons branch
Christophe Simonis [Thu, 9 Aug 2012 15:20:43 +0000 (17:20 +0200)]
[IMP] merge web_dashboard module into board module of addons branch
[IMP] extract dashboard part of web into board module

bzr revid: chs@openerp.com-20120809152043-0yfm6l2zt44eiqrb

11 years ago[IMP] kanban_image() helper is now tolerant to m2o id's
Fabien Meghazi [Thu, 9 Aug 2012 15:06:01 +0000 (17:06 +0200)]
[IMP] kanban_image() helper is now tolerant to m2o id's

bzr revid: fme@openerp.com-20120809150601-zmxrxmxhmegg79dt

11 years ago[FIX] res.partners small and medium images has no default value
Fabien Meghazi [Thu, 9 Aug 2012 15:01:26 +0000 (17:01 +0200)]
[FIX] res.partners small and medium images has no default value

bzr revid: fme@openerp.com-20120809150126-9rrikeyqi5uww5pd

11 years ago[IMP] binary/image controller uses json for id parameter
Fabien Meghazi [Thu, 9 Aug 2012 14:59:18 +0000 (16:59 +0200)]
[IMP] binary/image controller uses json for id parameter

bzr revid: fme@openerp.com-20120809145918-f66m3sy9v2ybkk11

11 years ago[FIX] res.users small and medium images has no default value
Fabien Meghazi [Thu, 9 Aug 2012 14:50:19 +0000 (16:50 +0200)]
[FIX] res.users small and medium images has no default value

bzr revid: fme@openerp.com-20120809145019-zcwxrzdt3mzukfez

11 years ago[IMP] merge mit
Fabien Pinckaers [Thu, 9 Aug 2012 14:45:24 +0000 (16:45 +0200)]
[IMP] merge mit

bzr revid: fp@tinyerp.com-20120809144524-t2in8vgwfvtbypj7

11 years ago[MERGE] latest trunk
Antonin Bourguignon [Thu, 9 Aug 2012 14:39:19 +0000 (16:39 +0200)]
[MERGE] latest trunk

bzr revid: abo@openerp.com-20120809143919-qrn9nm5ut5vlm8hw

11 years ago[FIX] res.users small and medium images has no default value
Fabien Meghazi [Thu, 9 Aug 2012 14:31:53 +0000 (16:31 +0200)]
[FIX] res.users small and medium images has no default value

bzr revid: fme@openerp.com-20120809143153-goevnqtq1l6f0y73

11 years ago[merge] trunk
Fabien Pinckaers [Thu, 9 Aug 2012 14:29:23 +0000 (16:29 +0200)]
[merge] trunk

bzr revid: fp@tinyerp.com-20120809142923-qgk5ckssel2k36mk

11 years ago[IMP] binary/image should be backward compatible when id url parameter is empty
Fabien Meghazi [Thu, 9 Aug 2012 14:23:46 +0000 (16:23 +0200)]
[IMP] binary/image should be backward compatible when id url parameter is empty

bzr revid: fme@openerp.com-20120809142346-79xiq48qbgx7743i

11 years ago[FIX] Used json with binary/image controller
Fabien Meghazi [Thu, 9 Aug 2012 13:48:51 +0000 (15:48 +0200)]
[FIX] Used json with binary/image controller

bzr revid: fme@openerp.com-20120809134851-3yl6skfch2q1f7q0

11 years agoRestyling of the dashboard
Minh Tran [Thu, 9 Aug 2012 13:46:12 +0000 (15:46 +0200)]
Restyling of the dashboard

bzr revid: mit@openerp.com-20120809134612-lt4l62nzezlfbkgq

11 years ago[IMP] kanban_image uses json for id and is now tolerant to m2o id's
Fabien Meghazi [Thu, 9 Aug 2012 12:54:19 +0000 (14:54 +0200)]
[IMP] kanban_image uses json for id and is now tolerant to m2o id's

bzr revid: fme@openerp.com-20120809125419-j4l0063qyy6antqu

11 years ago[IMP] kanban_image is tolerant to m2o id's
Fabien Meghazi [Thu, 9 Aug 2012 12:53:30 +0000 (14:53 +0200)]
[IMP] kanban_image is tolerant to m2o id's

bzr revid: fme@openerp.com-20120809125330-a8iy3xvxfnltnmmd

11 years ago[IMP] config wizard for showing linkedin feature
Fabien Pinckaers [Thu, 9 Aug 2012 12:22:11 +0000 (14:22 +0200)]
[IMP] config wizard for showing linkedin feature

bzr revid: fp@tinyerp.com-20120809122211-uleqculnz66510jw

11 years ago[FIX] web_linkedin: proper import of the web addons in embedded mode (otherwise it...
Vo Minh Thu [Thu, 9 Aug 2012 12:15:37 +0000 (14:15 +0200)]
[FIX] web_linkedin: proper import of the web addons in embedded mode (otherwise it might clash with web.py).

bzr revid: vmt@openerp.com-20120809121537-z0pqr9c64bd1kcps

11 years ago[REV] reverted previous commit (7212) that removes footer field on res.partner.bank...
Quentin (OpenERP) [Thu, 9 Aug 2012 12:04:09 +0000 (14:04 +0200)]
[REV] reverted previous commit (7212) that removes footer field on res.partner.bank, because specs changed

bzr revid: qdp-launchpad@openerp.com-20120809120409-lmubwp2k7wig83hz

11 years ago[REV] reverted previous commit (4314) that removes footer field on res.partner.bank...
Quentin (OpenERP) [Thu, 9 Aug 2012 12:01:34 +0000 (14:01 +0200)]
[REV] reverted previous commit (4314) that removes footer field on res.partner.bank, because specs changed

bzr revid: qdp-launchpad@openerp.com-20120809120134-mx2nfg8k4xn7yfms

11 years ago[FIX] project*: Replace the labels with 'Partner' by Contact
Stephane Wirtel [Thu, 9 Aug 2012 10:50:09 +0000 (12:50 +0200)]
[FIX] project*: Replace the labels with 'Partner' by Contact

bzr revid: stw@openerp.com-20120809105009-0f7mw99dnavgs01s

11 years ago[FIX] account: show the product on the account.invoice.line
Stephane Wirtel [Thu, 9 Aug 2012 10:24:31 +0000 (12:24 +0200)]
[FIX] account: show the product on the account.invoice.line

bzr revid: stw@openerp.com-20120809102431-mxzx6c2iagwjp28f

11 years ago[FIX] import_google: bad inheritance of the crm_meeting_form view
Stephane Wirtel [Thu, 9 Aug 2012 09:57:33 +0000 (11:57 +0200)]
[FIX] import_google: bad inheritance of the crm_meeting_form view

bzr revid: stw@openerp.com-20120809095733-b4pjaww2muo5ncze

11 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-res_bank_remove_footer-mdi
Stephane Wirtel [Thu, 9 Aug 2012 09:12:27 +0000 (11:12 +0200)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-res_bank_remove_footer-mdi

bzr revid: stw@openerp.com-20120809091227-rit1oj5vqzppo5q6

11 years ago[MERGE] lp:~openerp-dev/openobject-server/trunk-res_bank_remove_footer-mdi
Stephane Wirtel [Thu, 9 Aug 2012 09:11:51 +0000 (11:11 +0200)]
[MERGE] lp:~openerp-dev/openobject-server/trunk-res_bank_remove_footer-mdi

bzr revid: stw@openerp.com-20120809091151-tmm6047xbyfc8x2b

11 years ago[IMP] new tag
Fabien Pinckaers [Thu, 9 Aug 2012 09:10:51 +0000 (11:10 +0200)]
[IMP] new tag

bzr revid: fp@tinyerp.com-20120809091051-8fnmf31mr32yn0w0

11 years ago[FIX]self.element itself gives form element so no need to find in it.
Kunal Chavda (OpenERP) [Thu, 9 Aug 2012 06:29:09 +0000 (11:59 +0530)]
[FIX]self.element itself gives form element so no need to find in it.

bzr revid: kch@tinyerp.com-20120809062909-fdsqvowhnz1nwgcl

11 years ago[MERGE]Merge Latest trunk.
Kunal Chavda (OpenERP) [Thu, 9 Aug 2012 06:19:36 +0000 (11:49 +0530)]
[MERGE]Merge Latest trunk.

bzr revid: kch@tinyerp.com-20120809061936-ra56akm11yqo7j6m

11 years ago[IMP] small fix
Fabien Pinckaers [Wed, 8 Aug 2012 19:39:18 +0000 (21:39 +0200)]
[IMP] small fix

bzr revid: fp@tinyerp.com-20120808193918-xdv8g8pxm9bczwcx

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 9 Aug 2012 05:00:51 +0000 (05:00 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120809050051-p6f437n80grsr5vz

11 years ago[IMP] misc CSS improvements, mainly editable lists
Fabien Pinckaers [Wed, 8 Aug 2012 19:38:42 +0000 (21:38 +0200)]
[IMP] misc CSS improvements, mainly editable lists

bzr revid: fp@tinyerp.com-20120808193842-nxrk13vc8hv9wxlg

11 years ago[IMP] change_password is now a client_action
Antony Lesuisse [Wed, 8 Aug 2012 19:28:55 +0000 (21:28 +0200)]
[IMP] change_password is now a client_action

bzr revid: al@openerp.com-20120808192855-dq2aje2qq7sqq2mc

11 years ago[IMP] user preference is regular wizard, change password in a popup
Antony Lesuisse [Wed, 8 Aug 2012 19:28:12 +0000 (21:28 +0200)]
[IMP] user preference is regular wizard, change password in a popup

bzr revid: al@openerp.com-20120808192812-qg6u5pd9v1iheudd

11 years ago[IMP] user preference is regular wizard
Antony Lesuisse [Wed, 8 Aug 2012 19:12:44 +0000 (21:12 +0200)]
[IMP] user preference is regular wizard

bzr revid: al@openerp.com-20120808191244-i60ximtj3m39od7r

11 years ago[IMP] user preferences is a regular wizard
Antony Lesuisse [Wed, 8 Aug 2012 19:07:08 +0000 (21:07 +0200)]
[IMP] user preferences is a regular wizard

bzr revid: al@openerp.com-20120808190708-1u9bxnun5cwijq8l

11 years ago[FIX] project: prevent double project creation when use_{tasks,issues} is check on...
Olivier Dony [Wed, 8 Aug 2012 18:15:22 +0000 (20:15 +0200)]
[FIX] project: prevent double project creation when use_{tasks,issues} is check on analytic account

bzr revid: odo@openerp.com-20120808181522-ajgmdy5wijxqyore

11 years ago[FIX] menu trigger on login
Antony Lesuisse [Wed, 8 Aug 2012 18:08:16 +0000 (20:08 +0200)]
[FIX] menu trigger on login

bzr revid: al@openerp.com-20120808180816-5je80txb8xd4kp29

11 years ago[MERGE] db: module auto-install should work recursively during db bootstrap too
Olivier Dony [Wed, 8 Aug 2012 18:07:38 +0000 (20:07 +0200)]
[MERGE] db: module auto-install should work recursively during db bootstrap too

bzr revid: odo@openerp.com-20120808180738-m5ecz2ubwqyqbh0g

11 years ago[MERGE] stages clickable
Antony Lesuisse [Wed, 8 Aug 2012 17:02:15 +0000 (19:02 +0200)]
[MERGE] stages clickable

bzr revid: al@openerp.com-20120808170215-fot80280eulblm8s

11 years ago[FIX] db: module auto-install should work recursively during db bootstrap too
Olivier Dony [Wed, 8 Aug 2012 16:59:04 +0000 (18:59 +0200)]
[FIX] db: module auto-install should work recursively during db bootstrap too

bzr revid: odo@openerp.com-20120808165904-hyyxn3djm75od67b

11 years ago[FIX] Fix inverted order of columns in kanban view
Fabien Meghazi [Wed, 8 Aug 2012 16:57:48 +0000 (18:57 +0200)]
[FIX] Fix inverted order of columns in kanban view

bzr revid: fme@openerp.com-20120808165748-1ot1thatcktf78k6

11 years ago[FIX] mail: correct dependencies
Christophe Simonis [Wed, 8 Aug 2012 15:46:48 +0000 (17:46 +0200)]
[FIX] mail: correct dependencies

bzr revid: chs@openerp.com-20120808154648-edt42wlhwphf8g24

11 years ago[FIX] Fixed bug in view_form.js
vta vta@openerp.com [Wed, 8 Aug 2012 15:44:22 +0000 (17:44 +0200)]
[FIX] Fixed bug in view_form.js

bzr revid: vta@openerp.com-20120808154422-nbjabrc3cxcb030g

11 years ago[MERGE] trunk
Antony Lesuisse [Wed, 8 Aug 2012 15:43:32 +0000 (17:43 +0200)]
[MERGE] trunk

bzr revid: al@openerp.com-20120808154332-8v1vp9yeykzxcey2

11 years ago[CHG] select all field content when focusing integer or float field
Xavier Morel [Wed, 8 Aug 2012 15:41:26 +0000 (17:41 +0200)]
[CHG] select all field content when focusing integer or float field

bzr revid: xmo@openerp.com-20120808154126-wy9b96px9fasmu7e

11 years ago[MERGE] reset password, signup and auth renames
Antony Lesuisse [Wed, 8 Aug 2012 15:20:42 +0000 (17:20 +0200)]
[MERGE] reset password, signup and auth renames

bzr revid: al@openerp.com-20120808152042-zfrxriyffvu9uw9v

11 years ago[FIX] ignore blur event on m2o input during autocompletion or if a sub-popup is open
Xavier Morel [Wed, 8 Aug 2012 15:18:43 +0000 (17:18 +0200)]
[FIX] ignore blur event on m2o input during autocompletion or if a sub-popup is open

jquery.ui.autocomplete does quite a bit of focus-setting during and
around itself, leading to blur events being triggered outside
expectations (e.g. after an action has been selected and the dropdown
has been closed due to the action opening a popup whose content gets
focused somehow).

Really, the guy who implemented o2m's autosave-on-blur should be shot.

Wait, that would be me.

bzr revid: xmo@openerp.com-20120808151843-et2r8hplxxyqc7v6

11 years ago[FIX] reverted previous fix and made a better one
niv-openerp [Wed, 8 Aug 2012 15:17:09 +0000 (17:17 +0200)]
[FIX] reverted previous fix and made a better one

bzr revid: nicolas.vanhoren@openerp.com-20120808151709-0zvixdxfxv71j4ma

11 years ago[FIX] problem in kanban views
niv-openerp [Wed, 8 Aug 2012 15:05:14 +0000 (17:05 +0200)]
[FIX] problem in kanban views

bzr revid: nicolas.vanhoren@openerp.com-20120808150514-u1dwrtyrtkks8zqx

11 years ago[MERGE] editable stage widget
vta vta@openerp.com [Wed, 8 Aug 2012 14:53:31 +0000 (16:53 +0200)]
[MERGE] editable stage widget

bzr revid: vta@openerp.com-20120808145331-1b0ngxa3v3z5pt7o

11 years ago[REVERT] Cancel PO Template changes from rev.2702 - to be fully re-generated before...
Olivier Dony [Wed, 8 Aug 2012 14:46:13 +0000 (16:46 +0200)]
[REVERT] Cancel PO Template changes from rev.2702 - to be fully re-generated before next release

We'll also attempt to replace the master strings in the
translated .po files before replacing the master strings,
to avoid losing translations just because of mere typo fixes.

bzr revid: odo@openerp.com-20120808144613-wtz50tcz5n7kvcza

11 years ago[FIX] auth_reset_password: correct link
Christophe Simonis [Wed, 8 Aug 2012 14:23:24 +0000 (16:23 +0200)]
[FIX] auth_reset_password: correct link

bzr revid: chs@openerp.com-20120808142324-wrhykvyd8zpsw50v

11 years ago[IMP] merge action_id and client_action state arguments into action
Christophe Simonis [Wed, 8 Aug 2012 14:16:41 +0000 (16:16 +0200)]
[IMP] merge action_id and client_action state arguments into action

bzr revid: chs@openerp.com-20120808141641-0kdb3s463tb7em88

11 years ago[FIX] problem in m2o when you delete something using the delete button of the keyboard
niv-openerp [Wed, 8 Aug 2012 14:13:01 +0000 (16:13 +0200)]
[FIX] problem in m2o when you delete something using the delete button of the keyboard

bzr revid: nicolas.vanhoren@openerp.com-20120808141301-ts4und7qynxh6i3p

11 years ago[MERGE]
Stephane Wirtel [Wed, 8 Aug 2012 14:08:46 +0000 (16:08 +0200)]
[MERGE]

bzr revid: stw@openerp.com-20120808140846-ay7qn0bymtdbwj9q

11 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-addons_issue_account-cha
Stephane Wirtel [Wed, 8 Aug 2012 14:06:45 +0000 (16:06 +0200)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-addons_issue_account-cha

bzr revid: stw@openerp.com-20120808140645-p6q5cmap16wv69oa

11 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-addons_issue2_project-rpr
Stephane Wirtel [Wed, 8 Aug 2012 14:04:24 +0000 (16:04 +0200)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-addons_issue2_project-rpr

bzr revid: stw@openerp.com-20120808140424-gop7xnjpjj993pt8

11 years ago[FIX] fixed base.sass
vta vta@openerp.com [Wed, 8 Aug 2012 14:01:44 +0000 (16:01 +0200)]
[FIX] fixed base.sass

bzr revid: vta@openerp.com-20120808140144-bgwm6n2kl13a2lnz