odoo/odoo.git
12 years ago[FIX] implement going back to the login page by just reloading the whole bloody thing
Xavier Morel [Mon, 1 Aug 2011 15:02:31 +0000 (17:02 +0200)]
[FIX] implement going back to the login page by just reloading the whole bloody thing

bzr revid: xmo@openerp.com-20110801150231-wr8h550mr7ixx0ue

12 years ago[FIX] get correct field name in chane_password method
Xavier Morel [Mon, 1 Aug 2011 14:54:37 +0000 (16:54 +0200)]
[FIX] get correct field name in chane_password method

bzr revid: xmo@openerp.com-20110801145437-x0qyfk5fsg7ivc9o

12 years ago[FIX] some incomplete behaviors
Raphael Collet [Mon, 1 Aug 2011 14:51:43 +0000 (16:51 +0200)]
[FIX] some incomplete behaviors

bzr revid: rco@openerp.com-20110801145143-sbxda31bazobej6k

12 years ago[FIX] backup restoration, works almost 60% of the time
Xavier Morel [Mon, 1 Aug 2011 14:47:28 +0000 (16:47 +0200)]
[FIX] backup restoration, works almost 60% of the time

bzr revid: xmo@openerp.com-20110801144728-zh1d6nqpf19i6x7p

12 years agoslight improvement of layout
Raphael Collet [Mon, 1 Aug 2011 14:26:07 +0000 (16:26 +0200)]
slight improvement of layout

bzr revid: rco@openerp.com-20110801142607-ie3lqx5j4u77wbbn

12 years ago[IMP] add tooltip for groups
Raphael Collet [Mon, 1 Aug 2011 14:17:22 +0000 (16:17 +0200)]
[IMP] add tooltip for groups

bzr revid: rco@openerp.com-20110801141722-50lbhy56zt6ppsng

12 years ago[IMP] classification of groups
Raphael Collet [Mon, 1 Aug 2011 14:07:03 +0000 (16:07 +0200)]
[IMP] classification of groups

bzr revid: rco@openerp.com-20110801140703-5odcxym9xnudffym

12 years ago[FIX] fully reimplement dumping a DB so that it works correctly
Xavier Morel [Mon, 1 Aug 2011 13:12:54 +0000 (15:12 +0200)]
[FIX] fully reimplement dumping a DB so that it works correctly

* handler should be an httprequest, as we're returning a binary file (maybe we could use ajax with file API abd b64, but... not now)
* use cookie-hack to know when the file is downloading (or is finished downloading, not sure which, not that it matters) so we can add some kind of UI signal

bzr revid: xmo@openerp.com-20110801131254-ik4m8yyc526pz7rf

12 years ago[MERGE] Calendar WIP
Fabien Meghazi [Mon, 1 Aug 2011 12:48:02 +0000 (14:48 +0200)]
[MERGE] Calendar WIP

bzr revid: fme@openerp.com-20110801124802-hpcbkhpxxc0cu60j

12 years ago[FIX] for some reason, my IDE does *not* enjoy getting 3MB of binary data dumped...
Xavier Morel [Mon, 1 Aug 2011 12:33:02 +0000 (14:33 +0200)]
[FIX] for some reason, my IDE does *not* enjoy getting 3MB of binary data dumped into its log view. Only display the size of the data returned in case of http requests

bzr revid: xmo@openerp.com-20110801123302-tfs1jw3kmlnji0ra

12 years agorename_partner_with_customer
RavishchanraMurari (Open ERP) [Mon, 1 Aug 2011 11:54:31 +0000 (17:24 +0530)]
rename_partner_with_customer

bzr revid: rmu@tinyerp.com-20110801115431-wg5n5ka0o9jsdf6x

12 years ago[IMP] show view_id on dashboard view
Amit Parmar (OpenERP) [Mon, 1 Aug 2011 11:38:28 +0000 (17:08 +0530)]
[IMP] show view_id on dashboard view

bzr revid: aar@tinyerp.com-20110801113828-izd521rms9ygmpsw

