odoo/odoo.git
12 years ago[FIX] issue with duplicate ID field for database id
Xavier Morel [Thu, 1 Sep 2011 07:08:25 +0000 (09:08 +0200)]
[FIX] issue with duplicate ID field for database id

bzr revid: xmo@openerp.com-20110901070825-xunwaqfo0h98mqrq

12 years ago[IMP] always export the current record's external ID as first field
Xavier Morel [Thu, 1 Sep 2011 06:53:54 +0000 (08:53 +0200)]
[IMP] always export the current record's external ID as first field

bzr revid: xmo@openerp.com-20110901065354-voczdshato8oizmr

12 years ago[IMP] make o2m names selectable in import compatible mode
Xavier Morel [Thu, 1 Sep 2011 06:47:13 +0000 (08:47 +0200)]
[IMP] make o2m names selectable in import compatible mode

bzr revid: xmo@openerp.com-20110901064713-4cegd1chemwbvtso

12 years ago[IMP] in export, selecting name yields the xml/external id
Xavier Morel [Thu, 1 Sep 2011 06:42:59 +0000 (08:42 +0200)]
[IMP] in export, selecting name yields the xml/external id

bzr revid: xmo@openerp.com-20110901064259-7j4z0upta98f6sqj

12 years ago[IMP] remove insanity
Xavier Morel [Wed, 31 Aug 2011 14:49:48 +0000 (16:49 +0200)]
[IMP] remove insanity

bzr revid: xmo@openerp.com-20110831144948-rlrj1ib9xxho9ea5

12 years ago[IMP] stop performing useless fields_get requests for every relational field of a...
Xavier Morel [Wed, 31 Aug 2011 14:30:02 +0000 (16:30 +0200)]
[IMP] stop performing useless fields_get requests for every relational field of a model

bzr revid: xmo@openerp.com-20110831143002-dvsxq6aaf7dk04i1

