odoo/odoo.git
12 years ago[IMP]Implement selection box of list of fields under the header.
Kunal Chavda (OpenERP) [Mon, 29 Aug 2011 12:47:43 +0000 (18:17 +0530)]
[IMP]Implement selection box of list of fields under the header.

bzr revid: kch@tinyerp.com-20110829124743-0pcuv3e0u37cbpjf

12 years ago[MERGE]Merge with trunk upto revision no 869.
Kunal Chavda (OpenERP) [Fri, 26 Aug 2011 04:55:17 +0000 (10:25 +0530)]
[MERGE]Merge with trunk upto revision no 869.

bzr revid: kch@tinyerp.com-20110826045517-o4pdwhyiqu5he2cl

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]Improved code in boot.js.
Kunal Chavda (OpenERP) [Thu, 25 Aug 2011 05:49:30 +0000 (11:19 +0530)]
[IMP]Improved code in boot.js.

bzr revid: kch@tinyerp.com-20110825054930-z9p9zj276e6haj1l

12 years ago[MERGE]Merge with trunk upto revision no 855.
Kunal Chavda (OpenERP) [Thu, 25 Aug 2011 05:44:08 +0000 (11:14 +0530)]
[MERGE]Merge with trunk upto revision no 855.

bzr revid: kch@tinyerp.com-20110825054408-0b7063yvldh60u05

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[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[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] trunk updates again, to get dates fixing
Xavier Morel [Tue, 23 Aug 2011 07:50:29 +0000 (09:50 +0200)]
[MERGE] trunk updates again, to get dates fixing

bzr revid: xmo@openerp.com-20110823075029-ahsdopldivaz0s60

12 years ago[MERGE]Merge with trunk upto revision no 849.
Kunal Chavda (OpenERP) [Tue, 23 Aug 2011 05:18:51 +0000 (10:48 +0530)]
[MERGE]Merge with trunk upto revision no 849.

bzr revid: kch@tinyerp.com-20110823051851-ighwasvjzcwvhl3u

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 23 Aug 2011 05:04:26 +0000 (05:04 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110823050426-2mnoc0yg5w6nzs0c

12 years agomerge
Fabien Pinckaers [Mon, 22 Aug 2011 17:31:28 +0000 (19:31 +0200)]
merge

bzr revid: fp@tinyerp.com-20110822173128-52ax9zpq0rm83o9o

12 years ago[IMP] code cleanup, reported by vincent a.
Fabien Pinckaers [Mon, 22 Aug 2011 17:29:50 +0000 (19:29 +0200)]
[IMP] code cleanup, reported by vincent a.

bzr revid: fp@tinyerp.com-20110822172950-75h3qz5p0sjgh02t

12 years ago[IMP] use same throbber for creation and home
Antony Lesuisse [Mon, 22 Aug 2011 16:34:32 +0000 (18:34 +0200)]
[IMP] use same throbber for creation and home

bzr revid: al@openerp.com-20110822163432-s6n02em21hpi4uk1

12 years ago[merge] lot of improvements and fixes related to dates
niv-openerp [Mon, 22 Aug 2011 15:54:34 +0000 (17:54 +0200)]
[merge] lot of improvements and fixes related to dates

bzr revid: nicolas.vanhoren@openerp.com-20110822155434-c97zt009orsh92h3

12 years ago[merge]
niv-openerp [Mon, 22 Aug 2011 15:54:20 +0000 (17:54 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110822155420-zpsdabf8mqk5up0e

12 years ago[fix] fixed some problems in the str_to_x functions
niv-openerp [Mon, 22 Aug 2011 15:52:39 +0000 (17:52 +0200)]
[fix] fixed some problems in the str_to_x functions

bzr revid: nicolas.vanhoren@openerp.com-20110822155239-ep2opx33mhm23e4t

12 years ago[FIX] o2m template
Antony Lesuisse [Mon, 22 Aug 2011 15:33:07 +0000 (17:33 +0200)]
[FIX] o2m template

bzr revid: al@openerp.com-20110822153307-w8be7jdhq5k1mvt2

12 years ago[merge]
niv-openerp [Mon, 22 Aug 2011 15:19:08 +0000 (17:19 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110822151908-y5jukt4e85hlll0r

12 years ago[FIX] Fix form reload() which was not based on dataset index
Fabien Meghazi [Mon, 22 Aug 2011 15:08:08 +0000 (17:08 +0200)]
[FIX] Fix form reload() which was not based on dataset index

bzr revid: fme@openerp.com-20110822150808-1t0x6g0ob1n1zaln

12 years ago[FIX] ir.action.act_window form missing target
Antony Lesuisse [Mon, 22 Aug 2011 14:52:44 +0000 (16:52 +0200)]
[FIX] ir.action.act_window form missing target

bzr revid: al@openerp.com-20110822145244-dctqa7gd1m9b35e2

12 years ago[imp] removed unused libary file
niv-openerp [Mon, 22 Aug 2011 14:51:27 +0000 (16:51 +0200)]
[imp] removed unused libary file

bzr revid: nicolas.vanhoren@openerp.com-20110822145127-3nl8k1dkh95ac07a

12 years ago[imp] now loads correct datejs localization file, also added labjs to make fme happy
niv-openerp [Mon, 22 Aug 2011 14:39:24 +0000 (16:39 +0200)]
[imp] now loads correct datejs localization file, also added labjs to make fme happy

bzr revid: nicolas.vanhoren@openerp.com-20110822143924-7bl4m4dac26g0g5v

12 years ago[FIX] complete retardation: do_actual_search is supposed to be called with completely...
Xavier Morel [Mon, 22 Aug 2011 14:33:58 +0000 (16:33 +0200)]
[FIX] complete retardation: do_actual_search is supposed to be called with completely reified domains and contexts (from evail_domain_and_context), there is no need to go through DataSet.get_domain and DataSet.get_context save to break DataGroup's dispatching

bzr revid: xmo@openerp.com-20110822143358-y4xse4gcybx5dopm

12 years ago[IMP] Improved m2o styling
Fabien Meghazi [Mon, 22 Aug 2011 14:11:18 +0000 (16:11 +0200)]
[IMP] Improved m2o styling

bzr revid: fme@openerp.com-20110822141118-94wp9p8pf2u9zzq6

12 years ago[MERGE] from trunk
Xavier Morel [Mon, 22 Aug 2011 13:49:05 +0000 (15:49 +0200)]
[MERGE] from trunk

bzr revid: xmo@openerp.com-20110822134905-iydp9c1l36nif1iw

12 years ago[FIX] add template to client actions missing them for new rendering workflow
Xavier Morel [Mon, 22 Aug 2011 13:30:02 +0000 (15:30 +0200)]
[FIX] add template to client actions missing them for new rendering workflow

bzr revid: xmo@openerp.com-20110822133002-aszaynadwfiuqulf

12 years ago[IMP] keep query parameters around (at least debug) when clicking on logo or redirect...
Xavier Morel [Mon, 22 Aug 2011 13:12:48 +0000 (15:12 +0200)]
[IMP] keep query parameters around (at least debug) when clicking on logo or redirecting from HTTP root to 'correct' root URL

bzr revid: xmo@openerp.com-20110822131248-tl9j6flsw38r7p9e

12 years ago[merge] improvements to formating/parsing functions, now handles most types bidirecti...
niv-openerp [Mon, 22 Aug 2011 12:57:25 +0000 (14:57 +0200)]
[merge] improvements to formating/parsing functions, now handles most types bidirectionaly

bzr revid: nicolas.vanhoren@openerp.com-20110822125725-1pnhj1hrcp2i6xqb

12 years ago[merge]
niv-openerp [Mon, 22 Aug 2011 12:57:08 +0000 (14:57 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110822125708-xd75m77jpvr6b4n1

12 years ago[imp] switched from strftime.js to datejs' implementation of unix date formating...
niv-openerp [Mon, 22 Aug 2011 12:53:55 +0000 (14:53 +0200)]
[imp] switched from strftime.js to datejs' implementation of unix date formating + added tests

bzr revid: nicolas.vanhoren@openerp.com-20110822125355-uhgq0sqd6pw7x3wq

12 years ago[FIX] Fix layout problems. Chrome has wierd behaviour on input width when no @size...
Fabien Meghazi [Mon, 22 Aug 2011 12:49:10 +0000 (14:49 +0200)]
[FIX] Fix layout problems. Chrome has wierd behaviour on input width when no @size is specified

bzr revid: fme@openerp.com-20110822124910-pfryuxttmxd0j4jx

12 years ago[imp] made parse function and began tests
niv-openerp [Mon, 22 Aug 2011 12:35:16 +0000 (14:35 +0200)]
[imp] made parse function and began tests

bzr revid: nicolas.vanhoren@openerp.com-20110822123516-7qf7700v0irc70nd

12 years ago[MERGE] from trunk
Xavier Morel [Mon, 22 Aug 2011 12:32:58 +0000 (14:32 +0200)]
[MERGE] from trunk

bzr revid: xmo@openerp.com-20110822123258-thxewwdvbysap4jt

12 years ago[FIX] Normalized formview's do_save behviour between touched and untouched state
Fabien Meghazi [Mon, 22 Aug 2011 12:26:54 +0000 (14:26 +0200)]
[FIX] Normalized formview's do_save behviour between touched and untouched state

bzr revid: fme@openerp.com-20110822122654-yh43we5egd52162n

12 years ago[FIX] Fix undo & reset in dashboards
Fabien Meghazi [Mon, 22 Aug 2011 11:10:42 +0000 (13:10 +0200)]
[FIX] Fix undo & reset in dashboards

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

bzr revid: fme@openerp.com-20110822111042-q20vvb1o0sfxh294

12 years ago[FIX] row edition
Xavier Morel [Mon, 22 Aug 2011 11:10:01 +0000 (13:10 +0200)]
[FIX] row edition

bzr revid: xmo@openerp.com-20110822111001-mnyyvfund3b3j9bm

12 years ago[FIX] insertion at end: 'null' index should be same as 'undefined' for 'at' kwarg...
Xavier Morel [Mon, 22 Aug 2011 10:56:56 +0000 (12:56 +0200)]
[FIX] insertion at end: 'null' index should be same as 'undefined' for 'at' kwarg to Collection.add

bzr revid: xmo@openerp.com-20110822105656-f0x1iweoxbh8hcgu

12 years ago[IMP] unify refreshing rows striping (and @data-index resetting)
Xavier Morel [Mon, 22 Aug 2011 10:50:28 +0000 (12:50 +0200)]
[IMP] unify refreshing rows striping (and @data-index resetting)

bzr revid: xmo@openerp.com-20110822105028-vvzty9jx6nlupq0f

12 years ago[FIX] Fixed dashboard 'Add Widget'
Fabien Meghazi [Mon, 22 Aug 2011 10:19:34 +0000 (12:19 +0200)]
[FIX] Fixed dashboard 'Add Widget'

bzr revid: fme@openerp.com-20110822101934-3mkcrbis5h0lj1ez

12 years ago[FIX] forgot to increment index in resequencer
Xavier Morel [Mon, 22 Aug 2011 10:13:08 +0000 (12:13 +0200)]
[FIX] forgot to increment index in resequencer

bzr revid: xmo@openerp.com-20110822101308-2td5peezvg6snmk7

12 years ago[MERGE] ir_actions: add user in eval context, use fallback --email-from value.
Vo Minh Thu [Mon, 22 Aug 2011 10:00:07 +0000 (12:00 +0200)]
[MERGE] ir_actions: add user in eval context, use fallback --email-from value.

bzr revid: vmt@openerp.com-20110822100007-q07bsf0dxrhjnzvf

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

bzr revid: nicolas.vanhoren@openerp.com-20110822091110-xflm02no7auscyxx

12 years ago[ADD] handling of adding new records to an existing collection, silent option on...
Xavier Morel [Mon, 22 Aug 2011 09:04:58 +0000 (11:04 +0200)]
[ADD] handling of adding new records to an existing collection, silent option on a bunch of record events

bzr revid: xmo@openerp.com-20110822090458-3wdroe4cxyh30k91

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sat, 20 Aug 2011 04:53:48 +0000 (04:53 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110820045348-7oh5zs7l4lr3zsq1

12 years ago[imp] added formating for dates and floats
niv-openerp [Fri, 19 Aug 2011 15:47:26 +0000 (17:47 +0200)]
[imp] added formating for dates and floats

bzr revid: nicolas.vanhoren@openerp.com-20110819154726-7fzt1wwh4h7d5c25

12 years ago[FIX] calling a method on self works significantly better when self exists in the...
Xavier Morel [Fri, 19 Aug 2011 15:47:05 +0000 (17:47 +0200)]
[FIX] calling a method on self works significantly better when self exists in the scope

bzr revid: xmo@openerp.com-20110819154705-cuvtekexj2i121ni

12 years agomerge
Fabien Pinckaers [Fri, 19 Aug 2011 15:23:03 +0000 (17:23 +0200)]
merge

bzr revid: fp@tinyerp.com-20110819152303-ohbyea95j6e2lxsk

12 years agoimp
Fabien Pinckaers [Fri, 19 Aug 2011 15:20:19 +0000 (17:20 +0200)]
imp

bzr revid: fp@tinyerp.com-20110819152019-gv20gtd1fpea63xv

12 years ago[IMP] tooltips on account/journal types
Fabien Pinckaers [Fri, 19 Aug 2011 15:19:15 +0000 (17:19 +0200)]
[IMP] tooltips on account/journal types

bzr revid: fp@tinyerp.com-20110819151915-spa2agetmtqweau5

12 years ago[IMP] add events unbinging to events mixin, fix Collection.reload() handling by List
Xavier Morel [Fri, 19 Aug 2011 15:15:10 +0000 (17:15 +0200)]
[IMP] add events unbinging to events mixin, fix Collection.reload() handling by List

bzr revid: xmo@openerp.com-20110819151510-7posqx7mznldurd2

12 years ago[imp] separated apples and cucumbers
niv-openerp [Fri, 19 Aug 2011 14:55:43 +0000 (16:55 +0200)]
[imp] separated apples and cucumbers

bzr revid: nicolas.vanhoren@openerp.com-20110819145543-kd6lgvvqcd82r6rb

12 years ago[imp] separated apples and cucumbers
niv-openerp [Fri, 19 Aug 2011 14:55:43 +0000 (16:55 +0200)]
[imp] separated apples and cucumbers

bzr revid: nicolas.vanhoren@openerp.com-20110819145543-q2q4admsahmawkbd

12 years ago[imp] Refactoring of dates conversion functions.
niv-openerp [Fri, 19 Aug 2011 14:46:56 +0000 (16:46 +0200)]
[imp] Refactoring of dates conversion functions.

bzr revid: nicolas.vanhoren@openerp.com-20110819144656-dbsul3smdx7qnkml

12 years ago[imp] Refactoring of dates conversion functions.
niv-openerp [Fri, 19 Aug 2011 14:46:56 +0000 (16:46 +0200)]
[imp] Refactoring of dates conversion functions.

bzr revid: nicolas.vanhoren@openerp.com-20110819144656-g13y3jfsfgy5pspb

12 years ago[FIX] l10_be_invoice_bba: make invoice.write() more lenient with ORM API
Olivier Dony [Fri, 19 Aug 2011 14:42:52 +0000 (16:42 +0200)]
[FIX] l10_be_invoice_bba: make invoice.write() more lenient with ORM API

bzr revid: odo@openerp.com-20110819144252-gz0ff9mg598778uv

12 years ago[FIX] document_ftp: avoid calling res.users.read() with too few arguments (it's broke...
Olivier Dony [Fri, 19 Aug 2011 14:42:41 +0000 (16:42 +0200)]
[FIX] document_ftp: avoid calling res.users.read() with too few arguments (it's broken, pending fix)

bzr revid: odo@openerp.com-20110819144241-9eay9dnqdod7sn6y

12 years ago[FIX] incompatibility between static home and ActionManager
Xavier Morel [Fri, 19 Aug 2011 14:39:47 +0000 (16:39 +0200)]
[FIX] incompatibility between static home and ActionManager

convert static home to a client action, fix ActionManager's handling of client actions to play correctly with the Widget lifecycle (and clean any client action displayed in case it's switching to an inner act_window)

bzr revid: xmo@openerp.com-20110819143947-29dzerce0d42fhel

12 years ago[IMP] add note on Widget insertion methods starting widgets themselves
Xavier Morel [Fri, 19 Aug 2011 13:54:54 +0000 (15:54 +0200)]
[IMP] add note on Widget insertion methods starting widgets themselves

bzr revid: xmo@openerp.com-20110819135454-3qykqkxukzja36yd

12 years ago[FIX] hr_recruitment access rules
Fabien Pinckaers [Fri, 19 Aug 2011 13:36:07 +0000 (15:36 +0200)]
[FIX] hr_recruitment access rules

bzr revid: fp@tinyerp.com-20110819133607-wgap1frd1knnhz55

12 years ago[ADD] Collection.indexOf, fix fetching of selected records (use record id, not record...
Xavier Morel [Fri, 19 Aug 2011 13:21:12 +0000 (15:21 +0200)]
[ADD] Collection.indexOf, fix fetching of selected records (use record id, not record index)

bzr revid: xmo@openerp.com-20110819132112-y635uaukfrx2s5ii

12 years agomerge
Fabien Pinckaers [Fri, 19 Aug 2011 12:16:37 +0000 (14:16 +0200)]
merge

bzr revid: fp@tinyerp.com-20110819121637-q7ugo0cztzdl04s1

12 years ago[IMP] payment term
Fabien Pinckaers [Fri, 19 Aug 2011 12:14:36 +0000 (14:14 +0200)]
[IMP] payment term

bzr revid: fp@tinyerp.com-20110819121436-wten76n6wcd6s6m6

12 years ago[IMP] use Collection signals to handle record removal
Xavier Morel [Fri, 19 Aug 2011 11:59:07 +0000 (13:59 +0200)]
[IMP] use Collection signals to handle record removal

bzr revid: xmo@openerp.com-20110819115907-s7sk4n9qd00hz6d0

12 years ago[IMP] bind row and aggregate display refreshes on changes in the underlying model(s)
Xavier Morel [Fri, 19 Aug 2011 10:39:55 +0000 (12:39 +0200)]
[IMP] bind row and aggregate display refreshes on changes in the underlying model(s)

bzr revid: xmo@openerp.com-20110819103955-gx0j7t3kxl8pjy56

12 years ago[IMP] add previous field value to change events
Xavier Morel [Fri, 19 Aug 2011 10:17:23 +0000 (12:17 +0200)]
[IMP] add previous field value to change events

bzr revid: xmo@openerp.com-20110819101723-p73bts37knut34c8

12 years ago[IMP] only trigger change events when a field's value was actually changed, provide...
Xavier Morel [Fri, 19 Aug 2011 10:16:44 +0000 (12:16 +0200)]
[IMP] only trigger change events when a field's value was actually changed, provide more information in change event

bzr revid: xmo@openerp.com-20110819101644-edovs858qrz1wb3y

12 years ago[???] try to hook some stuff into reset event
Xavier Morel [Fri, 19 Aug 2011 10:12:08 +0000 (12:12 +0200)]
[???] try to hook some stuff into reset event

bzr revid: xmo@openerp.com-20110819101208-nqoroidipedo73rs

12 years ago[FIX]Missing semicolon and modifiy css.
Kunal Chavda (OpenERP) [Fri, 19 Aug 2011 07:12:16 +0000 (12:42 +0530)]
[FIX]Missing semicolon and modifiy css.

bzr revid: kch@tinyerp.com-20110819071216-lih8yiclgfn6w5dl

12 years ago[MERGE]Merge with trunk upto revision no 833.
Kunal Chavda (OpenERP) [Fri, 19 Aug 2011 05:55:25 +0000 (11:25 +0530)]
[MERGE]Merge with trunk upto revision no 833.

bzr revid: kch@tinyerp.com-20110817050802-2y0a3osy7jk52xps
bzr revid: kch@tinyerp.com-20110819055525-vrklylpqm8ck7pci