12 years ago[IMP] don't duplicate en_US lang in create db, remove redundant <t> elements in selec...
Xavier Morel [Mon, 1 Aug 2011 10:58:38 +0000 (12:58 +0200)]
[IMP] don't duplicate en_US lang in create db, remove redundant <t> elements in select templates

bzr revid: xmo@openerp.com-20110801105838-5arrf4nppsle5akt

12 years ago[FIX] broken markup in drop db template leading to broken rendering
Xavier Morel [Mon, 1 Aug 2011 10:52:31 +0000 (12:52 +0200)]
[FIX] broken markup in drop db template leading to broken rendering

bzr revid: xmo@openerp.com-20110801105231-xbxxzyx8rbr9wg7a

12 years ago[FIX] improve usage of jquery validator, don't trigger RPC requests on invalid forms
Xavier Morel [Mon, 1 Aug 2011 10:44:53 +0000 (12:44 +0200)]
[FIX] improve usage of jquery validator, don't trigger RPC requests on invalid forms

* Use jquery.validate's submitHandler callback so the RPC calls are *only* performed when forms are valid
* Move rules creation to markup when possible
* Setup basic rule failure messages in validate() call, not afterwards

bzr revid: xmo@openerp.com-20110801104453-a3iuyn033en57495

12 years ago[IMP] Add the menuitem Charts to the Accounting/Accountant
Amit Parmar (OpenERP) [Mon, 1 Aug 2011 10:08:23 +0000 (15:38 +0530)]
[IMP] Add the menuitem Charts to the Accounting/Accountant

bzr revid: aar@tinyerp.com-20110801100823-41d7vculfz7rlhxk

12 years ago[FIX] synchronized operations aware of the dblist, so the backup tab does not suggest...
Xavier Morel [Mon, 1 Aug 2011 09:56:49 +0000 (11:56 +0200)]
[FIX] synchronized operations aware of the dblist, so the backup tab does not suggest dumping a DB which was just dropped moments before

bzr revid: xmo@openerp.com-20110801095649-kryicm6lds41m3e1

12 years ago[FIX] very unlikely race condition in case fetching db list hangs and user switches...
Xavier Morel [Mon, 1 Aug 2011 09:31:30 +0000 (11:31 +0200)]
[FIX] very unlikely race condition in case fetching db list hangs and user switches to dropping db before it's come back

bzr revid: xmo@openerp.com-20110801093130-fxp2sjx4aabta826

12 years ago[REM] missed a uniqueid generation in fetching db langs
Xavier Morel [Mon, 1 Aug 2011 09:28:29 +0000 (11:28 +0200)]
[REM] missed a uniqueid generation in fetching db langs

bzr revid: xmo@openerp.com-20110801092829-boojzjfdi4achv1o

12 years ago[REM] unused openerp.base.Database.option_id
Xavier Morel [Mon, 1 Aug 2011 09:27:48 +0000 (11:27 +0200)]
[REM] unused openerp.base.Database.option_id

bzr revid: xmo@openerp.com-20110801092748-nt4oqyoetxojfc4o

12 years ago[MERGE] Merged with trunk
Fabien Meghazi [Mon, 1 Aug 2011 09:26:17 +0000 (11:26 +0200)]
[MERGE] Merged with trunk

bzr revid: fme@openerp.com-20110801092617-f4vcc8dhx31n5ot3

12 years ago[imp] improved doc
niv-openerp [Mon, 1 Aug 2011 09:19:11 +0000 (11:19 +0200)]
[imp] improved doc

bzr revid: nicolas.vanhoren@openerp.com-20110801091911-734wyr8p4pyheh8o