12 years ago[IMP] don't fetch an m2o's subfields in import compat (we're just discarding them...
Xavier Morel [Wed, 31 Aug 2011 14:04:02 +0000 (16:04 +0200)]
[IMP] don't fetch an m2o's subfields in import compat (we're just discarding them anyway, it's a waste of time)

bzr revid: xmo@openerp.com-20110831140402-9gs2m3nbt5tisv4x

12 years ago[IMP] simplify handling of a field's subfields display in the export tree field
Xavier Morel [Wed, 31 Aug 2011 14:03:05 +0000 (16:03 +0200)]
[IMP] simplify handling of a field's subfields display in the export tree field

bzr revid: xmo@openerp.com-20110831140305-slj3719lkc0aoofc

12 years ago[IMP] remove double-reversing of fields in get_fields
Xavier Morel [Wed, 31 Aug 2011 13:34:10 +0000 (15:34 +0200)]
[IMP] remove double-reversing of fields in get_fields

bzr revid: xmo@openerp.com-20110831133410-nsmwg7orh396rlbp

12 years ago[IMP] fix some variable names so they're a bit less cryptic
Xavier Morel [Wed, 31 Aug 2011 13:29:50 +0000 (15:29 +0200)]
[IMP] fix some variable names so they're a bit less cryptic

bzr revid: xmo@openerp.com-20110831132950-8bhb2lktzjuztlma

12 years ago[IMP] attempt to make handling of readonly & states.readonly slightly clearer
Xavier Morel [Wed, 31 Aug 2011 13:11:41 +0000 (15:11 +0200)]
[IMP] attempt to make handling of readonly & states.readonly slightly clearer

bzr revid: xmo@openerp.com-20110831131141-wu0f4p6etaou3xdl

12 years ago[IMP] simplify sorting of subfields by using key= param to list.sort. Also, listcomp...
Xavier Morel [Wed, 31 Aug 2011 12:44:35 +0000 (14:44 +0200)]
[IMP] simplify sorting of subfields by using key= param to list.sort. Also, listcomp for serializing

bzr revid: xmo@openerp.com-20110831124435-8hwj517bhdpzaymv

12 years ago[FIX] import compatible as a boolean value
Xavier Morel [Wed, 31 Aug 2011 12:43:45 +0000 (14:43 +0200)]
[FIX] import compatible as a boolean value

bzr revid: xmo@openerp.com-20110831124345-0397wtygt5aozc89

12 years ago[IMP] remove redundant code
Xavier Morel [Wed, 31 Aug 2011 12:35:09 +0000 (14:35 +0200)]
[IMP] remove redundant code

bzr revid: xmo@openerp.com-20110831123509-8xc26diq35zd5h4m

12 years ago[IMP] deduplicate code in handling of relational fields for exports listing
Xavier Morel [Wed, 31 Aug 2011 12:34:01 +0000 (14:34 +0200)]
[IMP] deduplicate code in handling of relational fields for exports listing

bzr revid: xmo@openerp.com-20110831123401-o9rsbu4p9vux0ywf

12 years ago[IMP] boolean tests/checks
Xavier Morel [Wed, 31 Aug 2011 12:28:59 +0000 (14:28 +0200)]
[IMP] boolean tests/checks

bzr revid: xmo@openerp.com-20110831122859-txaxld168x237v6t

12 years ago[FIX] typo
Xavier Morel [Wed, 31 Aug 2011 12:28:44 +0000 (14:28 +0200)]
[FIX] typo

bzr revid: xmo@openerp.com-20110831122844-hk17tcu051eztif7

12 years ago[REM] to more useless uses of enumerate
Xavier Morel [Wed, 31 Aug 2011 12:22:00 +0000 (14:22 +0200)]
[REM] to more useless uses of enumerate

bzr revid: xmo@openerp.com-20110831122200-mb5dgm2elyjg8ljr

12 years ago[IMP] simplify traversal of fields: remove unused enumerate, don't create a second...
Xavier Morel [Wed, 31 Aug 2011 12:21:01 +0000 (14:21 +0200)]
[IMP] simplify traversal of fields: remove unused enumerate, don't create a second collection for the keys (instead just sort the dict.iteritems() result correctly)

bzr revid: xmo@openerp.com-20110831122101-1sy2uruu9e8bmrv6

12 years ago[IMP] remove not-very-useful test
Xavier Morel [Wed, 31 Aug 2011 12:11:54 +0000 (14:11 +0200)]
[IMP] remove not-very-useful test

bzr revid: xmo@openerp.com-20110831121154-mx7qeu9r7ehhujgc

12 years ago[IMP] make 'import compatible' an actual boolean, not a boolean-ish non-bool
Xavier Morel [Wed, 31 Aug 2011 11:28:54 +0000 (13:28 +0200)]
[IMP] make 'import compatible' an actual boolean, not a boolean-ish non-bool

bzr revid: xmo@openerp.com-20110831112854-kczxaj3v79vx32ya

12 years ago[IMP] lift import_compat and parent_field_type as direct kwargs to Export.get_fields...
Xavier Morel [Wed, 31 Aug 2011 11:12:01 +0000 (13:12 +0200)]
[IMP] lift import_compat and parent_field_type as direct kwargs to Export.get_fields, from contents to the params mapping

bzr revid: xmo@openerp.com-20110831111201-g0c5qpld5zjyafnk

12 years ago[REM] unused parameter field_parent on Export.get_fields
Xavier Morel [Wed, 31 Aug 2011 11:09:00 +0000 (13:09 +0200)]
[REM] unused parameter field_parent on Export.get_fields

bzr revid: xmo@openerp.com-20110831110900-uocvplitkr10ob1r

12 years ago[FIX] don't fuck up name ordering in exported file: match what was requested by the...
Xavier Morel [Wed, 31 Aug 2011 11:04:39 +0000 (13:04 +0200)]
[FIX] don't fuck up name ordering in exported file: match what was requested by the user

bzr revid: xmo@openerp.com-20110831110439-5q04tn4uqqu0ytf2

12 years ago[IMP] does not seem to be any reason to use fields_view_get to get fields data, remove
Xavier Morel [Wed, 31 Aug 2011 10:54:19 +0000 (12:54 +0200)]
[IMP] does not seem to be any reason to use fields_view_get to get fields data, remove

bzr revid: xmo@openerp.com-20110831105419-2tmxdy7u4oxw0ynh

12 years ago[FIX] correctly return a deferred from openerp.base.DataExport.start, even though...
Xavier Morel [Tue, 30 Aug 2011 13:43:53 +0000 (15:43 +0200)]
[FIX] correctly return a deferred from openerp.base.DataExport.start, even though there probably is no need to do so

bzr revid: xmo@openerp.com-20110830134353-52y9p8tfx6aen84k

12 years ago[FIX] don't coerce values to str before writing them to the worksheet in excel export
Xavier Morel [Tue, 30 Aug 2011 13:43:05 +0000 (15:43 +0200)]
[FIX] don't coerce values to str before writing them to the worksheet in excel export

especially since xlwt is perfectly able to deal with unicode instances without blowing up like a 'tard

bzr revid: xmo@openerp.com-20110830134305-iu354whbr0c0kvpw

12 years ago[IMP] have the export dialog fetch possible export formats from the server
Xavier Morel [Tue, 30 Aug 2011 13:23:26 +0000 (15:23 +0200)]
[IMP] have the export dialog fetch possible export formats from the server

bzr revid: xmo@openerp.com-20110830132326-ac0f7xs3h1jr3a7j

12 years ago[IMP] make export extensible
Xavier Morel [Tue, 30 Aug 2011 13:06:32 +0000 (15:06 +0200)]
[IMP] make export extensible

bzr revid: xmo@openerp.com-20110830130632-t96hsz4jxjp69crh

12 years ago[IMP] remember to set base in parseInt
Xavier Morel [Tue, 30 Aug 2011 12:11:58 +0000 (14:11 +0200)]
[IMP] remember to set base in parseInt

bzr revid: xmo@openerp.com-20110830121158-kmfs2x0tqj6c8v3b

12 years ago[IMP] make removing all fields selected for an export slightly more efficient (by...
Xavier Morel [Tue, 30 Aug 2011 11:58:39 +0000 (13:58 +0200)]
[IMP] make removing all fields selected for an export slightly more efficient (by emptying the whole select instead of removing options individually)

bzr revid: xmo@openerp.com-20110830115839-i5xfaqqmrg2m3w8u

12 years ago[IMP] simplify code collecting arguments to data export a bit, remove useless temp...
Xavier Morel [Tue, 30 Aug 2011 11:27:04 +0000 (13:27 +0200)]
[IMP] simplify code collecting arguments to data export a bit, remove useless temp variables

bzr revid: xmo@openerp.com-20110830112704-xc19idvo4q90kqt6

12 years ago[IMP] get export to work correctly with Session.get_file (so the user really download...
Xavier Morel [Tue, 30 Aug 2011 11:02:04 +0000 (13:02 +0200)]
[IMP] get export to work correctly with Session.get_file (so the user really downloads a file each time)

bzr revid: xmo@openerp.com-20110830110204-lf3qi2r5ck8avcs9

12 years ago[IMP] reliability fix in token handling
Xavier Morel [Tue, 30 Aug 2011 10:23:46 +0000 (12:23 +0200)]
[IMP] reliability fix in token handling

bzr revid: xmo@openerp.com-20110830102346-b5a9wmx1uxjehp7z

12 years ago[REN] openerp.base.Session#getFile to openerp.base.Session#get_file: we're using...
Xavier Morel [Tue, 30 Aug 2011 09:06:09 +0000 (11:06 +0200)]
[REN] openerp.base.Session#getFile to openerp.base.Session#get_file: we're using python-style underscore_separated names for methods

bzr revid: xmo@openerp.com-20110830090609-xdmeuroca1p6zue1

12 years ago[FIX] breakage in case of repeated calls to getFile for the same form: remove token...
Xavier Morel [Tue, 30 Aug 2011 09:05:14 +0000 (11:05 +0200)]
[FIX] breakage in case of repeated calls to getFile for the same form: remove token after download has completed (or errored out)

also add some documentation for openerp.base.Session.getFile

bzr revid: xmo@openerp.com-20110830090514-pa5lnxvee4qfg0zp

12 years ago[IMP] move file download API to session, so it can more easily be used for operations...
Xavier Morel [Tue, 30 Aug 2011 08:53:51 +0000 (10:53 +0200)]
[IMP] move file download API to session, so it can more easily be used for operations other than db backup

bzr revid: xmo@openerp.com-20110830085351-puvbzwwru9rbfo14

12 years ago[FIX] encoding and mime type for excel export files
Xavier Morel [Mon, 29 Aug 2011 12:27:18 +0000 (14:27 +0200)]
[FIX] encoding and mime type for excel export files

bzr revid: xmo@openerp.com-20110829122718-y51ynodvlnkaixms

12 years ago[IMP] fix mime type in case of excel export
Xavier Morel [Mon, 29 Aug 2011 10:48:12 +0000 (12:48 +0200)]
[IMP] fix mime type in case of excel export

bzr revid: xmo@openerp.com-20110829104812-z2i5wa10rlanwm9p

12 years ago[REM] error handling around xlwt import
Xavier Morel [Mon, 29 Aug 2011 10:47:55 +0000 (12:47 +0200)]
[REM] error handling around xlwt import

bzr revid: xmo@openerp.com-20110829104755-mkw8fdgwtppx3a21

12 years ago[REM] useless conditional (always true) and unused associated variable
Xavier Morel [Mon, 29 Aug 2011 10:38:09 +0000 (12:38 +0200)]
[REM] useless conditional (always true) and unused associated variable

bzr revid: xmo@openerp.com-20110829103809-434etbz8mx3zvufp

12 years ago[IMP] move a bunch of trivial python RPC methods to usage of normal dataset methods...
Xavier Morel [Fri, 26 Aug 2011 15:24:30 +0000 (17:24 +0200)]
[IMP] move a bunch of trivial python RPC methods to usage of normal dataset methods in JS

bzr revid: xmo@openerp.com-20110826152430-8li5tzzlzfr99nda

12 years ago[IMP] more template markup cleanup, some trivial cleanup of the python code
Xavier Morel [Fri, 26 Aug 2011 15:04:42 +0000 (17:04 +0200)]
[IMP] more template markup cleanup, some trivial cleanup of the python code

bzr revid: xmo@openerp.com-20110826150442-j00m8sy9jib0y6ce

12 years ago[IMP] simplify markup of main export view
Xavier Morel [Fri, 26 Aug 2011 14:39:14 +0000 (16:39 +0200)]
[IMP] simplify markup of main export view

bzr revid: xmo@openerp.com-20110826143914-1h9pfue36yg9e1ec

12 years ago[FIX] some warnings and overly complex code
Xavier Morel [Fri, 26 Aug 2011 14:14:39 +0000 (16:14 +0200)]
[FIX] some warnings and overly complex code

bzr revid: xmo@openerp.com-20110826141439-k8eawjbx46953z16

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[MERGE] partner hide categories in simplified view
Antony Lesuisse [Sun, 28 Aug 2011 01:44:54 +0000 (03:44 +0200)]
[MERGE] partner hide categories in simplified view

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

12 years ago[IMP] res_company/res_user: removed unused methods _get_child_ids/company_get.
Vo Minh Thu [Wed, 24 Aug 2011 15:57:23 +0000 (17:57 +0200)]
[IMP] res_company/res_user: removed unused methods _get_child_ids/company_get.

bzr revid: vmt@openerp.com-20110824155723-6wk2v8rb1gekbavv

12 years ago[ADD] Translate dialog (WIP)
Fabien Meghazi [Wed, 24 Aug 2011 15:13:57 +0000 (17:13 +0200)]
[ADD] Translate dialog (WIP)

bzr revid: fme@openerp.com-20110824151357-nln9mnkw13uyng32

12 years ago[IMP] add docstring to openerp.base.search.DateTimeField
Xavier Morel [Wed, 24 Aug 2011 14:56:47 +0000 (16:56 +0200)]
[IMP] add docstring to openerp.base.search.DateTimeField

bzr revid: xmo@openerp.com-20110824145647-h4mbaz4sjjjccacv

12 years ago[IMP] datetime search field: use date widget, make field's default domain span the...
Xavier Morel [Wed, 24 Aug 2011 14:52:05 +0000 (16:52 +0200)]
[IMP] datetime search field: use date widget, make field's default domain span the whole day (using range)

search API improvement: Field gains a make_domain method, called by get_domain to build the default domain for the field.

make_domain is called with the field's name, operator and current values (fully computed), the default implementation is to just shove them all into a domain.

This lets fields customize the default domain for the field without having to reimplement (or breaking) the filter_domain handling

bzr revid: xmo@openerp.com-20110824145205-2wnig9duebja9jrk

12 years ago[FIX] weird race condition on listview init: in some cases, would not wait for the...
Xavier Morel [Wed, 24 Aug 2011 13:16:06 +0000 (15:16 +0200)]
[FIX] weird race condition on listview init: in some cases, would not wait for the initial view loading before letting the viewmanager launch a search, making initial load overwrite search ending with an empty list

bzr revid: xmo@openerp.com-20110824131606-yokgoe3dz9ltaz2l

12 years ago[ADD] on_write, dix some bugs with listview
Xavier Morel [Wed, 24 Aug 2011 12:30:29 +0000 (14:30 +0200)]
[ADD] on_write, dix some bugs with listview

bzr revid: xmo@openerp.com-20110824123029-7hyaf0eyxffxui7e

12 years ago[FIX] some more usages of indexes in list and list edition (should now be index-free...
Xavier Morel [Wed, 24 Aug 2011 12:22:51 +0000 (14:22 +0200)]
[FIX] some more usages of indexes in list and list edition (should now be index-free except as transient values), and implement on_write support

remove ListView.List#reload_record_at_index as everything is now id-based to avoid desync issues

bzr revid: xmo@openerp.com-20110824122251-9vw96qbn7snnkq3j

12 years ago[ADD] pluck method to collection
Xavier Morel [Wed, 24 Aug 2011 12:21:24 +0000 (14:21 +0200)]
[ADD] pluck method to collection

bzr revid: xmo@openerp.com-20110824122124-xr4g92x6jlw85rbg

12 years ago[IMP] to maintain correct synchro, listview should avoid relying on indexes as much...
Xavier Morel [Wed, 24 Aug 2011 08:53:03 +0000 (10:53 +0200)]
[IMP] to maintain correct synchro, listview should avoid relying on indexes as much as possible. Get rid on indexes on rows, and of List.row_position

bzr revid: xmo@openerp.com-20110824085303-6h3wggzynpic0mcz

12 years ago[usability],hide the partner categories in simple view
Amit Bhavsar (Open ERP) [Wed, 24 Aug 2011 05:37:29 +0000 (11:07 +0530)]
[usability],hide the partner categories in simple view

bzr revid: amb@tinyerp.com-20110824053729-dkyk9e282azevs6q

12 years ago[IMP] remember to insert the relevant record ids into the dataset if they're not...
Xavier Morel [Tue, 23 Aug 2011 14:42:35 +0000 (16:42 +0200)]
[IMP] remember to insert the relevant record ids into the dataset if they're not there

bzr revid: xmo@openerp.com-20110823144235-g09rkurd1ndrrkme

12 years ago[ADD] basics of on_write, split ListView.reload_record(index) in ListView.reload_reco...
Xavier Morel [Tue, 23 Aug 2011 14:13:00 +0000 (16:13 +0200)]
[ADD] basics of on_write, split ListView.reload_record(index) in ListView.reload_record(record) and ListView.reload_record_at_index(index)

migrate most calls to reload_record(record)

bzr revid: xmo@openerp.com-20110823141300-zujxs2oaunqwhprt

12 years ago[REF] openerp-server: streamlining startup script.
Vo Minh Thu [Tue, 23 Aug 2011 10:33:43 +0000 (12:33 +0200)]
[REF] openerp-server: streamlining startup script.

bzr revid: vmt@openerp.com-20110823103343-rvy2zkre8bo9cq6g

12 years ago[IMP] significant refactoring of listview internals, should lead to lower desyncs...
Xavier Morel [Tue, 23 Aug 2011 09:13:03 +0000 (11:13 +0200)]
[IMP] significant refactoring of listview internals, should lead to lower desyncs long run though it may still be a bit buggy

bzr revid: xmo@openerp.com-20110823091303-vzlaq9mppioswn74

12 years ago[merge]Merge trunk upto rev no 849.
Vidhin Mehta (OpenERP) [Tue, 23 Aug 2011 09:10:43 +0000 (14:40 +0530)]
[merge]Merge trunk upto rev no 849.

bzr revid: vme@tinyerp.com-20110823091043-n044jstpagjbgyfm

12 years ago[fix]Optimize code in add event
Vidhin Mehta (OpenERP) [Tue, 23 Aug 2011 09:01:21 +0000 (14:31 +0530)]
[fix]Optimize code in add event

bzr revid: vme@tinyerp.com-20110823090121-gk2iayz1eavjwdfg