odoo/odoo.git
13 years ago[MERGE] trunk.
vda (OpenERP) [Thu, 2 Jun 2011 05:08:10 +0000 (10:38 +0530)]
[MERGE] trunk.

bzr revid: vda@tinyerp.com-20110602050810-ekg55hod3zryzbwi

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] 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] modify and save event.
vda (OpenERP) [Wed, 1 Jun 2011 11:17:59 +0000 (16:47 +0530)]
[FIX] modify and save event.

bzr revid: vda@tinyerp.com-20110601111759-6vjnmfr3pymaepuw

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[FIX] Popup selected event.
vda (OpenERP) [Wed, 1 Jun 2011 10:09:52 +0000 (15:39 +0530)]
[FIX] Popup selected event.

bzr revid: vda@tinyerp.com-20110601100952-opuguc2rxfrxcsdh

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[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

13 years ago[FIX] js and css for mini calendar.
vda (OpenERP) [Wed, 1 Jun 2011 07:24:41 +0000 (12:54 +0530)]
[FIX] js and css for mini calendar.

bzr revid: vda@tinyerp.com-20110601072441-y03c1h8ydau8os03

13 years ago[MERGE] merged xrg branch with fix of mexican vat verification
Quentin (OpenERP) [Wed, 1 Jun 2011 06:55:56 +0000 (08:55 +0200)]
[MERGE] merged xrg branch with fix of mexican vat verification

bzr revid: qdp-launchpad@openerp.com-20110601065556-ymu9i6fz07t0f82u

13 years ago[FIX] Code cleanup.
vda (OpenERP) [Wed, 1 Jun 2011 05:48:08 +0000 (11:18 +0530)]
[FIX] Code cleanup.

bzr revid: vda@tinyerp.com-20110601054808-atcvdl4oc681mvfv

13 years ago[FIX]call dataset read_slice to get ids.
vda (OpenERP) [Wed, 1 Jun 2011 05:39:02 +0000 (11:09 +0530)]
[FIX]call dataset read_slice to get ids.

bzr revid: vda@tinyerp.com-20110601053902-ot7lpjb8n1wmmrvy

13 years ago[MERGE] trunk
vda (OpenERP) [Wed, 1 Jun 2011 05:21:29 +0000 (10:51 +0530)]
[MERGE] trunk

bzr revid: vda@tinyerp.com-20110601052129-twi7s7htcnwy1uvw

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 1 Jun 2011 04:38:09 +0000 (04:38 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110601043809-ocpn3eaostvtf4mx

13 years ago[IMP] Dashboard cleanup
Fabien Meghazi [Tue, 31 May 2011 22:28:38 +0000 (00:28 +0200)]
[IMP] Dashboard cleanup

bzr revid: fme@openerp.com-20110531222838-t2a9ksc7l2sthghn

13 years ago[MERGE] lp:768430
Quentin (OpenERP) [Tue, 31 May 2011 22:09:51 +0000 (00:09 +0200)]
[MERGE] lp:768430

bzr revid: qdp-launchpad@openerp.com-20110531220951-6mtceil9xsbmnktp

13 years ago[MERGE] lp:717198
Quentin (OpenERP) [Tue, 31 May 2011 21:55:34 +0000 (23:55 +0200)]
[MERGE] lp:717198

bzr revid: qdp-launchpad@openerp.com-20110531215534-6rj4n9hlzw6w25w1

13 years ago[MERGE] merge of rpa's branch: we shouldn't be able to see orderpoint and procurement...
Quentin (OpenERP) [Tue, 31 May 2011 21:23:20 +0000 (23:23 +0200)]
[MERGE] merge of rpa's branch: we shouldn't be able to see orderpoint and procurement of parent companies (reverted other rules for pricelist from proposed branch)

bzr revid: qdp-launchpad@openerp.com-20110531212320-gizw4iaz2t0wdw4b

13 years ago[IMP] account: treasury report compliancy with multi company + fixed warning of accou...
Quentin (OpenERP) [Tue, 31 May 2011 20:51:28 +0000 (22:51 +0200)]
[IMP] account: treasury report compliancy with multi company + fixed warning of account/report/account_treasury_report.py (unused ref_dict variable)

bzr revid: qdp-launchpad@openerp.com-20110531205128-i1noccss0p3x8a1p

13 years ago[FIX] Fixed load() in action controller. Was not calling clean_action()
Fabien Meghazi [Tue, 31 May 2011 19:52:02 +0000 (21:52 +0200)]
[FIX] Fixed load() in action controller. Was not calling clean_action()

bzr revid: fme@openerp.com-20110531195202-6z6veclumppp1mlr

13 years ago[FIX] Removed _.sprintf
Fabien Meghazi [Tue, 31 May 2011 15:49:33 +0000 (17:49 +0200)]
[FIX] Removed _.sprintf

bzr revid: fme@openerp.com-20110531154933-5rf6kiyqo4my7bb4

13 years ago[IMP] Do not link to openerp.screen when unecessary
Fabien Meghazi [Tue, 31 May 2011 15:43:38 +0000 (17:43 +0200)]
[IMP] Do not link to openerp.screen when unecessary

bzr revid: fme@openerp.com-20110531154338-d0ill7s23oqz79pq

13 years ago[REF] openerp/report/render/render.py: removed silly main() method, rewrote french...
Vo Minh Thu [Tue, 31 May 2011 15:27:11 +0000 (17:27 +0200)]
[REF] openerp/report/render/render.py: removed silly main() method, rewrote french comment in english.

bzr revid: vmt@openerp.com-20110531152711-49kyo4xhtak3r874

13 years ago[MERGE] fix in tools/config.
Vo Minh Thu [Tue, 31 May 2011 15:16:15 +0000 (17:16 +0200)]
[MERGE] fix in tools/config.

bzr revid: vmt@openerp.com-20110531151615-3byoonhhcxpfdwl9

13 years ago[IMP] account: added treasury report
Quentin (OpenERP) [Tue, 31 May 2011 15:12:31 +0000 (17:12 +0200)]
[IMP] account: added treasury report

bzr revid: qdp-launchpad@openerp.com-20110531151231-pg36qumj491j8fsx

13 years ago[FIX] hr: display the expected number of employees and number of employees when grouping
Quentin (OpenERP) [Tue, 31 May 2011 14:02:58 +0000 (16:02 +0200)]
[FIX] hr: display the expected number of employees and number of employees when grouping

bzr revid: qdp-launchpad@openerp.com-20110531140258-p30r6fq5wuyl8j7h

13 years ago[fix] many fixes to o2m & m2m
niv-openerp [Tue, 31 May 2011 13:15:10 +0000 (15:15 +0200)]
[fix] many fixes to o2m & m2m

bzr revid: nicolas.vanhoren@openerp.com-20110531131510-5zq9rfezkvfq5me8

13 years ago[fix] small typo in m2m
niv-openerp [Tue, 31 May 2011 13:14:14 +0000 (15:14 +0200)]
[fix] small typo in m2m

bzr revid: nicolas.vanhoren@openerp.com-20110531131414-em4fcrbwfiqcq6g1

13 years agoImport old branch.
niv-openerp [Tue, 31 May 2011 13:01:54 +0000 (15:01 +0200)]
Import old branch.

bzr revid: nicolas.vanhoren@openerp.com-20110531130154-45t27asxk5pcr7sd

13 years ago[FIX] tools/config: default values always override the config files:
Vo Minh Thu [Tue, 31 May 2011 12:53:22 +0000 (14:53 +0200)]
[FIX] tools/config: default values always override the config files:
- this bug was introduced by commit 3417.6.4 vmt@openerp.com-20110419134016-og6ye1hjrb0j52cl.

bzr revid: vmt@openerp.com-20110531125322-myptetqusymunily

13 years ago[FIX] Calendar.
vda (OpenERP) [Tue, 31 May 2011 11:25:45 +0000 (16:55 +0530)]
[FIX] Calendar.

bzr revid: vda@tinyerp.com-20110531112545-laa8rp2xxx9ympgk

13 years ago[IMP] @editable on forms and fields is nonsense, on trees it should only be able...
Xavier Morel [Tue, 31 May 2011 10:15:18 +0000 (12:15 +0200)]
[IMP] @editable on forms and fields is nonsense, on trees it should only be able to take the values 'top' and 'bottom'

bzr revid: xmo@openerp.com-20110531101518-1ycw1fjy5vczcf8g

13 years ago[REM] @editable on fields and forms, makes no sense
Xavier Morel [Tue, 31 May 2011 09:14:56 +0000 (11:14 +0200)]
[REM] @editable on fields and forms, makes no sense

bzr revid: xmo@openerp.com-20110531091456-kuyg11u9vtvxn8uv

13 years ago[FIX] tree/@editable value is top or bottom, 1 is not acceptable
Xavier Morel [Tue, 31 May 2011 08:39:19 +0000 (10:39 +0200)]
[FIX] tree/@editable value is top or bottom, 1 is not acceptable

bzr revid: xmo@openerp.com-20110531083919-xx0chei0bm0ynq3x

13 years ago[FIX] group cleanup issue during apoptosis: remove all children from storage otherwis...
Xavier Morel [Tue, 31 May 2011 06:33:13 +0000 (08:33 +0200)]
[FIX] group cleanup issue during apoptosis: remove all children from storage otherwise risk of zombie children

bzr revid: xmo@openerp.com-20110531063313-gv7z5vhwnrt5x6pg

13 years ago[IMP] re-add lost base.controllers.__init__
Xavier Morel [Tue, 31 May 2011 06:13:26 +0000 (08:13 +0200)]
[IMP] re-add lost base.controllers.__init__

bzr revid: xmo@openerp.com-20110531061326-gskit8sefxv56go2

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 31 May 2011 04:47:50 +0000 (04:47 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110531044750-6p5w7mfp6bow8hl6

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20110531044735-dhu40as3jjdi6qwe

13 years ago[MERGE] bugfix for assert error: Human Resources/Configuration/Human Resources/Employ...
Quentin (OpenERP) [Mon, 30 May 2011 16:58:04 +0000 (18:58 +0200)]
[MERGE] bugfix for assert error: Human Resources/Configuration/Human Resources/Employees/Categories of Employee/Categories structure

while open the employee view form above menu and try to filter results, i am getting this assertion error.

bzr revid: qdp-launchpad@openerp.com-20110530165804-h46rxi92qxzljr8w

13 years ago[MERGE] lp:777803
Quentin (OpenERP) [Mon, 30 May 2011 16:31:58 +0000 (18:31 +0200)]
[MERGE] lp:777803

bzr revid: qdp-launchpad@openerp.com-20110530163158-0tnmt1b96omcjbft

13 years ago[MERGE] lp:773128
Quentin (OpenERP) [Mon, 30 May 2011 16:27:49 +0000 (18:27 +0200)]
[MERGE] lp:773128

bzr revid: qdp-launchpad@openerp.com-20110530162749-mgix0v37qag65q06

13 years ago[MERGE] lp:777121
Quentin (OpenERP) [Mon, 30 May 2011 16:21:43 +0000 (18:21 +0200)]
[MERGE] lp:777121

bzr revid: qdp-launchpad@openerp.com-20110530162143-0jkl2zvcmnaw63av

13 years ago[MERGE] lp:778473
Quentin (OpenERP) [Mon, 30 May 2011 15:06:55 +0000 (17:06 +0200)]
[MERGE] lp:778473

bzr revid: qdp-launchpad@openerp.com-20110530150655-pv24ogkrchnooib1

13 years ago[MERGE] lp:780668
Quentin (OpenERP) [Mon, 30 May 2011 15:01:02 +0000 (17:01 +0200)]
[MERGE] lp:780668

bzr revid: qdp-launchpad@openerp.com-20110530150102-5dpu652vgz4by2dc

13 years ago[MERGE] lp:764855
Quentin (OpenERP) [Mon, 30 May 2011 14:55:26 +0000 (16:55 +0200)]
[MERGE] lp:764855

bzr revid: qdp-launchpad@openerp.com-20110530145526-t22u7m93fdse1zp6

13 years ago[MERGE] lp:767039
Quentin (OpenERP) [Mon, 30 May 2011 14:45:37 +0000 (16:45 +0200)]
[MERGE] lp:767039

bzr revid: qdp-launchpad@openerp.com-20110530144537-7l7l518a0hzhzlwr

13 years ago[MERGE] lp:689547
Quentin (OpenERP) [Mon, 30 May 2011 14:42:36 +0000 (16:42 +0200)]
[MERGE] lp:689547

bzr revid: qdp-launchpad@openerp.com-20110530144236-06kd5exja9ltn72s

13 years ago[MERGE] lp:781656
Quentin (OpenERP) [Mon, 30 May 2011 14:34:32 +0000 (16:34 +0200)]
[MERGE] lp:781656

bzr revid: qdp-launchpad@openerp.com-20110530143432-2mxbtxlpg0zy6vbc

13 years ago[MERGE] lp:782163
Quentin (OpenERP) [Mon, 30 May 2011 14:24:21 +0000 (16:24 +0200)]
[MERGE] lp:782163

bzr revid: qdp-launchpad@openerp.com-20110530142421-94oxsuut60kw206g

13 years ago[MERGE] lp:782196
Quentin (OpenERP) [Mon, 30 May 2011 14:21:56 +0000 (16:21 +0200)]
[MERGE] lp:782196

bzr revid: qdp-launchpad@openerp.com-20110530142156-vg6jsp9eo103k3nh

13 years ago[MERGE] lp:783837
Quentin (OpenERP) [Mon, 30 May 2011 14:19:32 +0000 (16:19 +0200)]
[MERGE] lp:783837

bzr revid: qdp-launchpad@openerp.com-20110530141932-whj2sfw7dk4hlwtt

13 years ago[MERGE] lp:772476
Quentin (OpenERP) [Mon, 30 May 2011 14:14:51 +0000 (16:14 +0200)]
[MERGE] lp:772476

bzr revid: qdp-launchpad@openerp.com-20110530141451-ocblibm1pq72069c

13 years ago[MERGE] lp:784363
Quentin (OpenERP) [Mon, 30 May 2011 13:17:59 +0000 (15:17 +0200)]
[MERGE] lp:784363

bzr revid: qdp-launchpad@openerp.com-20110530131759-mb15kw86o8ishd0r

13 years ago[MERGE] lp:751411
Quentin (OpenERP) [Mon, 30 May 2011 13:15:23 +0000 (15:15 +0200)]
[MERGE] lp:751411

bzr revid: qdp-launchpad@openerp.com-20110530131523-rb7l2i57zuel6zu0

13 years ago[MERGE] lp:710689
Quentin (OpenERP) [Mon, 30 May 2011 13:04:19 +0000 (15:04 +0200)]
[MERGE] lp:710689

bzr revid: qdp-launchpad@openerp.com-20110530130419-l8lo9g325me5f5ur

13 years ago[imp] gantt view improvements.
niv-openerp [Mon, 30 May 2011 11:14:44 +0000 (13:14 +0200)]
[imp] gantt view improvements.

bzr revid: nicolas.vanhoren@openerp.com-20110530111444-koe0m1yl1ftckkpr

13 years ago[merge]
niv-openerp [Mon, 30 May 2011 11:14:02 +0000 (13:14 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110530111402-14nl10jtj5wdfow2

13 years ago[MERGE] lp:782164
Quentin (OpenERP) [Mon, 30 May 2011 11:08:26 +0000 (13:08 +0200)]
[MERGE] lp:782164

bzr revid: qdp-launchpad@openerp.com-20110530110826-48ripft49ehj1r9q

13 years ago[MERGE] osv: osv classes merged inside orm classes.
Vo Minh Thu [Mon, 30 May 2011 07:42:05 +0000 (09:42 +0200)]
[MERGE] osv: osv classes merged inside orm classes.

bzr revid: vmt@openerp.com-20110530074205-98kdkwhpbu9e19qw

13 years ago[FIX] M2M form widget so it matches new listview API, add missing (needed) method...
Xavier Morel [Mon, 30 May 2011 07:06:56 +0000 (09:06 +0200)]
[FIX] M2M form widget so it matches new listview API, add missing (needed) method in ListView API

* Add reload_content method on ListView to re-fetch list content when requested
* Add StaticDataGroup to handle providing static lists to a ListView
  - and fix behavior of DataSet.read_slice in case of a not-provided limit
* Cleanup implementation of M2M widget (and fix its interactions with ListView) to account for improvements in ListView API

bzr revid: xmo@openerp.com-20110530070656-f5sgodses4xqglr2

13 years ago[FIX] cleanup group display before re-rendering it, otherwise m2m widget breaks
Xavier Morel [Mon, 30 May 2011 07:00:54 +0000 (09:00 +0200)]
[FIX] cleanup group display before re-rendering it, otherwise m2m widget breaks

bzr revid: xmo@openerp.com-20110530070054-m8cbvexw72wpt4mq

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 30 May 2011 04:59:15 +0000 (04:59 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110526043628-iggxpe3dtuzm615i
bzr revid: launchpad_translations_on_behalf_of_openerp-20110527044622-w39rbfftxxgek3f8
bzr revid: launchpad_translations_on_behalf_of_openerp-20110529043625-9tpnzf4lz10ypg5f
bzr revid: launchpad_translations_on_behalf_of_openerp-20110530045915-u5a8nm8u0h54ujyv

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 30 May 2011 04:58:32 +0000 (04:58 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110527044550-75mzo90wnocq320y
bzr revid: launchpad_translations_on_behalf_of_openerp-20110530045832-ce820mg8qb8eukga

13 years ago[FIX] m2m fields display
Xavier Morel [Fri, 27 May 2011 15:10:00 +0000 (17:10 +0200)]
[FIX] m2m fields display
* Add reload_content method to ListView so third parties can ask for a redisplay
* Add a StaticDataGroup descendant class to DataGroup (actually to GrouplessDataGroup as it can not contain groups, only records via a static data set)
* Fix DataSetStatic.read_ids when no limit provided
* Fix Many2ManyListView usage and overriding of a few ListView methods (due to ListView API changing)

bzr revid: xmo@openerp.com-20110527151000-lq5a6sfohprs9gvs

13 years ago[FIX] osv/ir_model: forgot to remove the module arg in ir_model.
Vo Minh Thu [Fri, 27 May 2011 12:40:51 +0000 (14:40 +0200)]
[FIX] osv/ir_model: forgot to remove the module arg in ir_model.

bzr revid: vmt@openerp.com-20110527124051-hqc566wumejw4u1s

13 years ago[IMP] osv: removed unnecessary module arg, added comments.
Vo Minh Thu [Fri, 27 May 2011 12:32:36 +0000 (14:32 +0200)]
[IMP] osv: removed unnecessary module arg, added comments.

bzr revid: vmt@openerp.com-20110527123236-tvd4jgco8iigmrxh

13 years ago[imp] filters improvements
niv-openerp [Fri, 27 May 2011 10:26:28 +0000 (12:26 +0200)]
[imp] filters improvements

bzr revid: nicolas.vanhoren@openerp.com-20110527102628-4b0x3uoatxsei423

13 years ago[merge]
niv-openerp [Fri, 27 May 2011 10:26:10 +0000 (12:26 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110527102610-jkpryhj9wo21z773

13 years ago[imp] Improved advanced filters design, added setup of manage filters.
niv-openerp [Fri, 27 May 2011 10:25:27 +0000 (12:25 +0200)]
[imp] Improved advanced filters design, added setup of manage filters.

bzr revid: nicolas.vanhoren@openerp.com-20110527102527-p9qfobfo9tcjkvub

13 years ago[FIX] osv_pool: it appears it is necessary to have the model in the pool earlier on.
Vo Minh Thu [Fri, 27 May 2011 10:03:10 +0000 (12:03 +0200)]
[FIX] osv_pool: it appears it is necessary to have the model in the pool earlier on.

bzr revid: vmt@openerp.com-20110527100310-qw9760rd8spiwjgm

13 years ago[IMP] final fixes to list view/groups for behavior which should be correct in list...
Xavier Morel [Fri, 27 May 2011 09:28:11 +0000 (11:28 +0200)]
[IMP] final fixes to list view/groups for behavior which should be correct in list view itself:

* Handle aggregate fields (at the list level)
* remove color handling for now, go back to using vanilla datasets for fetching records

TODO: Ensure that APIs available are useable for third-parties to use list views as components, or fix those APIs

bzr revid: xmo@openerp.com-20110527092811-ldxd4oufvjtqvha3

13 years ago[IMP] bzrignore, add share, man and lib directories to it
Xavier Morel [Fri, 27 May 2011 09:24:23 +0000 (11:24 +0200)]
[IMP] bzrignore, add share, man and lib directories to it

bzr revid: xmo@openerp.com-20110527092423-rri3b0v7nw4syswt

13 years ago[ADD] some listview doc
Xavier Morel [Fri, 27 May 2011 09:16:49 +0000 (11:16 +0200)]
[ADD] some listview doc

bzr revid: xmo@openerp.com-20110527091649-gafhkh5gahcxwy3u

13 years ago[merge] m2o improvements
niv-openerp [Fri, 27 May 2011 09:12:23 +0000 (11:12 +0200)]
[merge] m2o improvements

bzr revid: nicolas.vanhoren@openerp.com-20110527091223-h2n4s1r44lbo1y2n

13 years ago[IMP] extract handlers for ListView.Groups events into separate method, so they're...
Xavier Morel [Fri, 27 May 2011 07:44:42 +0000 (09:44 +0200)]
[IMP] extract handlers for ListView.Groups events into separate method, so they're not a pain to override

bzr revid: xmo@openerp.com-20110527074442-2wjw9aya7m8t0tlp

13 years ago[FIX] typo in variable name
Xavier Morel [Fri, 27 May 2011 07:27:51 +0000 (09:27 +0200)]
[FIX] typo in variable name

bzr revid: xmo@openerp.com-20110527072751-38qzsszozbryf8g8

13 years ago[IMP] Remove colors handling so ListView.fill is not necessary anymore, and can go...
Xavier Morel [Fri, 27 May 2011 07:13:09 +0000 (09:13 +0200)]
[IMP] Remove colors handling so ListView.fill is not necessary anymore, and can go back to ListView.load and DataSet.search_read

bzr revid: xmo@openerp.com-20110527071309-rtdkawbu4v7xfepd

13 years ago[IMP] display buttons header (pagination & al) when list not selectable, but not...
Xavier Morel [Fri, 27 May 2011 06:18:20 +0000 (08:18 +0200)]
[IMP] display buttons header (pagination & al) when list not selectable, but not deletion button

bzr revid: xmo@openerp.com-20110527061820-9fsengtgnhf7qp4u

13 years ago[ADD] Added attachments in sidebar
Fabien Meghazi [Thu, 26 May 2011 21:38:11 +0000 (23:38 +0200)]
[ADD] Added attachments in sidebar

bzr revid: fme@openerp.com-20110526213811-jxj5mdshq8v4sbfj

13 years ago[ADD] Added Binary#upload_attachment controller
Fabien Meghazi [Thu, 26 May 2011 21:06:41 +0000 (23:06 +0200)]
[ADD] Added Binary#upload_attachment controller

bzr revid: fme@openerp.com-20110526210641-geszqjfcw3vx0vq8

13 years ago[REF] osv:
Vo Minh Thu [Thu, 26 May 2011 21:05:32 +0000 (23:05 +0200)]
[REF] osv:
- make it more explcicit in osv_pool that afreshly instanciated object is added to the pool
- osv_pool.init_set() is called just once with False, so
  no need to check if it is the first time it is called or
  if is called with True
- and rename it in do_parent_store as it is what it does.

bzr revid: vmt@openerp.com-20110526210532-a8i91shptz5h4k48

13 years ago[IMP] Do not print non-string values of POST requests params in the log output (eg...
Fabien Meghazi [Thu, 26 May 2011 20:37:06 +0000 (22:37 +0200)]
[IMP] Do not print non-string values of POST requests params in the log output (eg: multipart file upload)

bzr revid: fme@openerp.com-20110526203706-lvgqzxo2f0kqo6d2

13 years ago[REF] osv: osv classes merged inside orm classes.
Vo Minh Thu [Thu, 26 May 2011 18:24:45 +0000 (20:24 +0200)]
[REF] osv: osv classes merged inside orm classes.
- osv_base removed
- osv_memory and osv are synonyms for orm_memory and orm.

bzr revid: vmt@openerp.com-20110526182445-po5xqt7sjcmzompl

13 years ago[imp] Changed design of custom filters.
niv-openerp [Thu, 26 May 2011 15:33:32 +0000 (17:33 +0200)]
[imp] Changed design of custom filters.

bzr revid: nicolas.vanhoren@openerp.com-20110526153332-7zwf0712g45rakv4

13 years ago[imp] Changed design of custom filters.
niv-openerp [Thu, 26 May 2011 14:54:45 +0000 (16:54 +0200)]
[imp] Changed design of custom filters.

bzr revid: nicolas.vanhoren@openerp.com-20110526145445-4fwzj9mtsbfhh89e

13 years ago[MERGE] osv: factored out duplicated createInstance methods.
Vo Minh Thu [Thu, 26 May 2011 14:47:04 +0000 (16:47 +0200)]
[MERGE] osv: factored out duplicated createInstance methods.

bzr revid: vmt@openerp.com-20110526144704-p6fiouuplim957l7

13 years ago[IMP] t-set="" value is now considered as an expression allowing things like t-set...
Fabien Meghazi [Thu, 26 May 2011 09:57:48 +0000 (11:57 +0200)]
[IMP] t-set="" value is now considered as an expression allowing things like t-set="object.prop"

bzr revid: fme@openerp.com-20110526095748-z7g97pmfnpr14no3

13 years ago[FIX] Replaced use of global $ jquery object
Fabien Meghazi [Thu, 26 May 2011 09:34:52 +0000 (11:34 +0200)]
[FIX] Replaced use of global $ jquery object

bzr revid: fme@openerp.com-20110526093452-t51ovfe36g8a6cxv

13 years ago[FIX] account:Inconsistency between Sales Receipt <> Supplier Voucher
ARA (OpenERP) [Thu, 26 May 2011 07:17:32 +0000 (12:47 +0530)]
[FIX] account:Inconsistency between Sales Receipt <> Supplier Voucher

bzr revid: ara@tinyerp.com-20110526071732-q4o9oxewkx1epx80

13 years ago[REF] osv: factored out duplicated createInstance methods.
Vo Minh Thu [Wed, 25 May 2011 22:19:07 +0000 (00:19 +0200)]
[REF] osv: factored out duplicated createInstance methods.

bzr revid: vmt@openerp.com-20110525221907-48dgtocw3wsnakow

13 years ago[MERGE] moved around some code (preparing for some refactoring) (large diff).
Vo Minh Thu [Wed, 25 May 2011 16:06:07 +0000 (18:06 +0200)]
[MERGE] moved around some code (preparing for some refactoring) (large diff).

bzr revid: vmt@openerp.com-20110525160607-45pq13910rduijkk

13 years ago[MERGE] orm: correctly store in db the translate flag.
Vo Minh Thu [Wed, 25 May 2011 15:44:11 +0000 (17:44 +0200)]
[MERGE] orm: correctly store in db the translate flag.

bzr revid: vmt@openerp.com-20110525154411-c6eg6mpo31yseldi

13 years ago[MERGE] ir: no more openerp.ir module.
Vo Minh Thu [Wed, 25 May 2011 15:33:24 +0000 (17:33 +0200)]
[MERGE] ir: no more openerp.ir module.

bzr revid: vmt@openerp.com-20110525153324-9gxdrbm44mc8neb9

13 years ago[FIX] ir: forgot to remove the parent module openerp.ir.
Vo Minh Thu [Wed, 25 May 2011 15:26:40 +0000 (17:26 +0200)]
[FIX] ir: forgot to remove the parent module openerp.ir.

bzr revid: vmt@openerp.com-20110525152640-hinzi1ry567jzwix