odoo/odoo.git
13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 10 Jun 2011 04:37:35 +0000 (04:37 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110607043551-4rpi9kkxnhsqxd0n
bzr revid: launchpad_translations_on_behalf_of_openerp-20110608043635-x9rtk2xkh75xlvq5
bzr revid: launchpad_translations_on_behalf_of_openerp-20110609043554-qetee7pedmsdwjm8
bzr revid: launchpad_translations_on_behalf_of_openerp-20110610043735-3d5rff99pe1zho3w

13 years ago[ADD] openerp/netsvc: use cgitb to format the exception sent to the client, code...
Vo Minh Thu [Thu, 9 Jun 2011 07:34:16 +0000 (09:34 +0200)]
[ADD] openerp/netsvc: use cgitb to format the exception sent to the client, code/idea by chs.

bzr revid: vmt@openerp.com-20110609073416-ml22a1vhtizl3z71

13 years ago[MERGE] xmo editable lists
Antony Lesuisse [Thu, 9 Jun 2011 01:20:45 +0000 (03:20 +0200)]
[MERGE] xmo editable lists

bzr revid: al@openerp.com-20110609012045-off7e8p7qem11vza

13 years ago[MERGE] res/partner/crm: removed unused code.
Vo Minh Thu [Wed, 8 Jun 2011 15:04:55 +0000 (17:04 +0200)]
[MERGE] res/partner/crm: removed unused code.

bzr revid: vmt@openerp.com-20110608150455-hd6tjghx938d94yh

13 years ago[FIX] property name for click even in jQuery is 'click', not 'onclick' and Firefox...
Xavier Morel [Wed, 8 Jun 2011 14:58:50 +0000 (16:58 +0200)]
[FIX] property name for click even in jQuery is 'click', not 'onclick' and Firefox does *not* like the wrong one

bzr revid: xmo@openerp.com-20110608145850-9fvq4celpj1v4ept

13 years ago[MERGE] ir_translation: lang field selection only displays installed languages.
Vo Minh Thu [Wed, 8 Jun 2011 14:50:33 +0000 (16:50 +0200)]
[MERGE] ir_translation: lang field selection only displays installed languages.

bzr revid: vmt@openerp.com-20110608145033-67n0g3g28pw91c9l

13 years ago[IMP] ir_translation only display installed lang, context in read
Antony Lesuisse [Wed, 8 Jun 2011 14:18:06 +0000 (16:18 +0200)]
[IMP] ir_translation only display installed lang, context in read

bzr revid: al@openerp.com-20110608141806-oeixkg763vgmv2we

13 years ago[IMP] don't wait for the bloody record to be fully loaded to fixup cell styles and...
Xavier Morel [Wed, 8 Jun 2011 13:51:41 +0000 (15:51 +0200)]
[IMP] don't wait for the bloody record to be fully loaded to fixup cell styles and add groupby columns (in case of grouping), it makes the list titles jittery which looks terrible. Instead, can fixup the row right after rendering, which makes the whole thing much stabler

bzr revid: xmo@openerp.com-20110608135141-g6rz1g77ykyg2cja

13 years ago[FIX] recompute aggregates after saving a record
Xavier Morel [Wed, 8 Jun 2011 13:33:01 +0000 (15:33 +0200)]
[FIX] recompute aggregates after saving a record

bzr revid: xmo@openerp.com-20110608133301-l3cdm9r2254zs20u

13 years ago[FIX] list-wise aggregation in case of groups
Xavier Morel [Wed, 8 Jun 2011 12:55:31 +0000 (14:55 +0200)]
[FIX] list-wise aggregation in case of groups

bzr revid: xmo@openerp.com-20110608125531-qmsey70ec127asyt

13 years agoRemove unused code.
Yogesh (OpenERP) [Wed, 8 Jun 2011 12:48:13 +0000 (18:18 +0530)]
Remove unused code.

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

bzr revid: ysa@tinyerp.com-20110608124813-62yj6d75yxy8o0p0

13 years ago[IMP] simplify list-wise aggregation computations, improve sub-grouping so sub-groups...
Xavier Morel [Wed, 8 Jun 2011 12:15:45 +0000 (14:15 +0200)]
[IMP] simplify list-wise aggregation computations, improve sub-grouping so sub-groups are created immediately rather than on render

bzr revid: xmo@openerp.com-20110608121545-aq7xmog2plmddcxe

13 years ago[imp] login improvements
niv-openerp [Wed, 8 Jun 2011 09:45:28 +0000 (11:45 +0200)]
[imp] login improvements

bzr revid: nicolas.vanhoren@openerp.com-20110608094528-kht3wkv3jo6trprk

13 years ago[imp] added remember password
niv-openerp [Wed, 8 Jun 2011 09:44:26 +0000 (11:44 +0200)]
[imp] added remember password

bzr revid: nicolas.vanhoren@openerp.com-20110608094426-nl8wdk7ywecrolzn

13 years ago[imp] added remember db & user to login
niv-openerp [Wed, 8 Jun 2011 08:54:07 +0000 (10:54 +0200)]
[imp] added remember db & user to login

bzr revid: nicolas.vanhoren@openerp.com-20110608085407-np8f3ww3sw6rhw33

13 years ago[IMP] mandate that @group_operator and listwise aggregation functions be coherent...
Xavier Morel [Tue, 7 Jun 2011 14:42:15 +0000 (16:42 +0200)]
[IMP] mandate that @group_operator and listwise aggregation functions be coherent on a listview field, so we can aggregate groups correctly

bzr revid: xmo@openerp.com-20110607144215-g6beueaoo3tu350r

13 years ago[IMP] swap [save] and [cancel] buttons in editable list view
Xavier Morel [Tue, 7 Jun 2011 14:13:58 +0000 (16:13 +0200)]
[IMP] swap [save] and [cancel] buttons in editable list view

bzr revid: xmo@openerp.com-20110607141358-9o6litpyk74njgp3

13 years ago[IMP] disable [new|add] and [delete] list-level buttons instead of removing them...
Xavier Morel [Tue, 7 Jun 2011 14:02:48 +0000 (16:02 +0200)]
[IMP] disable [new|add] and [delete] list-level buttons instead of removing them entirely from view

bzr revid: xmo@openerp.com-20110607140248-4zu9m1q28vh7h6yq

13 years ago[IMP] move list-wise aggregation results in the corresponding table columns, move...
Xavier Morel [Tue, 7 Jun 2011 11:36:29 +0000 (13:36 +0200)]
[IMP] move list-wise aggregation results in the corresponding table columns, move labels to popover titles

bzr revid: xmo@openerp.com-20110607113629-0jexwkti3bsiebxb

13 years ago[IMP] Improved dashboard, added handle for drag&drop
Fabien Meghazi [Tue, 7 Jun 2011 11:35:24 +0000 (13:35 +0200)]
[IMP] Improved dashboard, added handle for drag&drop

bzr revid: fme@openerp.com-20110607113524-whihy009kt0hmjqg

13 years ago[FIX] Fixed bug in dashboard rename feature
Fabien Meghazi [Tue, 7 Jun 2011 11:27:01 +0000 (13:27 +0200)]
[FIX] Fixed bug in dashboard rename feature

bzr revid: fme@openerp.com-20110607112701-rt4ywx42dpv21qhd

13 years ago[IMP] right-align integer and float columns
Xavier Morel [Tue, 7 Jun 2011 11:05:29 +0000 (13:05 +0200)]
[IMP] right-align integer and float columns

bzr revid: xmo@openerp.com-20110607110529-yqwoig3kb4c0ewps

13 years ago[IMP] switching to form view selecting the correct record while in edition mode with...
Xavier Morel [Tue, 7 Jun 2011 10:55:57 +0000 (12:55 +0200)]
[IMP] switching to form view selecting the correct record while in edition mode with a record being edited

bzr revid: xmo@openerp.com-20110607105557-izu1cm5udiqkktsg

13 years ago[REM] Removed callback in do_show.
Fabien Meghazi [Tue, 7 Jun 2011 10:52:48 +0000 (12:52 +0200)]
[REM] Removed callback in do_show.

bzr revid: fme@openerp.com-20110607105248-rtjbyi87k4v2px6c

13 years ago[IMP] make events passed through from children (lists and groups) to self by ListView...
Xavier Morel [Tue, 7 Jun 2011 10:30:24 +0000 (12:30 +0200)]
[IMP] make events passed through from children (lists and groups) to self by ListView.Groups pluggable

bzr revid: xmo@openerp.com-20110607103024-6m5b1g52l6cfrfi6

13 years ago[ADD] Fold/Unfold action are saved in the dashboard views
Fabien Meghazi [Tue, 7 Jun 2011 09:08:22 +0000 (11:08 +0200)]
[ADD] Fold/Unfold action are saved in the dashboard views

bzr revid: fme@openerp.com-20110607090822-a675ez2c6x7jsphk

13 years ago[IMP] hide [new] button when editable list grouped: we don't know where to put the...
Xavier Morel [Tue, 7 Jun 2011 08:57:17 +0000 (10:57 +0200)]
[IMP] hide [new] button when editable list grouped: we don't know where to put the new record, so let's remove the ability to create one as long as it's not a requested feature

bzr revid: xmo@openerp.com-20110607085717-qstun0iymupoyw35

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 7 Jun 2011 04:35:04 +0000 (04:35 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110607043504-fva0ovzg24qy3nqd

13 years ago[ADD] Rename feature in dashboards
Fabien Meghazi [Mon, 6 Jun 2011 14:29:27 +0000 (16:29 +0200)]
[ADD] Rename feature in dashboards

bzr revid: fme@openerp.com-20110606142927-lkg4badlh5u18vgd

13 years ago[FIX] small warnings
Xavier Morel [Mon, 6 Jun 2011 14:13:09 +0000 (16:13 +0200)]
[FIX] small warnings

bzr revid: xmo@openerp.com-20110606141309-fum7jw44nqljdk38

13 years ago[IMP] add empty padding columns to editable rows when group_by active
Xavier Morel [Mon, 6 Jun 2011 14:01:54 +0000 (16:01 +0200)]
[IMP] add empty padding columns to editable rows when group_by active

bzr revid: xmo@openerp.com-20110606140154-39f2ivk5csfkc5x9

13 years ago[FIX] ensure only one row at a time is edited, integrate dataset index in row markup...
Xavier Morel [Mon, 6 Jun 2011 13:43:36 +0000 (15:43 +0200)]
[FIX] ensure only one row at a time is edited, integrate dataset index in row markup to create a more solid mapping between records and table rows in ListView.List (than checking the number of ancestors, which — it turns out — is a bit brittle when adding new rows at the front of the table

bzr revid: xmo@openerp.com-20110606134336-mmk00344x7gicd0z

13 years ago[ADD] Add Widget feature in dashboards
Fabien Meghazi [Mon, 6 Jun 2011 13:34:24 +0000 (15:34 +0200)]
[ADD] Add Widget feature in dashboards

bzr revid: fme@openerp.com-20110606133424-7ffjdm5kbvktht9k

13 years ago[FIX] saving of newly created records
Xavier Morel [Mon, 6 Jun 2011 13:16:30 +0000 (15:16 +0200)]
[FIX] saving of newly created records

* Refresh correct record in @editable=top
* Follow up with new record after creation (instead of editing semi-random one)

bzr revid: xmo@openerp.com-20110606131630-vq2bwtrozm8jybpo

13 years ago[IMP] Add flags to prepend records on save, and signal whether the record was updated...
Xavier Morel [Mon, 6 Jun 2011 13:11:08 +0000 (15:11 +0200)]
[IMP] Add flags to prepend records on save, and signal whether the record was updated or created in save callback

bzr revid: xmo@openerp.com-20110606131108-3aoi1326xj88cwtt

13 years ago[MERGE] use drawCentredString instead of drawString for report header.
Vo Minh Thu [Mon, 6 Jun 2011 12:39:41 +0000 (14:39 +0200)]
[MERGE] use drawCentredString instead of drawString for report header.

bzr revid: vmt@openerp.com-20110606123941-26v9uoetil2gc8ox

13 years ago[FIX] editable is an attribute on tree view
Xavier Morel [Mon, 6 Jun 2011 12:32:29 +0000 (14:32 +0200)]
[FIX] editable is an attribute on tree view

bzr revid: xmo@openerp.com-20110606123229-2agzw9djd99ojczi

13 years ago[merge]
niv-openerp [Mon, 6 Jun 2011 11:44:35 +0000 (13:44 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110606114435-m14zpzhbwxgnruc0

13 years ago[imp] added db selection
niv-openerp [Mon, 6 Jun 2011 11:43:06 +0000 (13:43 +0200)]
[imp] added db selection

bzr revid: nicolas.vanhoren@openerp.com-20110606114306-bbb8r3fvtxvvamcq

13 years ago[imp] added db selection
niv-openerp [Mon, 6 Jun 2011 11:43:06 +0000 (13:43 +0200)]
[imp] added db selection

bzr revid: nicolas.vanhoren@openerp.com-20110606114306-3lby8yl1mlfxmn0j

13 years ago[IMP] make edition indexing work based on the current dataset
Xavier Morel [Mon, 6 Jun 2011 11:42:04 +0000 (13:42 +0200)]
[IMP] make edition indexing work based on the current dataset

bzr revid: xmo@openerp.com-20110606114204-sjnil5xuhef0l2la

13 years ago[MERGE] from trunk
Xavier Morel [Mon, 6 Jun 2011 11:36:21 +0000 (13:36 +0200)]
[MERGE] from trunk

bzr revid: xmo@openerp.com-20110606113621-r3q0otfjdu7l0ubp

13 years ago[MERGE] res_widget: remove res.widget.user entries when user deleted.
Vo Minh Thu [Mon, 6 Jun 2011 11:10:57 +0000 (13:10 +0200)]
[MERGE] res_widget: remove res.widget.user entries when user deleted.

bzr revid: vmt@openerp.com-20110606111057-g97n2woy1ljyt67k

13 years ago[FIX] Field's set_value method can now change 'touched' property
Fabien Meghazi [Mon, 6 Jun 2011 11:10:44 +0000 (13:10 +0200)]
[FIX] Field's set_value method can now change 'touched' property

bzr revid: fme@openerp.com-20110606111044-tnc0cgw3s7cowf1e

13 years ago[IMP] make sure all _constraints methods can receive a context arg.
Vo Minh Thu [Mon, 6 Jun 2011 10:58:26 +0000 (12:58 +0200)]
[IMP] make sure all _constraints methods can receive a context arg.

bzr revid: vmt@openerp.com-20110606105826-cq1epnpfnzm3yofa

13 years ago[ADD] "Reset" feature in dashboards
Fabien Meghazi [Mon, 6 Jun 2011 10:54:36 +0000 (12:54 +0200)]
[ADD] "Reset" feature in dashboards

bzr revid: fme@openerp.com-20110606105436-wpo7xyiiy2o6jyzm

13 years ago[FIX] Fixed View controller
Fabien Meghazi [Mon, 6 Jun 2011 10:35:02 +0000 (12:35 +0200)]
[FIX] Fixed View controller

bzr revid: fme@openerp.com-20110606103502-wfph1zo7nnt2668p

13 years ago[fix] possible problem in css for login
niv-openerp [Mon, 6 Jun 2011 10:26:57 +0000 (12:26 +0200)]
[fix] possible problem in css for login

bzr revid: nicolas.vanhoren@openerp.com-20110606102657-291n0feeeu48cugb

13 years ago[fix] possible mistake in css
niv-openerp [Mon, 6 Jun 2011 10:26:30 +0000 (12:26 +0200)]
[fix] possible mistake in css

bzr revid: nicolas.vanhoren@openerp.com-20110606102630-jex9p4i49272lxkn

13 years ago[merge]
niv-openerp [Mon, 6 Jun 2011 10:21:16 +0000 (12:21 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110606102116-g5l6u9j6icdrh2xh

13 years ago[imp] improved css of login
niv-openerp [Mon, 6 Jun 2011 10:19:47 +0000 (12:19 +0200)]
[imp] improved css of login

bzr revid: nicolas.vanhoren@openerp.com-20110606101947-nqbx1jcz3uj5oav2

13 years ago[imp] improved css of login
niv-openerp [Mon, 6 Jun 2011 10:19:47 +0000 (12:19 +0200)]
[imp] improved css of login

bzr revid: nicolas.vanhoren@openerp.com-20110606101947-5kwn2j3il0ronlhr

13 years ago[FIX] handling of editable list views via @editable, add basis for adding records...
Xavier Morel [Mon, 6 Jun 2011 09:59:18 +0000 (11:59 +0200)]
[FIX] handling of editable list views via @editable, add basis for adding records in editable list mode

bzr revid: xmo@openerp.com-20110606095918-9kcm3x1m8bncl092

13 years ago[FIX] remove fields_view_get preprocessing of set_editable/@editable, done in JS
Xavier Morel [Mon, 6 Jun 2011 09:52:54 +0000 (11:52 +0200)]
[FIX] remove fields_view_get preprocessing of set_editable/@editable, done in JS

bzr revid: xmo@openerp.com-20110606095254-h7r8v42y8q42sjj4

13 years ago[imp] improved login css
niv-openerp [Mon, 6 Jun 2011 09:49:55 +0000 (11:49 +0200)]
[imp] improved login css

bzr revid: nicolas.vanhoren@openerp.com-20110606094955-kblpspk99t960y9m

13 years ago[imp] improved login css
niv-openerp [Mon, 6 Jun 2011 09:49:55 +0000 (11:49 +0200)]
[imp] improved login css

bzr revid: nicolas.vanhoren@openerp.com-20110606094955-ycyoltk5q9dl7q65

13 years ago[REF] res_company: as part of the previous commit:
Vo Minh Thu [Mon, 6 Jun 2011 09:43:38 +0000 (11:43 +0200)]
[REF] res_company: as part of the previous commit:
- dont use methods when plain values are ok (in _constraints),
- dont duplicate strings if it is not necessary.

bzr revid: vmt@openerp.com-20110606094338-58zoutk86hm0j68s

13 years ago[imp] implemented logout + improved login design
niv-openerp [Mon, 6 Jun 2011 09:04:54 +0000 (11:04 +0200)]
[imp] implemented logout + improved login design

bzr revid: nicolas.vanhoren@openerp.com-20110606090454-b2t5wun7vgcj5qb6

13 years ago[ADD] Working "Change layout" dashboard feature
Fabien Meghazi [Mon, 6 Jun 2011 10:13:05 +0000 (12:13 +0200)]
[ADD] Working "Change layout" dashboard feature

bzr revid: fme@openerp.com-20110606101305-451lum3hj0twzvhq

13 years ago[ADD] Change layout icons for dashboard
Fabien Meghazi [Mon, 6 Jun 2011 10:12:38 +0000 (12:12 +0200)]
[ADD] Change layout icons for dashboard

bzr revid: fme@openerp.com-20110606101238-dxmce0kb5cr21rfe

13 years ago[imp] implemented logout + improved login design
niv-openerp [Mon, 6 Jun 2011 09:04:54 +0000 (11:04 +0200)]
[imp] implemented logout + improved login design

bzr revid: nicolas.vanhoren@openerp.com-20110606090454-b19vgrwvlj6v2fp6

13 years ago[FIX] send current search context to listview load (fields_view_get) so @invisible...
Xavier Morel [Mon, 6 Jun 2011 08:46:22 +0000 (10:46 +0200)]
[FIX] send current search context to listview load (fields_view_get) so @invisible can be computed correctly

bzr revid: xmo@openerp.com-20110606084622-iwq5tn3lpegabibe

13 years ago[MERGE] "%s" % a + b should be "%s" % (a + b).
Vo Minh Thu [Mon, 6 Jun 2011 08:17:52 +0000 (10:17 +0200)]
[MERGE] "%s" % a + b should be "%s" % (a + b).

bzr revid: vmt@openerp.com-20110606081752-crltlidap2t1hloj

13 years ago[merge] small fix & design improvements to o2m
niv-openerp [Mon, 6 Jun 2011 07:53:21 +0000 (09:53 +0200)]
[merge] small fix & design improvements to o2m

bzr revid: nicolas.vanhoren@openerp.com-20110606075321-tsfb34dylcccp0c5

13 years ago[imp] put set_embedded_view in openerp.base.View
niv-openerp [Mon, 6 Jun 2011 07:52:43 +0000 (09:52 +0200)]
[imp] put set_embedded_view in openerp.base.View

bzr revid: nicolas.vanhoren@openerp.com-20110606075243-7b97zrb84qdfo4eu

13 years ago[fix] typo
niv-openerp [Mon, 6 Jun 2011 07:50:43 +0000 (09:50 +0200)]
[fix] typo

bzr revid: nicolas.vanhoren@openerp.com-20110606075043-cvabf3ex95k0z6af

13 years ago[FIX] netrpc_server: close as soon as possible the socket, and do it after a communic...
Vo Minh Thu [Mon, 6 Jun 2011 07:48:56 +0000 (09:48 +0200)]
[FIX] netrpc_server: close as soon as possible the socket, and do it after a communication-level exception.

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

bzr revid: vmt@openerp.com-20110606074856-e726j4klc5ljiq5w

13 years ago[merge] o2m improvements
niv-openerp [Mon, 6 Jun 2011 07:40:23 +0000 (09:40 +0200)]
[merge] o2m improvements

bzr revid: nicolas.vanhoren@openerp.com-20110606074023-2nsa1mzpolud9516

13 years ago[fix] fixed problem with list view in o2m not loading at startup
niv-openerp [Mon, 6 Jun 2011 07:39:35 +0000 (09:39 +0200)]
[fix] fixed problem with list view in o2m not loading at startup

bzr revid: nicolas.vanhoren@openerp.com-20110606073935-vnloqd0wrf61pprv

13 years ago[merge]
niv-openerp [Mon, 6 Jun 2011 07:05:30 +0000 (09:05 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110606070530-mi6q1qltcidao7us

13 years ago[imp] improvements related to embedded views.
niv-openerp [Mon, 6 Jun 2011 07:04:51 +0000 (09:04 +0200)]
[imp] improvements related to embedded views.

bzr revid: nicolas.vanhoren@openerp.com-20110606070451-vn321aqrzi28akgj

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 6 Jun 2011 04:37:18 +0000 (04:37 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110603044017-yoke5zwvpebyo93o
bzr revid: launchpad_translations_on_behalf_of_openerp-20110604045342-rkt8o6e65uyj8kjd
bzr revid: launchpad_translations_on_behalf_of_openerp-20110605043539-vvllkcbozllrdlg7
bzr revid: launchpad_translations_on_behalf_of_openerp-20110606043718-0i2770ro7c0oho9t

13 years agoyaml_import: fix ambiguous syntax at end of report
P. Christeas [Sun, 5 Jun 2011 13:51:16 +0000 (16:51 +0300)]
yaml_import: fix ambiguous syntax at end of report

When finishing a YAML import, the syntax ["str %d" % int + int] turns
out to be ambiguous and is resolved as [ ("str %d" % int) + int],
leading to a:
  TypeError: cannot concatenate 'str' and 'int' objects

This had been first fixed in commit f46966e044d18a644 (2010-06-30)
(cherry picked from commit cc0c584e5dfbf672d51f61e7207047f357e31471)

bzr revid: xrg@linux.gr-20110605135116-ie2h7gnvnx2kpdoy

13 years ago[IMP] reload of rows after action: only reload the row, not the whole tree
Xavier Morel [Fri, 3 Jun 2011 14:37:23 +0000 (16:37 +0200)]
[IMP] reload of rows after action: only reload the row, not the whole tree

Also improve DataSet slightly: have read_index and read_ids return their RPC promises

bzr revid: xmo@openerp.com-20110603143723-go25vripams72bqb

13 years ago[ADD] edition cancelling
Xavier Morel [Fri, 3 Jun 2011 14:16:38 +0000 (16:16 +0200)]
[ADD] edition cancelling

bzr revid: xmo@openerp.com-20110603141638-giwlzwrp795bq78h

13 years ago[IMP] re-render record to readonly after saving it
Xavier Morel [Fri, 3 Jun 2011 13:24:38 +0000 (15:24 +0200)]
[IMP] re-render record to readonly after saving it

bzr revid: xmo@openerp.com-20110603132438-uhkzql3lsy6h9ptn

13 years ago[ADD] basic (and crummy) saving of editable rows
Xavier Morel [Fri, 3 Jun 2011 12:24:43 +0000 (14:24 +0200)]
[ADD] basic (and crummy) saving of editable rows

TODO:
* Switch back to read row after saving
* Edit next row if [return]
* How do things interact with onchanges?
* Handle validation errors

bzr revid: xmo@openerp.com-20110603122443-fvmfouuybh69b48g

13 years ago[IMP] awful hack to hide the value but not the cell itself in editable row cells...
Xavier Morel [Fri, 3 Jun 2011 11:57:57 +0000 (13:57 +0200)]
[IMP] awful hack to hide the value but not the cell itself in editable row cells when it is invisible from an attrs evaluation rather than from @invisible

bzr revid: xmo@openerp.com-20110603115757-4z67r08g1sfogfgw

13 years ago[IMP] move addition of oe-field-cell on cells of editable rows to post-processing...
Xavier Morel [Fri, 3 Jun 2011 11:10:44 +0000 (13:10 +0200)]
[IMP] move addition of oe-field-cell on cells of editable rows to post-processing rather than template alteration

bzr revid: xmo@openerp.com-20110603111044-hcrqubshpnc6mzux

13 years ago[FIX] style of listview editable row buttons, remove borders (to match non-editable...
Xavier Morel [Fri, 3 Jun 2011 11:06:39 +0000 (13:06 +0200)]
[FIX] style of listview editable row buttons, remove borders (to match non-editable rows)

bzr revid: xmo@openerp.com-20110603110639-9j17krhnsuf5q1bg

13 years ago[ADD] basic overriding of WidgetFrame template: remove <table> and <tr> display levels
Xavier Morel [Fri, 3 Jun 2011 10:31:00 +0000 (12:31 +0200)]
[ADD] basic overriding of WidgetFrame template: remove <table> and <tr> display levels

bzr revid: xmo@openerp.com-20110603103100-c0di95c1z5rd1ogh

13 years ago[IMP] make form widgets registry pluggable, have form go get its root Frame widget...
Xavier Morel [Fri, 3 Jun 2011 09:43:02 +0000 (11:43 +0200)]
[IMP] make form widgets registry pluggable, have form go get its root Frame widget in the registry instead of hardcoding the relevant class

bzr revid: xmo@openerp.com-20110603094302-hh09kzswb5kcfpye

13 years ago[IMP] add ability to clone-and-extend registries
Xavier Morel [Fri, 3 Jun 2011 09:38:17 +0000 (11:38 +0200)]
[IMP] add ability to clone-and-extend registries

bzr revid: xmo@openerp.com-20110603093817-om68h34w9s8qhxpv

13 years ago[MOVE] editability code for listviews in a separate files: customizations of Form...
Xavier Morel [Fri, 3 Jun 2011 09:36:06 +0000 (11:36 +0200)]
[MOVE] editability code for listviews in a separate files: customizations of Form View require load-time dependencies on form.js, but form.js already depends on ListView (in order to create m2m widgets and sub-widgets), so we need to execute that part after both openep.base.list and openerp.base.form have loaded

bzr revid: xmo@openerp.com-20110603093606-gw00iidxfakjmvt3

13 years ago[REF] res_lang: removed unused variable.
Vo Minh Thu [Fri, 3 Jun 2011 08:57:58 +0000 (10:57 +0200)]
[REF] res_lang: removed unused variable.

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

bzr revid: vmt@openerp.com-20110603085758-ji277jy5mbn9wq3t

13 years ago[IMP] ir_translation only display installed lang, 10% speedup in translation loading
Antony Lesuisse [Wed, 1 Jun 2011 16:34:55 +0000 (18:34 +0200)]
[IMP] ir_translation only display installed lang, 10% speedup in translation loading

bzr revid: al@openerp.com-20110601163455-2o732ssum24kwshu

13 years ago[ADD] Save Dashboard's custom views with "Undo" button support
Fabien Meghazi [Wed, 1 Jun 2011 13:48:00 +0000 (15:48 +0200)]
[ADD] Save Dashboard's custom views with "Undo" button support

bzr revid: fme@openerp.com-20110601134800-d9j48t4f287pokr6

13 years ago[ADD] Add custom views management (add, undo) in View controller
Fabien Meghazi [Wed, 1 Jun 2011 13:45:14 +0000 (15:45 +0200)]
[ADD] Add custom views management (add, undo) in View controller

bzr revid: fme@openerp.com-20110601134514-dv91qpjl50ptf161

13 years ago[ADD] display editable rows when selecting row in editable mode
Xavier Morel [Wed, 1 Jun 2011 12:49:54 +0000 (14:49 +0200)]
[ADD] display editable rows when selecting row in editable mode

bzr revid: xmo@openerp.com-20110601124954-vog8ceoohczxgmqe

13 years ago[ADD] tools/config: started tests.
Vo Minh Thu [Wed, 1 Jun 2011 11:50:55 +0000 (13:50 +0200)]
[ADD] tools/config: started tests.

bzr revid: vmt@openerp.com-20110601115055-idoid8p0pnkfci38

13 years ago[FIX] modules/loading: revert a change where db.initialize was removed:
Vo Minh Thu [Wed, 1 Jun 2011 11:33:53 +0000 (13:33 +0200)]
[FIX] modules/loading: revert a change where db.initialize was removed:
- it should be removed
- but some code will test if the ir_module_module table exists
- and will force the demo data.

bzr revid: vmt@openerp.com-20110601113353-hdmyl4is9poss8hh

13 years ago[FIX] Do not call success_callback if none given
Fabien Meghazi [Wed, 1 Jun 2011 10:56:52 +0000 (12:56 +0200)]
[FIX] Do not call success_callback if none given

bzr revid: fme@openerp.com-20110601105652-wmtapmthal3yi9h6

13 years ago[IMP] ir.ui.view.custom: order by create_date descending
Olivier Dony [Wed, 1 Jun 2011 10:52:09 +0000 (12:52 +0200)]
[IMP] ir.ui.view.custom: order by create_date descending

This way search(limit=1) will give you the latest customization for
a given user. This can be used by client side to allow multiple
customizations with multi-level undo.

bzr revid: odo@openerp.com-20110601105209-vtgf73reh90uipct

13 years ago[IMP] board: board.fields_view_get now returns the "custom_view_id" if there was one
Olivier Dony [Wed, 1 Jun 2011 10:38:02 +0000 (12:38 +0200)]
[IMP] board: board.fields_view_get now returns the "custom_view_id" if there was one

This can be used by client side to display special features
regarding customization, like "Undo" buttons, etc.

bzr revid: odo@openerp.com-20110601103802-swxqe17bts7rqn2k

13 years ago[IMP] project_mrp: improved project description
Olivier Dony [Wed, 1 Jun 2011 10:36:31 +0000 (12:36 +0200)]
[IMP] project_mrp: improved project description

bzr revid: odo@openerp.com-20110601103631-6ei1ugahbwe1ibpq

13 years ago[IMP] account, analytic accounting: added group by state on analytic accounts
Quentin (OpenERP) [Wed, 1 Jun 2011 10:20:21 +0000 (12:20 +0200)]
[IMP] account, analytic accounting: added group by state on analytic accounts

bzr revid: qdp-launchpad@openerp.com-20110601102021-pe3ixdhuwd410g0j

13 years ago[IMP] account: added access rights for model_account_treasury_report
Quentin (OpenERP) [Wed, 1 Jun 2011 09:11:16 +0000 (11:11 +0200)]
[IMP] account: added access rights for model_account_treasury_report

bzr revid: qdp-launchpad@openerp.com-20110601091116-iysfehqoj7r2hlue

13 years ago[merge]
niv-openerp [Wed, 1 Jun 2011 08:24:48 +0000 (10:24 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110601082448-chl92evsk00di5sr

13 years ago[IMP] Added first setup for embedded views.
niv-openerp [Wed, 1 Jun 2011 08:23:58 +0000 (10:23 +0200)]
[IMP] Added first setup for embedded views.

bzr revid: nicolas.vanhoren@openerp.com-20110601082358-adg1u4evi7s08iqf

13 years ago[FIX] tools/config: properly cast config file values.
Vo Minh Thu [Wed, 1 Jun 2011 07:44:00 +0000 (09:44 +0200)]
[FIX] tools/config: properly cast config file values.

bzr revid: vmt@openerp.com-20110601074400-hv1jrgoqw2ji0yah