12 years ago[merge]
niv-openerp [Mon, 1 Aug 2011 09:18:56 +0000 (11:18 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110801091856-e8ix5no91lru9btq

12 years ago[imp] corrected some doc
niv-openerp [Mon, 1 Aug 2011 09:18:25 +0000 (11:18 +0200)]
[imp] corrected some doc

bzr revid: nicolas.vanhoren@openerp.com-20110801091825-ge0ha30u9v5707zb

12 years ago[IMP] db RPC calls: don't generate unused unique IDs when displaying errors, remove...
Xavier Morel [Mon, 1 Aug 2011 09:17:33 +0000 (11:17 +0200)]
[IMP] db RPC calls: don't generate unused unique IDs when displaying errors, remove references to removed variables, var an implicit global

bzr revid: xmo@openerp.com-20110801091733-lz7otl6e5nzjr51q

12 years ago[IMP] remove useless conditional in db controller init, don't go select the exact...
Xavier Morel [Mon, 1 Aug 2011 09:16:36 +0000 (11:16 +0200)]
[IMP] remove useless conditional in db controller init, don't go select the exact same element twice in a row

bzr revid: xmo@openerp.com-20110801091636-8yijuv1rf71zyq0e

12 years ago[IMP] simplify unpacking of parameters in db operations, cleanup error handling as...
Xavier Morel [Mon, 1 Aug 2011 09:11:07 +0000 (11:11 +0200)]
[IMP] simplify unpacking of parameters in db operations, cleanup error handling as well

bzr revid: xmo@openerp.com-20110801091107-cw5rx59s2kgbgo51

12 years ago[IMP] skip the application installation
Amit Parmar (OpenERP) [Mon, 1 Aug 2011 08:55:36 +0000 (14:25 +0530)]
[IMP] skip the application installation

bzr revid: aar@tinyerp.com-20110801085536-i3gh48q71fs4dq2w

12 years agoreplace_buttons
RavishchanraMurari (Open ERP) [Mon, 1 Aug 2011 07:37:14 +0000 (13:07 +0530)]
replace_buttons

bzr revid: rmu@tinyerp.com-20110801073714-3qthx6ob1mkeqo3u

12 years ago[IMP]: made changes in res_partner_bank and iban view file in order to invisible...
Hardik Ansodariy (OpenERP) [Mon, 1 Aug 2011 05:23:23 +0000 (10:53 +0530)]
[IMP]: made changes in res_partner_bank and iban view file in order to invisible field

bzr revid: han@tinyerp.com-20110801052323-k1txd13hrjnbgtmn

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 1 Aug 2011 04:39:43 +0000 (04:39 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110730050033-h7utz09178tvvetl
bzr revid: launchpad_translations_on_behalf_of_openerp-20110731043831-gj2tw6sdh1e8sf34
bzr revid: launchpad_translations_on_behalf_of_openerp-20110801043943-wwcxg26n160r0o21

12 years agofix methods read and write in users_view
Raphael Collet [Fri, 29 Jul 2011 15:15:24 +0000 (17:15 +0200)]
fix methods read and write in users_view

bzr revid: rco@openerp.com-20110729151524-3szt56d6icc7j8pn

12 years agosimple optimization when modifying groups of users
Raphael Collet [Fri, 29 Jul 2011 15:12:16 +0000 (17:12 +0200)]
simple optimization when modifying groups of users

bzr revid: rco@openerp.com-20110729151216-7spi02jeibzl7jhz

12 years ago[MERGE] orm: transfer the field to modifiers if there is really a field. There is...
Vo Minh Thu [Fri, 29 Jul 2011 14:59:49 +0000 (16:59 +0200)]
[MERGE] orm: transfer the field to modifiers if there is really a field. There is no field for e.g. "id".

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

bzr revid: vmt@openerp.com-20110729145949-1a3oodfrt9soqwih

12 years ago[FIX] auto-mark automatic todos as done when they're launched
Xavier Morel [Fri, 29 Jul 2011 14:51:06 +0000 (16:51 +0200)]
[FIX] auto-mark automatic todos as done when they're launched

bzr revid: xmo@openerp.com-20110729145106-chvzn58l8d0y7tt9

12 years ago[ADD] forgot throbber
Xavier Morel [Fri, 29 Jul 2011 14:50:46 +0000 (16:50 +0200)]
[ADD] forgot throbber

bzr revid: xmo@openerp.com-20110729145046-22z09kbrc3r4is0u

12 years ago[IMP] handling of config items: display all manual, cross those marked as done
Xavier Morel [Fri, 29 Jul 2011 14:42:27 +0000 (16:42 +0200)]
[IMP] handling of config items: display all manual, cross those marked as done

bzr revid: xmo@openerp.com-20110729144227-l5nz6jqdxfy7jsic

12 years ago[IMP] todos: rename 'special' type to 'automatic', remove 'recurring' type, remove...
Xavier Morel [Fri, 29 Jul 2011 14:26:22 +0000 (16:26 +0200)]
[IMP] todos: rename 'special' type to 'automatic', remove 'recurring' type, remove 'hidden' state, fix relevant code sections

bzr revid: xmo@openerp.com-20110729142622-yxvi33planv3m5a0

12 years agosplit code in two parts: the implied groups, and enhanced view
Raphael Collet [Fri, 29 Jul 2011 14:04:00 +0000 (16:04 +0200)]
split code in two parts: the implied groups, and enhanced view

bzr revid: rco@openerp.com-20110729140400-agr3x0o7xpqxyt0p

12 years ago[FIX] convert ir.actions.todo fields to match model definition changes
Xavier Morel [Fri, 29 Jul 2011 14:03:24 +0000 (16:03 +0200)]
[FIX] convert ir.actions.todo fields to match model definition changes

* type = special => type = automatic
* type = recurring | normal => type = normal
* default type special => normal
* state = hidden => state = done

bzr revid: xmo@openerp.com-20110729140324-0nxus4p8ufj46z9y

12 years ago[fix] forgot call to parent start() in viewManager
niv-openerp [Fri, 29 Jul 2011 14:02:23 +0000 (16:02 +0200)]
[fix] forgot call to parent start() in viewManager

bzr revid: nicolas.vanhoren@openerp.com-20110729140223-z2lxskucfjun7o91

12 years ago[merge]
niv-openerp [Fri, 29 Jul 2011 14:02:03 +0000 (16:02 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110729140203-zz9mcoebu2q410tq

12 years ago[fix] forgot call to parent start() in viewManager
niv-openerp [Fri, 29 Jul 2011 14:01:06 +0000 (16:01 +0200)]
[fix] forgot call to parent start() in viewManager

bzr revid: nicolas.vanhoren@openerp.com-20110729140106-et5tlhkfk90tzbxh

12 years ago[REF] reformat xml files before applying automated search&replace on them
Xavier Morel [Fri, 29 Jul 2011 13:48:10 +0000 (15:48 +0200)]
[REF] reformat xml files before applying automated search&replace on them

bzr revid: xmo@openerp.com-20110729134810-oiqptqs2omvo7o7c

12 years ago[FIXED] Fixed the problem keyerror id
gpa [Fri, 29 Jul 2011 13:34:55 +0000 (19:04 +0530)]
[FIXED] Fixed the problem keyerror id

bzr revid: gpa@tinyerp.com-20110729133455-oed1zbu6qv9aa4uo

12 years agomove code around
Raphael Collet [Fri, 29 Jul 2011 12:44:51 +0000 (14:44 +0200)]
move code around

bzr revid: rco@openerp.com-20110729124451-8c4txfklkoflc2c1

12 years agoadd implied groups in all cases
Raphael Collet [Fri, 29 Jul 2011 12:42:35 +0000 (14:42 +0200)]
add implied groups in all cases

bzr revid: rco@openerp.com-20110729124235-95a3igb3cmunwiz1

12 years ago[IMP] rename controller.js to core.js
Antony Lesuisse [Fri, 29 Jul 2011 12:40:16 +0000 (14:40 +0200)]
[IMP] rename controller.js to core.js

bzr revid: al@openerp.com-20110729124016-gvtayplemywiyh0a

12 years ago[MERGE] corrected a "if" that could never succeed.
Vo Minh Thu [Fri, 29 Jul 2011 12:31:08 +0000 (14:31 +0200)]
[MERGE] corrected a "if" that could never succeed.

bzr revid: vmt@openerp.com-20110729123108-mqh0y6bcpq4eio4z

12 years ago[MERGE]: Improvement in label and menutip for Import and create customers
Rucha (Open ERP) [Fri, 29 Jul 2011 11:21:38 +0000 (16:51 +0530)]
[MERGE]: Improvement in label and menutip for Import and create customers

bzr revid: rpa@tinyerp.com-20110729112138-myrt8njc6mmj7an3

12 years ago[FIX]:--debug option
Naresh (OpenERP) [Fri, 29 Jul 2011 11:20:19 +0000 (16:50 +0530)]
[FIX]:--debug option

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

bzr revid: nch@tinyerp.com-20110729112019-yu4cbcgsmnph3iaz

12 years agoimprove API of some methods
Raphael Collet [Fri, 29 Jul 2011 11:03:32 +0000 (13:03 +0200)]
improve API of some methods

bzr revid: rco@openerp.com-20110729110332-zv5agzip0sq2rwkr

12 years ago[IMP]base_setup:Improvement is done in the proper branch
Mayur Maheshwari (OpenERP) [Fri, 29 Jul 2011 10:48:00 +0000 (16:18 +0530)]
[IMP]base_setup:Improvement is done in the proper branch

bzr revid: mma@tinyerp.com-20110729104800-8cy1r1u7c5vjviam

12 years agoupdate group and user views
Raphael Collet [Fri, 29 Jul 2011 10:27:46 +0000 (12:27 +0200)]
update group and user views

bzr revid: rco@openerp.com-20110729102746-nqah2jqynqiz2lo5

12 years agoadd comments and small code improvements
Raphael Collet [Fri, 29 Jul 2011 10:16:20 +0000 (12:16 +0200)]
add comments and small code improvements

bzr revid: rco@openerp.com-20110729101620-iknnq7vcchy9mlrr

12 years agosmall code improvements
Raphael Collet [Fri, 29 Jul 2011 10:12:38 +0000 (12:12 +0200)]
small code improvements

bzr revid: rco@openerp.com-20110729101238-udkcecldiy9ybfwq

12 years agosmall code improvements
Raphael Collet [Fri, 29 Jul 2011 10:07:14 +0000 (12:07 +0200)]
small code improvements

bzr revid: rco@openerp.com-20110729100714-apwfhm3ee72fkmg9

12 years ago[MERGE]: When HR and Association is installed, hr_expense module comes twice in the...
Rucha (Open ERP) [Fri, 29 Jul 2011 10:00:13 +0000 (15:30 +0530)]
[MERGE]: When HR and Association is installed, hr_expense module comes twice in the wizard view and same for project_gtd when project and association is installed, so removed duplicated field.

bzr revid: rpa@tinyerp.com-20110729100013-25q51qz22wswepjk

12 years ago[MERGE]: Improvement in HR wizard and demo
Rucha (Open ERP) [Fri, 29 Jul 2011 09:58:59 +0000 (15:28 +0530)]
[MERGE]: Improvement in HR wizard and demo

bzr revid: rpa@tinyerp.com-20110729095859-irhfpol62jxkrc75

12 years ago[MERGE]: Improved terminology wizard name and label
Rucha (Open ERP) [Fri, 29 Jul 2011 09:57:17 +0000 (15:27 +0530)]
[MERGE]: Improved terminology wizard name and label

bzr revid: rpa@tinyerp.com-20110729095717-5usdp9vc89zejv7e

12 years ago[MERGE]: Improved tooltip for consumable product, Opened list view of product instead...
Rucha (Open ERP) [Fri, 29 Jul 2011 09:55:36 +0000 (15:25 +0530)]
[MERGE]: Improved tooltip for consumable product, Opened list view of product instead of form view for "Add new Product" wizard

bzr revid: rpa@tinyerp.com-20110729095536-eu61by60e9ypcmeu

12 years ago[MERGE]: Improved name of the features in "Add more Features" wizard
Rucha (Open ERP) [Fri, 29 Jul 2011 09:53:59 +0000 (15:23 +0530)]
[MERGE]: Improved name of the features in "Add more Features" wizard

bzr revid: rpa@tinyerp.com-20110729095359-qmr970b4que1dz7o

12 years agoadd function partition
Raphael Collet [Fri, 29 Jul 2011 09:46:43 +0000 (11:46 +0200)]
add function partition

bzr revid: rco@openerp.com-20110729094643-j0ky9qu3o3w2n1wr

12 years agoimprove group selection fields
Raphael Collet [Fri, 29 Jul 2011 08:41:37 +0000 (10:41 +0200)]
improve group selection fields

bzr revid: rco@openerp.com-20110729084137-da89gorw9udmv8i0

12 years agofix fields_view_get, and hide selection field when app not selected
Raphael Collet [Fri, 29 Jul 2011 07:40:25 +0000 (09:40 +0200)]
fix fields_view_get, and hide selection field when app not selected

bzr revid: rco@openerp.com-20110729074025-ugr2rkm1mxnwle1s

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 29 Jul 2011 04:47:42 +0000 (04:47 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110726043915-2jf6htp0r7lwtog2
bzr revid: launchpad_translations_on_behalf_of_openerp-20110727043303-c8vlizlwvgk8nbpy
bzr revid: launchpad_translations_on_behalf_of_openerp-20110729044742-d00u9akz8kbon8bv

12 years ago[merge] lot of improvements to Widget
niv-openerp [Thu, 28 Jul 2011 17:01:45 +0000 (19:01 +0200)]
[merge] lot of improvements to Widget

bzr revid: nicolas.vanhoren@openerp.com-20110728170145-klvqmohtygq2vclp

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

bzr revid: nicolas.vanhoren@openerp.com-20110728170016-eh9qxvq752vg68fw

12 years ago[imp] DOM insertion methods for Widget + doc + rpc stop mechanism
niv-openerp [Thu, 28 Jul 2011 16:59:14 +0000 (18:59 +0200)]
[imp] DOM insertion methods for Widget + doc + rpc stop mechanism

bzr revid: nicolas.vanhoren@openerp.com-20110728165914-6nadrs5sj00jd91j

12 years ago[MERGE] Export
Yogesh(OpenERP) [Thu, 28 Jul 2011 16:22:02 +0000 (18:22 +0200)]
[MERGE] Export

bzr revid: fme@openerp.com-20110728162202-nt5i2ivxoa90xf7k

12 years ago[IMP] Integrate import into sidebar. Use fields_get instead of parsing views.
Fabien Meghazi [Thu, 28 Jul 2011 16:18:53 +0000 (18:18 +0200)]
[IMP] Integrate import into sidebar. Use fields_get instead of parsing views.

bzr revid: fme@openerp.com-20110728161853-21ml7wc7kgtfha45

12 years ago[MERGE] Merge with trunk
Fabien Meghazi [Thu, 28 Jul 2011 16:16:38 +0000 (18:16 +0200)]
[MERGE] Merge with trunk

bzr revid: fme@openerp.com-20110728161638-mfqq72naijtd21fg

12 years ago[IMP] block UI during installations, reload client at the end of installation
Xavier Morel [Thu, 28 Jul 2011 15:40:06 +0000 (17:40 +0200)]
[IMP] block UI during installations, reload client at the end of installation

bzr revid: xmo@openerp.com-20110728154006-jx9v9ecvm5olaivt

12 years ago[imp] Mainly documentation and small modifications to Widget.
niv-openerp [Thu, 28 Jul 2011 15:24:56 +0000 (17:24 +0200)]
[imp] Mainly documentation and small modifications to Widget.

bzr revid: nicolas.vanhoren@openerp.com-20110728152456-2mgkbcqhm7d0zz3m

12 years ago[IMP] Improve sidebar
Fabien Meghazi [Thu, 28 Jul 2011 15:15:45 +0000 (17:15 +0200)]
[IMP] Improve sidebar

bzr revid: fme@openerp.com-20110728151545-2fsy941wjznod4q8

12 years agobuild the view based on classified groups
Raphael Collet [Thu, 28 Jul 2011 14:51:31 +0000 (16:51 +0200)]
build the view based on classified groups

bzr revid: rco@openerp.com-20110728145131-j8myem3vd25j1drf

12 years ago[merge] refactoring of core, phase 1. Actually the main difference is that Controller...
niv-openerp [Thu, 28 Jul 2011 14:50:09 +0000 (16:50 +0200)]
[merge] refactoring of core, phase 1. Actually the main difference is that Controller was renammed to Widget.

bzr revid: nicolas.vanhoren@openerp.com-20110728145009-aylp9kj1whkt663m

12 years ago[imp] changed Controller to Widget and BaseWidget to OldWidget
niv-openerp [Thu, 28 Jul 2011 14:49:12 +0000 (16:49 +0200)]
[imp] changed Controller to Widget and BaseWidget to OldWidget

bzr revid: nicolas.vanhoren@openerp.com-20110728144912-t3kml1yo8gt261ga

12 years ago[imp] changed a lot of things in controller but stick with retro-compatibility
niv-openerp [Thu, 28 Jul 2011 14:34:13 +0000 (16:34 +0200)]
[imp] changed a lot of things in controller but stick with retro-compatibility

bzr revid: nicolas.vanhoren@openerp.com-20110728143413-7z0an78q6k5ytsiy

12 years ago[IMP] static home version changed my mind
Xavier Morel [Thu, 28 Jul 2011 14:25:37 +0000 (16:25 +0200)]
[IMP] static home version changed my mind

bzr revid: xmo@openerp.com-20110728142537-vrwn9w0vvyl00128

12 years agoimprove group classification
Raphael Collet [Thu, 28 Jul 2011 13:10:22 +0000 (15:10 +0200)]
improve group classification

bzr revid: rco@openerp.com-20110728131022-1w6t86lnext9e2yg

12 years ago[IMP] Cleaned a bit, fixed some global variables
Fabien Meghazi [Thu, 28 Jul 2011 12:26:50 +0000 (14:26 +0200)]
[IMP] Cleaned a bit, fixed some global variables

bzr revid: fme@openerp.com-20110728122650-8305oh329y5y8a66

12 years ago[IMP]base_setup: Improvement is done
Mayur Maheshwari (OpenERP) [Thu, 28 Jul 2011 12:15:48 +0000 (17:45 +0530)]
[IMP]base_setup: Improvement is done

bzr revid: mma@tinyerp.com-20110728121548-lfbq6gx7m7bkqx0h

12 years agoadd method to compute the closure of the relation implied_ids
Raphael Collet [Thu, 28 Jul 2011 12:06:54 +0000 (14:06 +0200)]
add method to compute the closure of the relation implied_ids

bzr revid: rco@openerp.com-20110728120654-q0tewgjk7qxf6t8h

12 years ago[FIX] Renamed export module to data_export. export is a javascript reserved word...
Fabien Meghazi [Thu, 28 Jul 2011 11:20:13 +0000 (13:20 +0200)]
[FIX] Renamed export module to data_export. export is a javascript reserved word thus causing problems with safari

bzr revid: fme@openerp.com-20110728112013-lmo06h75r0xqipbo

12 years ago[FIX] store db and login in cookie as well as sid and uid
Xavier Morel [Thu, 28 Jul 2011 11:08:34 +0000 (13:08 +0200)]
[FIX] store db and login in cookie as well as sid and uid

bzr revid: xmo@openerp.com-20110728110834-9qd4dftahm4naszh

12 years agoadd method to get groups classified
Raphael Collet [Thu, 28 Jul 2011 09:59:58 +0000 (11:59 +0200)]
add method to get groups classified

bzr revid: rco@openerp.com-20110728095958-bgplcmlrwbp017nr

12 years ago[MERGE] stock/sale/pos: use specific name for the tests to avoid collision with norma...
Vo Minh Thu [Thu, 28 Jul 2011 08:19:26 +0000 (10:19 +0200)]
[MERGE] stock/sale/pos: use specific name for the tests to avoid collision with normal data.

bzr revid: vmt@openerp.com-20110728081926-b3x3uq8pj02id3dx

12 years agomake group names translatable
Raphael Collet [Thu, 28 Jul 2011 07:29:48 +0000 (09:29 +0200)]
make group names translatable

bzr revid: rco@openerp.com-20110728072948-5nkse5obxz739r4r

12 years agofirst sketch of groups with boolean fields
Raphael Collet [Thu, 28 Jul 2011 07:25:44 +0000 (09:25 +0200)]
first sketch of groups with boolean fields

bzr revid: rco@openerp.com-20110728072544-tyseggysom5y8azw

12 years ago[IMP] improve css of tree_grid a tag.
Yogesh (OpenERP) [Thu, 28 Jul 2011 07:19:54 +0000 (12:49 +0530)]
[IMP] improve css of tree_grid a tag.

bzr revid: ysa@tinyerp.com-20110728071954-gpan09gff3xhy4e8

12 years ago[usability],automated action menu come at adminstration menu
Amit Bhavsar (Open ERP) [Thu, 28 Jul 2011 07:04:32 +0000 (12:34 +0530)]
[usability],automated action menu come at adminstration menu

bzr revid: amb@tinyerp.com-20110728070432-bwi7d0o0a1n1xvtr

12 years ago[IMP] Improve jquery selector use this. instead of directly $.
Yogesh (OpenERP) [Thu, 28 Jul 2011 06:41:54 +0000 (12:11 +0530)]
[IMP] Improve jquery selector use this. instead of directly $.

bzr revid: ysa@tinyerp.com-20110728064154-t3k2fcfss4e1g6kk

12 years agoemail.addresss_id_repalce_by_user_email
RavishchanraMurari (Open ERP) [Thu, 28 Jul 2011 06:11:56 +0000 (11:41 +0530)]
email.addresss_id_repalce_by_user_email

bzr revid: rmu@tinyerp.com-20110728061156-swmn5jz78zb3w4vd

12 years ago[usability],main branch merge
Amit Bhavsar (Open ERP) [Thu, 28 Jul 2011 05:57:25 +0000 (11:27 +0530)]
[usability],main branch merge

bzr revid: amb@tinyerp.com-20110728055725-luqs84a325ry43mh

12 years ago[IMP] remerge onchange partner set invoice task work
Amit Parmar (OpenERP) [Thu, 28 Jul 2011 05:27:47 +0000 (10:57 +0530)]
[IMP] remerge onchange partner set invoice task work

bzr revid: aar@tinyerp.com-20110728052747-snhjt637okxiytkp

12 years ago[MERGE] Merge with trunk upto revision no 698.
Yogesh (OpenERP) [Thu, 28 Jul 2011 05:22:48 +0000 (10:52 +0530)]
[MERGE] Merge with trunk upto revision no 698.

bzr revid: ysa@tinyerp.com-20110728052248-5z3nuv4t8f77haj9

12 years agoIn css the convention is to prepend all css declarations with .openerp.
Yogesh (OpenERP) [Thu, 28 Jul 2011 05:19:53 +0000 (10:49 +0530)]
In css the convention is to prepend all css declarations with .openerp.

bzr revid: ysa@tinyerp.com-20110728051953-cpjaae65bgrfr8cf

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 28 Jul 2011 04:34:01 +0000 (04:34 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110723045807-atb279zld82svwwl
bzr revid: launchpad_translations_on_behalf_of_openerp-20110724043505-eqkwgue3w4cp3055
bzr revid: launchpad_translations_on_behalf_of_openerp-20110728043401-16vnngx2gj77oeom

12 years ago[ADD] niv-style controller/widget skeleton
Antony Lesuisse [Wed, 27 Jul 2011 19:52:21 +0000 (21:52 +0200)]
[ADD] niv-style controller/widget skeleton

bzr revid: al@openerp.com-20110727195221-gy6u9e4xw0sflh4c