odoo/odoo.git
12 years ago[FIX] reintroduce code which was not redundant after all
Xavier Morel [Tue, 13 Sep 2011 06:47:45 +0000 (08:47 +0200)]
[FIX] reintroduce code which was not redundant after all

bzr revid: xmo@openerp.com-20110913064745-xk3xgmqkmu2zh6hp

12 years ago[FIX] correctly return readyness deferred from ViewManagerAction's start method
Xavier Morel [Tue, 13 Sep 2011 06:38:30 +0000 (08:38 +0200)]
[FIX] correctly return readyness deferred from ViewManagerAction's start method

bzr revid: xmo@openerp.com-20110913063830-eyyfczieq6w1b1j4

12 years ago[IMP] remove redundant code in ViewManagerAction initializer
Xavier Morel [Tue, 13 Sep 2011 06:36:17 +0000 (08:36 +0200)]
[IMP] remove redundant code in ViewManagerAction initializer

bzr revid: xmo@openerp.com-20110913063617-jh69s47vgwxokba1

12 years ago[IMP] cleanup fubared whitespace
Xavier Morel [Tue, 13 Sep 2011 06:33:46 +0000 (08:33 +0200)]
[IMP] cleanup fubared whitespace

bzr revid: xmo@openerp.com-20110913063346-dq34na1d8ygvks1f

12 years ago[FIX] issue with searchview appearing alongside non-searchable views (e.g. form)...
Xavier Morel [Tue, 13 Sep 2011 06:32:38 +0000 (08:32 +0200)]
[FIX] issue with searchview appearing alongside non-searchable views (e.g. form) when they're the primary (initially loaded) view for an action

bzr revid: xmo@openerp.com-20110913063238-hki65oukviah8u2k

12 years ago[FIX] issues with list not being a primary action view
Xavier Morel [Tue, 13 Sep 2011 06:31:21 +0000 (08:31 +0200)]
[FIX] issues with list not being a primary action view

* ViewManagerAction should always instantiate a DataSetSearch, if
  there's a res_id add it to the DataSet
* Always define a base DataGroup (groupless) on the ListView's groups,
  so it can be shown() without a search (will just use default dataset
  parameters)

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

bzr revid: xmo@openerp.com-20110913063121-ry2cuwiuqfo655xe

12 years ago[FIX] Kanban: ignore qweb tags in template transformation
Fabien Meghazi [Mon, 12 Sep 2011 14:14:44 +0000 (16:14 +0200)]
[FIX] Kanban: ignore qweb tags in template transformation

bzr revid: fme@openerp.com-20110912141444-l7hoe1kre9dk5je2

12 years ago[fix] incorrect notifications in the o2m
niv-openerp [Mon, 12 Sep 2011 14:07:53 +0000 (16:07 +0200)]
[fix] incorrect notifications in the o2m

bzr revid: nicolas.vanhoren@openerp.com-20110912140753-h3e7e153yp0fmxrw

12 years ago[imp] removed a lot of useless notifications
niv-openerp [Mon, 12 Sep 2011 13:56:03 +0000 (15:56 +0200)]
[imp] removed a lot of useless notifications

bzr revid: nicolas.vanhoren@openerp.com-20110912135603-fai75jzwgbyalnwz

12 years ago[IMP] Kanban: catch record edited in form
Fabien Meghazi [Mon, 12 Sep 2011 13:36:39 +0000 (15:36 +0200)]
[IMP] Kanban: catch record edited in form

bzr revid: fme@openerp.com-20110912133639-ogyaxnl8ds9k4rnk

12 years ago[FIX] reload the listview's content anytime there are ids in the listview's dataset...
Xavier Morel [Mon, 12 Sep 2011 13:31:15 +0000 (15:31 +0200)]
[FIX] reload the listview's content anytime there are ids in the listview's dataset, not just when the listview was explicitly hidden

otherwise, when the list is not the first/primary view, it needs to appear (and reload itself) even though it was not explicitly hidden

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

bzr revid: xmo@openerp.com-20110912133115-uiwj3fhxfjm441nk

12 years ago[FIX] Fixed action buttons in kanban view
Fabien Meghazi [Mon, 12 Sep 2011 13:23:30 +0000 (15:23 +0200)]
[FIX] Fixed action buttons in kanban view

bzr revid: fme@openerp.com-20110912132330-wf64t3ccnzak75u3

12 years ago[imp] added context propagation when an action is triggered by a button to match...
niv-openerp [Mon, 12 Sep 2011 13:20:00 +0000 (15:20 +0200)]
[imp] added context propagation when an action is triggered by a button to match behavior of gtk client

bzr revid: nicolas.vanhoren@openerp.com-20110912132000-ibzm0fepg5p4o4ag

12 years ago[fix] problem with server actions, presumably old test code with static values
niv-openerp [Mon, 12 Sep 2011 13:07:27 +0000 (15:07 +0200)]
[fix] problem with server actions, presumably old test code with static values

bzr revid: nicolas.vanhoren@openerp.com-20110912130727-mm9n2473u4ta8bk8

12 years ago[imp] replaced print by logger
niv-openerp [Mon, 12 Sep 2011 09:38:11 +0000 (11:38 +0200)]
[imp] replaced print by logger

bzr revid: nicolas.vanhoren@openerp.com-20110912093811-z9burx7wa8s87032

12 years ago[fix] problem in header, sometimes displays two times
niv-openerp [Mon, 12 Sep 2011 09:32:42 +0000 (11:32 +0200)]
[fix] problem in header, sometimes displays two times

bzr revid: nicolas.vanhoren@openerp.com-20110912093242-p85nuczz7lzw11gl

12 years ago[fix] set json formatting for statusbar
niv-openerp [Fri, 9 Sep 2011 14:34:50 +0000 (16:34 +0200)]
[fix] set json formatting for statusbar

bzr revid: nicolas.vanhoren@openerp.com-20110909143450-i2g2q3uoevkj0j9b

12 years ago[FIX] avoid shortcut-star appearing in o2m fields
Xavier Morel [Mon, 12 Sep 2011 13:05:18 +0000 (15:05 +0200)]
[FIX] avoid shortcut-star appearing in o2m fields

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

bzr revid: xmo@openerp.com-20110912130518-kmvebgjdwzz30ibj

12 years ago[ADD] Added color picker for kanban view
Fabien Meghazi [Mon, 12 Sep 2011 12:59:38 +0000 (14:59 +0200)]
[ADD] Added color picker for kanban view

bzr revid: fme@openerp.com-20110912125938-jt1v7jf1h4e6t66s

12 years ago[FIX] Indentation.cleanup space,tabs.
Vaibhav (OpenERP) [Mon, 12 Sep 2011 12:57:38 +0000 (18:27 +0530)]
[FIX] Indentation.cleanup space,tabs.

bzr revid: vda@tinyerp.com-20110912125738-ngubj1wpfp6t7s4u

12 years ago[FIX] jsdoc: .include lends to the instances (Class#), not to the class
Xavier Morel [Mon, 12 Sep 2011 12:42:57 +0000 (14:42 +0200)]
[FIX] jsdoc: .include lends to the instances (Class#), not to the class

bzr revid: xmo@openerp.com-20110912124257-74wggv2t870rchlm

12 years ago[FIX] documentation of private Events mixin in ListView
Xavier Morel [Mon, 12 Sep 2011 12:38:52 +0000 (14:38 +0200)]
[FIX] documentation of private Events mixin in ListView

bzr revid: xmo@openerp.com-20110912123852-vj9u9n15l44t3wo0

12 years ago[IMP] fix more jsdoc to not have any global extracted in jsdoc
Xavier Morel [Mon, 12 Sep 2011 12:06:04 +0000 (14:06 +0200)]
[IMP] fix more jsdoc to not have any global extracted in jsdoc

bzr revid: xmo@openerp.com-20110912120604-ojzbfhjkobgoueo6

12 years ago[FIX] jsdoc in forms.js, so it does not create a bunch of global functions which...
Xavier Morel [Mon, 12 Sep 2011 11:43:50 +0000 (13:43 +0200)]
[FIX] jsdoc in forms.js, so it does not create a bunch of global functions which are really methods

bzr revid: xmo@openerp.com-20110912114350-uzi1jm1jj7gpesq8

12 years ago[FIX] a few more existing jsdoc so jsdoc v3 does not blow up during parsing
Xavier Morel [Mon, 12 Sep 2011 11:34:37 +0000 (13:34 +0200)]
[FIX] a few more existing jsdoc so jsdoc v3 does not blow up during parsing

bzr revid: xmo@openerp.com-20110912113437-emv28eo9ct9n559g

12 years ago[FIX] element ref.
Vaibhav (OpenERP) [Mon, 12 Sep 2011 10:56:54 +0000 (16:26 +0530)]
[FIX] element ref.

bzr revid: vda@tinyerp.com-20110912105654-h8s5xvwbdn3nqe8a

12 years ago[FIX] Inherit template.load right template.
Vaibhav (OpenERP) [Mon, 12 Sep 2011 10:53:25 +0000 (16:23 +0530)]
[FIX] Inherit template.load right template.

bzr revid: vda@tinyerp.com-20110912105325-0e7f9jmt79ztao5w

12 years ago[FIX] jsdoc v3 fixes: @constructs needs an explicit name, @lends is mandatory to...
Xavier Morel [Mon, 12 Sep 2011 10:35:03 +0000 (12:35 +0200)]
[FIX] jsdoc v3 fixes: @constructs needs an explicit name, @lends is mandatory to not make free-floating methods (interpreted as globals)

bzr revid: xmo@openerp.com-20110912103503-0gpou4t50i2stycp

12 years ago[FIX] Corrected url debug for dynamically loaded stylesheets
Fabien Meghazi [Mon, 12 Sep 2011 10:08:19 +0000 (12:08 +0200)]
[FIX] Corrected url debug for dynamically loaded stylesheets

bzr revid: fme@openerp.com-20110912100819-w62t21ktvb9lwycb

12 years ago[ADD] Added openerp.web.Widget#on_inserted
Fabien Meghazi [Mon, 12 Sep 2011 09:59:37 +0000 (11:59 +0200)]
[ADD] Added openerp.web.Widget#on_inserted

bzr revid: fme@openerp.com-20110912095937-iabmo7213rsqt8b8

12 years ago[fix] problem with wsgi
niv-openerp [Mon, 12 Sep 2011 09:17:43 +0000 (11:17 +0200)]
[fix] problem with wsgi

bzr revid: nicolas.vanhoren@openerp.com-20110912091743-igkuihl7a7d0rm7h

12 years ago[ADD] Add debug url hack for qweb xhr templates
Fabien Meghazi [Mon, 12 Sep 2011 09:07:27 +0000 (11:07 +0200)]
[ADD] Add debug url hack for qweb xhr templates

bzr revid: fme@openerp.com-20110912090727-hv3bslofmcpj06ld

12 years ago[FIX] Revert hidden way.
Vaibhav (OpenERP) [Mon, 12 Sep 2011 08:58:51 +0000 (14:28 +0530)]
[FIX] Revert hidden way.

bzr revid: vda@tinyerp.com-20110912085851-vzs4v3szihrl7xs0

12 years ago[FIX] Override viewmanager,show stars when called from actionmanager.
Vaibhav (OpenERP) [Mon, 12 Sep 2011 08:24:26 +0000 (13:54 +0530)]
[FIX] Override viewmanager,show stars when called from actionmanager.

bzr revid: vda@tinyerp.com-20110912082426-snwh0cc5ac75g7xz

12 years ago[FIX] str 'in' str (singletons missing tuple-building comma), in @colors attributes...
Xavier Morel [Sun, 11 Sep 2011 13:50:25 +0000 (15:50 +0200)]
[FIX] str 'in' str (singletons missing tuple-building comma), in @colors attributes. Replace by string equality

bzr revid: xmo@openerp.com-20110911135025-v9yct8pnjfj21tyj

12 years ago[FIX] @colors expression: in on single string (instead of singleton), works by coinci...
Xavier Morel [Sun, 11 Sep 2011 13:25:14 +0000 (15:25 +0200)]
[FIX] @colors expression: in on single string (instead of singleton), works by coincidence. Replace by equality test

bzr revid: xmo@openerp.com-20110911132514-39cy0gldyt1ixy3m

12 years ago[IMP] useability of timesheet
fp [Sat, 10 Sep 2011 12:46:09 +0000 (14:46 +0200)]
[IMP] useability of timesheet

bzr revid: fp@fp-laptop-20110910124609-jgvr6bhun2eczbnd

12 years ago[IMP] useability of timesheet
fp [Sat, 10 Sep 2011 12:43:55 +0000 (14:43 +0200)]
[IMP] useability of timesheet

bzr revid: fp@fp-laptop-20110910124355-qkkbtgm3wz6l2w1f

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sat, 10 Sep 2011 05:01:47 +0000 (05:01 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110910050134-g9u7swpuqxjvk2uc
bzr revid: launchpad_translations_on_behalf_of_openerp-20110910050147-o7l8x27ph9y63m3r

12 years ago[IMP] hack to register the wsgi handler when running embbeded in openerp-server.
Antony Lesuisse [Fri, 9 Sep 2011 16:00:39 +0000 (18:00 +0200)]
[IMP] hack to register the wsgi handler when running embbeded in openerp-server.

bzr revid: al@openerp.com-20110909160039-6ddslilpttvhubad

12 years ago[ADD] web/static: missing icons
Olivier Dony [Fri, 9 Sep 2011 15:05:47 +0000 (17:05 +0200)]
[ADD] web/static: missing icons

bzr revid: odo@openerp.com-20110909150547-5z0nn76te15hu2is

12 years ago[IMP] move webrelease into addons/web
Antony Lesuisse [Fri, 9 Sep 2011 14:13:17 +0000 (16:13 +0200)]
[IMP] move webrelease into addons/web

bzr revid: al@openerp.com-20110909141317-uvo90sxlg8o5w9dx

12 years ago[fix] some problem in some o2m that made many things fail
niv-openerp [Fri, 9 Sep 2011 13:46:04 +0000 (15:46 +0200)]
[fix] some problem in some o2m that made many things fail

bzr revid: nicolas.vanhoren@openerp.com-20110909134604-6qgilgf72qchgr2b

12 years ago[fix] padding correction for statusbar
niv-openerp [Fri, 9 Sep 2011 12:13:12 +0000 (14:13 +0200)]
[fix] padding correction for statusbar

bzr revid: nicolas.vanhoren@openerp.com-20110909121312-p5smu8m7rrk5wlge

12 years ago[imp] changed 'status' widget to 'statusbar' widget
niv-openerp [Fri, 9 Sep 2011 11:18:03 +0000 (13:18 +0200)]
[imp] changed 'status' widget to 'statusbar' widget

bzr revid: nicolas.vanhoren@openerp.com-20110909111803-n10ff50qr8mismjb

12 years ago[REV] base.xml changes of xmo@openerp.com-20110908125510-fb7vcjsixj5sqhpz: new versio...
Xavier Morel [Fri, 9 Sep 2011 13:42:44 +0000 (15:42 +0200)]
[REV] base.xml changes of xmo@openerp.com-20110908125510-fb7vcjsixj5sqhpz: new version was simpler, it was also completely broken

issue here is that <tr> element bears a foreach, which we have to keep, so can't just insert new tds in the row (they'll get repeated), we can't remove the tr (not without grafting the old attributes), etc...

it's really kind-of a pain.

Basically, the replaceAll() is used to make the <t> just created replace the <tr> matched, the unwrapAll removes the <table> around it all, resulting in a <t> with the buttons inserted before and after it, all landed in the editable-listview-generated-row

bzr revid: xmo@openerp.com-20110909134244-mbf5sf4to09fvsyi

12 years ago[FIX] document_ftp/document_webdav: correctly fix what was incorrectly fixed in
Vo Minh Thu [Fri, 9 Sep 2011 11:39:16 +0000 (13:39 +0200)]
[FIX] document_ftp/document_webdav: correctly fix what was incorrectly fixed in
revno 4821, revision-id tfr@openerp.com-20110628141309-oag99snygj3vuqwn :
pooler.get_db_only was removed from the server but not from the addons.
It seems the commit 4821 tried to solved the situation by using get_db
instead, which is wrong and it will load the db instead of just trying
to get a cursor. This commit solves correctly the removel of get_db_only:
by using sql_db.db_connect (for which get_db_only was an alias).

bzr revid: vmt@openerp.com-20110909113916-td9o8yct0u5bitb6

12 years ago[FIX] ir.translation: second part of previous revision for fixing calls to ormcache_m...
Olivier Dony [Fri, 9 Sep 2011 10:40:46 +0000 (12:40 +0200)]
[FIX] ir.translation: second part of previous revision for fixing calls to ormcache_multi.clear_cache()

bzr revid: odo@openerp.com-20110909104046-ipysy6pi3iea38fu

12 years ago[FIX] sale sale_view unclosed tag
Antony Lesuisse [Fri, 9 Sep 2011 10:15:04 +0000 (12:15 +0200)]
[FIX] sale sale_view unclosed tag

bzr revid: al@openerp.com-20110909101504-b9s1v36rxys3v335

12 years ago[FIX] ir_translation _get_ids clear_cache is not multi
Antony Lesuisse [Fri, 9 Sep 2011 10:07:09 +0000 (12:07 +0200)]
[FIX] ir_translation _get_ids clear_cache is not multi

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

bzr revid: al@openerp.com-20110909100709-kdqf4aibdr0flr4a

12 years ago[imp] added properties for statusbar in .rng of views
niv-openerp [Fri, 9 Sep 2011 09:36:43 +0000 (11:36 +0200)]
[imp] added properties for statusbar in .rng of views

bzr revid: nicolas.vanhoren@openerp.com-20110909093643-h0jnvcytov70be8o

12 years ago[IMP] search view of SO
Fabien Pinckaers [Fri, 9 Sep 2011 08:22:25 +0000 (10:22 +0200)]
[IMP] search view of SO

bzr revid: fp@tinyerp.com-20110909082225-zpatvzrw80i131pr

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 9 Sep 2011 04:37:30 +0000 (04:37 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110908043626-5c0ixnnwl79nkotp
bzr revid: launchpad_translations_on_behalf_of_openerp-20110909043730-o6s4fx8rueje9h3j

12 years ago[ADD] Added lead stage images
Fabien Meghazi [Thu, 8 Sep 2011 18:01:20 +0000 (20:01 +0200)]
[ADD] Added lead stage images

bzr revid: fme@openerp.com-20110908180120-h0q0i62m52xd7np8

12 years agoRound 2, fight
Xavier Morel [Thu, 8 Sep 2011 17:17:22 +0000 (19:17 +0200)]
Round 2, fight

bzr revid: xmo@openerp.com-20110908171722-gdyixqgw935jcvrl

12 years ago[merge] mobile client synchro
niv-openerp [Thu, 8 Sep 2011 17:12:11 +0000 (19:12 +0200)]
[merge] mobile client synchro

bzr revid: nicolas.vanhoren@openerp.com-20110908171211-knkocvela8e1bbgc

12 years ago[imp] added colors customization for status field
niv-openerp [Thu, 8 Sep 2011 17:00:12 +0000 (19:00 +0200)]
[imp] added colors customization for status field
I got it!!

bzr revid: nicolas.vanhoren@openerp.com-20110908170012-v7uuhnzow8wrzckq

12 years ago[imp] added translation
niv-openerp [Thu, 8 Sep 2011 16:42:50 +0000 (18:42 +0200)]
[imp] added translation

bzr revid: nicolas.vanhoren@openerp.com-20110908164250-1iynaj4an78cb1or

12 years ago[imp] added translation
niv-openerp [Thu, 8 Sep 2011 16:42:35 +0000 (18:42 +0200)]
[imp] added translation

bzr revid: nicolas.vanhoren@openerp.com-20110908164235-64kkia9iolgk6p8s

12 years ago[imp] added translation
niv-openerp [Thu, 8 Sep 2011 16:42:11 +0000 (18:42 +0200)]
[imp] added translation

bzr revid: nicolas.vanhoren@openerp.com-20110908164211-c3ohu5j95ha0f16p

12 years ago[imp] added translation
niv-openerp [Thu, 8 Sep 2011 16:41:20 +0000 (18:41 +0200)]
[imp] added translation

bzr revid: nicolas.vanhoren@openerp.com-20110908164120-yoi74rmjhwhrczo9

12 years ago[imp] added translation
niv-openerp [Thu, 8 Sep 2011 16:41:02 +0000 (18:41 +0200)]
[imp] added translation

bzr revid: nicolas.vanhoren@openerp.com-20110908164102-ywmlnnxw98moxe1e

12 years ago[imp] added translation
niv-openerp [Thu, 8 Sep 2011 16:40:48 +0000 (18:40 +0200)]
[imp] added translation

bzr revid: nicolas.vanhoren@openerp.com-20110908164048-96t6yq96hiiinxvm

12 years ago[imp] more cosmetic change
niv-openerp [Thu, 8 Sep 2011 16:36:32 +0000 (18:36 +0200)]
[imp] more cosmetic change

bzr revid: nicolas.vanhoren@openerp.com-20110908163632-5pbn13xrrjikey63

12 years ago[imp] cosmetic change
niv-openerp [Thu, 8 Sep 2011 16:36:12 +0000 (18:36 +0200)]
[imp] cosmetic change

bzr revid: nicolas.vanhoren@openerp.com-20110908163612-nzdxfk8co55b7hm0

12 years ago[imp] added possibility to only show some states in status widget
niv-openerp [Thu, 8 Sep 2011 16:35:36 +0000 (18:35 +0200)]
[imp] added possibility to only show some states in status widget

bzr revid: nicolas.vanhoren@openerp.com-20110908163536-bewx1817u96t11rc

12 years ago[imp] improved css of status widget
niv-openerp [Thu, 8 Sep 2011 16:04:51 +0000 (18:04 +0200)]
[imp] improved css of status widget

bzr revid: nicolas.vanhoren@openerp.com-20110908160451-gh5josp0nmn3vn7u

12 years ago[imp] now status widget correctly highlights the selected item
niv-openerp [Thu, 8 Sep 2011 15:45:51 +0000 (17:45 +0200)]
[imp] now status widget correctly highlights the selected item

bzr revid: nicolas.vanhoren@openerp.com-20110908154551-oti347kv6f7h0q2y

12 years ago[imp] now status widget list possible selections
niv-openerp [Thu, 8 Sep 2011 15:37:15 +0000 (17:37 +0200)]
[imp] now status widget list possible selections

bzr revid: nicolas.vanhoren@openerp.com-20110908153715-k3ur78w85kb24iv7

12 years ago[imp] improved selection color in status widget
niv-openerp [Thu, 8 Sep 2011 15:28:15 +0000 (17:28 +0200)]
[imp] improved selection color in status widget

bzr revid: nicolas.vanhoren@openerp.com-20110908152815-kbrt8ibfnb4br7kb

12 years ago[imp] added selected indication in status widget
niv-openerp [Thu, 8 Sep 2011 15:23:37 +0000 (17:23 +0200)]
[imp] added selected indication in status widget

bzr revid: nicolas.vanhoren@openerp.com-20110908152337-6xsfyicntnm6t7mx

12 years ago[imp] improved css for status widget
niv-openerp [Thu, 8 Sep 2011 15:18:34 +0000 (17:18 +0200)]
[imp] improved css for status widget

bzr revid: nicolas.vanhoren@openerp.com-20110908151834-h44bb5tjs8cjb33i

12 years ago[imp] put first example of status field with css
niv-openerp [Thu, 8 Sep 2011 15:11:53 +0000 (17:11 +0200)]
[imp] put first example of status field with css

bzr revid: nicolas.vanhoren@openerp.com-20110908151153-7jiqei1abo90q6sx

12 years ago[imp] improved status widget templates behavior
niv-openerp [Thu, 8 Sep 2011 15:09:32 +0000 (17:09 +0200)]
[imp] improved status widget templates behavior

bzr revid: nicolas.vanhoren@openerp.com-20110908150932-kfyot4ivb6auhnod

12 years ago[imp] setup of templates for status widget
niv-openerp [Thu, 8 Sep 2011 15:06:45 +0000 (17:06 +0200)]
[imp] setup of templates for status widget

bzr revid: nicolas.vanhoren@openerp.com-20110908150645-uqj6f9f5icnsf3jx

12 years ago[imp] setup of status widget
niv-openerp [Thu, 8 Sep 2011 14:58:45 +0000 (16:58 +0200)]
[imp] setup of status widget

bzr revid: nicolas.vanhoren@openerp.com-20110908145845-85ao2yvkpvsnc6kg

12 years ago[IMP] Dynamically listview with theme.
Bhumi Thakkar (Open ERP) [Thu, 8 Sep 2011 12:33:35 +0000 (18:03 +0530)]
[IMP] Dynamically listview with theme.

bzr revid: bth@tinyerp.com-20110908123335-mdd0o4hbq9c97wwm

12 years ago[imp] cosmetic change
niv-openerp [Thu, 8 Sep 2011 09:59:13 +0000 (11:59 +0200)]
[imp] cosmetic change

bzr revid: nicolas.vanhoren@openerp.com-20110908095913-pgpcd0flc57umgno

12 years ago[imp] made ids in report overridable by report action
niv-openerp [Thu, 8 Sep 2011 09:55:44 +0000 (11:55 +0200)]
[imp] made ids in report overridable by report action

bzr revid: nicolas.vanhoren@openerp.com-20110908095544-77pottqwvarnh2gq

12 years ago[imp] updated ids in report
niv-openerp [Thu, 8 Sep 2011 09:54:11 +0000 (11:54 +0200)]
[imp] updated ids in report

bzr revid: nicolas.vanhoren@openerp.com-20110908095411-eezf69hw64khlx91

12 years ago[imp] updated datas in report
niv-openerp [Thu, 8 Sep 2011 09:53:27 +0000 (11:53 +0200)]
[imp] updated datas in report

bzr revid: nicolas.vanhoren@openerp.com-20110908095327-23inv0pjwljyktdl

12 years ago[imp] added todo
niv-openerp [Wed, 7 Sep 2011 14:31:55 +0000 (16:31 +0200)]
[imp] added todo

bzr revid: nicolas.vanhoren@openerp.com-20110907143155-66ceqs76hxzjvxtw

12 years ago[IMP] Improved kanban view. Added colors.
Fabien Meghazi [Thu, 8 Sep 2011 15:50:07 +0000 (17:50 +0200)]
[IMP] Improved kanban view. Added colors.

bzr revid: fme@openerp.com-20110908155007-nwez2t97inc3148n

12 years ago[IMP] Avoid browsers cache problem with autoloaded addons in debug mode (part 2)
Fabien Meghazi [Thu, 8 Sep 2011 14:05:54 +0000 (16:05 +0200)]
[IMP] Avoid browsers cache problem with autoloaded addons in debug mode (part 2)

bzr revid: fme@openerp.com-20110908140554-h1ya4l9lctwk2hvm

12 years ago[IMP] look of non-selectable or non-editable editable list views when a row is being...
Xavier Morel [Thu, 8 Sep 2011 12:55:10 +0000 (14:55 +0200)]
[IMP] look of non-selectable or non-editable editable list views when a row is being edited

dynamically add and remove padding rows

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

bzr revid: xmo@openerp.com-20110908125510-fb7vcjsixj5sqhpz

12 years ago[FIX] same signature change as xmo@openerp.com-20110908111024-qfr6xlrw9ecy7m6y, but...
Xavier Morel [Thu, 8 Sep 2011 11:11:36 +0000 (13:11 +0200)]
[FIX] same signature change as xmo@openerp.com-20110908111024-qfr6xlrw9ecy7m6y, but on ReadOnlyDataSetSearch

bzr revid: xmo@openerp.com-20110908111136-fa8hm5t1q5vxjb9i

12 years ago[FIX] Signature change in DataSet.write had not been performed in child class Buffere...
Xavier Morel [Thu, 8 Sep 2011 11:10:24 +0000 (13:10 +0200)]
[FIX] Signature change in DataSet.write had not been performed in child class BufferedDataSet, resulting in success callback not being correctly called on successful save of row

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

bzr revid: xmo@openerp.com-20110908111024-qfr6xlrw9ecy7m6y

12 years ago[FIX] don't display non-searchable (non-stored without a fnct_search) function fields
Xavier Morel [Thu, 8 Sep 2011 10:14:06 +0000 (12:14 +0200)]
[FIX] don't display non-searchable (non-stored without a fnct_search) function fields

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

bzr revid: xmo@openerp.com-20110908101406-f6r8bgt155nq65in

12 years ago[REM] Remove useless colspan="1" on labels in order to be compatible with web client...
Fabien Meghazi [Thu, 8 Sep 2011 08:29:59 +0000 (10:29 +0200)]
[REM] Remove useless colspan="1" on labels in order to be compatible with web client's heuristic for label vs paragraph detection

bzr revid: fme@openerp.com-20110908082959-vb2pcrsuuz43vxqi

12 years ago[FIX] reports: report_type may be missing from the action descriptor, don't rely...
Xavier Morel [Thu, 8 Sep 2011 07:14:15 +0000 (09:14 +0200)]
[FIX] reports: report_type may be missing from the action descriptor, don't rely on it being there

bzr revid: xmo@openerp.com-20110908071415-9gdyvkpwq7i7fxob

12 years ago[FIX] cleanup of toolbar actions during fields_view_get
Xavier Morel [Thu, 8 Sep 2011 07:03:09 +0000 (09:03 +0200)]
[FIX] cleanup of toolbar actions during fields_view_get

bzr revid: xmo@openerp.com-20110908070309-bbwmqxmwmmj06srj

12 years ago[IMP] document: (usability) improved wording of virtual folder wizard screen
Olivier Dony [Wed, 7 Sep 2011 20:55:18 +0000 (22:55 +0200)]
[IMP] document: (usability) improved wording of virtual folder wizard screen

bzr revid: odo@openerp.com-20110907205518-we9s9ws5dphrcs7b

12 years ago[FIX] Editable list gets wrong fields view get object due to previous refactoring
Fabien Meghazi [Wed, 7 Sep 2011 19:20:52 +0000 (21:20 +0200)]
[FIX] Editable list gets wrong fields view get object due to previous refactoring

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

bzr revid: fme@openerp.com-20110907192052-0bx7viwvee2r4i2d

12 years ago[FIX] debug by default until we fix css merging
Antony Lesuisse [Wed, 7 Sep 2011 17:41:09 +0000 (19:41 +0200)]
[FIX] debug by default until we fix css merging

bzr revid: al@openerp.com-20110907174109-xgh3c4efdftpyujt

12 years ago[FIX] Fixed FieldSelection problems with false values
Fabien Meghazi [Wed, 7 Sep 2011 16:33:15 +0000 (18:33 +0200)]
[FIX] Fixed FieldSelection problems with false values

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

bzr revid: fme@openerp.com-20110907163315-b014e9pulr3nsqt4

12 years ago[IMP] logging debug use pprint
Antony Lesuisse [Wed, 7 Sep 2011 16:14:08 +0000 (18:14 +0200)]
[IMP] logging debug use pprint

bzr revid: al@openerp.com-20110907161408-0b4y5irl3c95mtn4

12 years ago[IMP] logging use default python logging output
Antony Lesuisse [Wed, 7 Sep 2011 15:41:05 +0000 (17:41 +0200)]
[IMP] logging use default python logging output

bzr revid: al@openerp.com-20110907154105-0p2qf3iz1s22pvch

12 years ago[IMP] cleanup toolbar actions
Xavier Morel [Wed, 7 Sep 2011 15:02:57 +0000 (17:02 +0200)]
[IMP] cleanup toolbar actions

bzr revid: xmo@openerp.com-20110907150257-ewan3jhboq0xe710

12 years ago[ADD] Added FormDialog
Fabien Meghazi [Wed, 7 Sep 2011 14:53:11 +0000 (16:53 +0200)]
[ADD] Added FormDialog

bzr revid: fme@openerp.com-20110907145311-0ry7eb2jryn3n2km

12 years ago[ADD] autogenerated json-rpc2 ID, in a multithreaded server many requests may reach...
Xavier Morel [Wed, 7 Sep 2011 14:31:10 +0000 (16:31 +0200)]
[ADD] autogenerated json-rpc2 ID, in a multithreaded server many requests may reach the server simultanously leading to logs which are a pain to decipher

bzr revid: xmo@openerp.com-20110907143110-ujmkir821alxjxoo