odoo/odoo.git
12 years ago[FIX] stock :- remove colspan=4 in groups.
Yogesh (OpenERP) [Wed, 23 Nov 2011 10:53:41 +0000 (16:23 +0530)]
[FIX] stock :- remove colspan=4 in groups.

bzr revid: ysa@tinyerp.com-20111123105341-c5pjxdh3742idsz4

12 years ago[IMP] homepage cleanup
Antony Lesuisse [Wed, 23 Nov 2011 10:29:13 +0000 (15:59 +0530)]
[IMP] homepage cleanup

bzr revid: al@openerp.com-20111123102913-t9xv70l8k4anv62m

12 years ago[imp] according to al's request, added Neko
niv-openerp [Wed, 23 Nov 2011 10:05:42 +0000 (15:35 +0530)]
[imp] according to al's request, added Neko

bzr revid: nicolas.vanhoren@openerp.com-20111123100542-s3hc8gk67u8cpkdd

12 years ago[merge] improvements to view editor
niv-openerp [Wed, 23 Nov 2011 10:04:52 +0000 (15:34 +0530)]
[merge] improvements to view editor

bzr revid: nicolas.vanhoren@openerp.com-20111123100452-4gi9wh2dbvq68i9a

12 years ago[FIX] correctly refresh application tiles after installing an application from the...
Xavier Morel [Wed, 23 Nov 2011 09:52:32 +0000 (10:52 +0100)]
[FIX] correctly refresh application tiles after installing an application from the first display

Now displays the 'link' tiles after installation finishes

bzr revid: xmo@openerp.com-20111123095232-t4vhfmchm3tlui8r

12 years ago[FIX] if necessary, add padding when rendering a given row in an editable list.
Xavier Morel [Wed, 23 Nov 2011 09:33:13 +0000 (10:33 +0100)]
[FIX] if necessary, add padding when rendering a given row in an editable list.

otherwise there are columns missing, and the list looks broken

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

bzr revid: xmo@openerp.com-20111123093313-8qair3pai8ms4ch7

12 years ago[FIX] project data, plugin document_get
Antony Lesuisse [Wed, 23 Nov 2011 07:16:51 +0000 (12:46 +0530)]
[FIX] project data, plugin document_get

bzr revid: al@openerp.com-20111123071651-0frq669h3f9cm7tu

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 23 Nov 2011 05:20:40 +0000 (05:20 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20111123052040-4xefzzelid9by7v2

12 years ago[MERGE] hr: addition of fr_CH.po, courtesy of Bogdan Stanciu
Olivier Dony [Tue, 22 Nov 2011 18:04:59 +0000 (19:04 +0100)]
[MERGE] hr: addition of fr_CH.po, courtesy of Bogdan Stanciu

bzr revid: odo@openerp.com-20111122180459-64z212y8tn2jlh92

12 years ago[MERGE] Fix branch history for res_bank*, courtesy of Numerigraphe
Olivier Dony [Tue, 22 Nov 2011 15:15:36 +0000 (16:15 +0100)]
[MERGE] Fix branch history for res_bank*, courtesy of Numerigraphe

This looks like an addition and a removal of a file,
but it actually removes a file with a broken history,
and restores a new file with the full history, including
the partial history of the removed file.
The net result is a file with an almost correct history.

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

bzr revid: odo@openerp.com-20111122151536-90zdagyao6igbm7t

12 years ago[MERGE] sync with latest trunk
Olivier Dony [Tue, 22 Nov 2011 14:55:57 +0000 (15:55 +0100)]
[MERGE] sync with latest trunk

bzr revid: odo@openerp.com-20111122145557-z67fp3trhh1lq2wc

12 years ago[MERGE] Cleaning of the empty dict kwargs (replaced by None).
Vo Minh Thu [Tue, 22 Nov 2011 14:55:40 +0000 (15:55 +0100)]
[MERGE] Cleaning of the empty dict kwargs (replaced by None).

bzr revid: odo@openerp.com-20111122145540-f6fh85w05jdcx89t

12 years ago[MERGE] new ORM method for converting o2m commands sequences to record dicts, useful...
Olivier Dony [Tue, 22 Nov 2011 14:54:26 +0000 (15:54 +0100)]
[MERGE] new ORM method for converting o2m commands sequences to record dicts, useful for addons (by Xavier Morel)

bzr revid: odo@openerp.com-20111122145204-e9oq16xtgyecbwc4
bzr revid: odo@openerp.com-20111122145335-2kj4or4hn0lbhv26
bzr revid: odo@openerp.com-20111122145426-v40ink5agxryv577

12 years ago[IMP] if no address value is provided for res.partner.bank default_get context, try...
Xavier Morel [Tue, 22 Nov 2011 14:49:11 +0000 (15:49 +0100)]
[IMP] if no address value is provided for res.partner.bank default_get context, try to read the address from its id

the web client currently does not send all record data when an o2m is used as a context value, it only sends the ids
(at least when the o2m records have not been locally modified)

bzr revid: odo@openerp.com-20111122144911-bfafm1ujl7r1q1zw

12 years ago[IMP] renames in base/res
Antony Lesuisse [Tue, 22 Nov 2011 14:45:12 +0000 (15:45 +0100)]
[IMP] renames in base/res

bzr revid: odo@openerp.com-20111122144512-8yso5930yj5j2gqg

12 years agocompat
fp [Tue, 22 Nov 2011 14:39:10 +0000 (15:39 +0100)]
compat

bzr revid: odo@openerp.com-20111122143910-fe8ha5ke50q170lz

12 years ago[FIX] extend size of statusbar widget by 1 if we're removing the label from it
Xavier Morel [Tue, 22 Nov 2011 14:35:54 +0000 (15:35 +0100)]
[FIX] extend size of statusbar widget by 1 if we're removing the label from it

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

bzr revid: xmo@openerp.com-20111122143554-p1j1v8b1652djc58

12 years ago[IMP] bank account management reviewed, improved groups name
fp [Tue, 22 Nov 2011 14:31:57 +0000 (15:31 +0100)]
[IMP] bank account management reviewed, improved groups name

bzr revid: odo@openerp.com-20111122143157-8yheos4427fv70us

12 years ago[imp] converted gantt view in project to new specification
niv-openerp [Tue, 22 Nov 2011 14:19:48 +0000 (19:49 +0530)]
[imp] converted gantt view in project to new specification

bzr revid: nicolas.vanhoren@openerp.com-20111122141948-krfc5lg7yrdk279n

12 years ago[imp] added new property in gantt view
niv-openerp [Tue, 22 Nov 2011 14:13:14 +0000 (19:43 +0530)]
[imp] added new property in gantt view

bzr revid: nicolas.vanhoren@openerp.com-20111122141314-e8dqyq9m28qvekau

12 years ago[FIX] board.board: read access for everyone, full for admins
Olivier Dony [Tue, 22 Nov 2011 13:18:18 +0000 (14:18 +0100)]
[FIX] board.board: read access for everyone, full for admins

Also dropped the useless duplicate access rights on
res.log.report, and changed to read-only as it is
a postgres view, obviously read-only.

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

bzr revid: odo@openerp.com-20111122131818-uvkq39xagwixf1ya

12 years ago[FIX] ir.ui.view.custom: fix access rights and rules
Olivier Dony [Tue, 22 Nov 2011 13:11:10 +0000 (14:11 +0100)]
[FIX] ir.ui.view.custom: fix access rights and rules

Anyone should have full access to their own
ir.ui.view.custom records, as this is the way
to customize dashboards. This is done with
full access for everybody + an access rule
that only grants this access on your own
records.

bzr revid: odo@openerp.com-20111122131110-awawg4dhgsxb6xrc

12 years ago[ADD] support for literal numbers in on_change specs
Xavier Morel [Tue, 22 Nov 2011 12:43:53 +0000 (13:43 +0100)]
[ADD] support for literal numbers in on_change specs

bzr revid: xmo@openerp.com-20111122124353-kfibt1cdvmy2pzp4

12 years ago[FIX] don't double-call on_session_valid when logging in
Xavier Morel [Tue, 22 Nov 2011 12:09:37 +0000 (13:09 +0100)]
[FIX] don't double-call on_session_valid when logging in

bzr revid: xmo@openerp.com-20111122120937-302onn00bu2drfui

12 years ago[FIX] account_voucher: fixed error in yamls due to new constraint added in revision...
Quentin (OpenERP) [Tue, 22 Nov 2011 11:51:33 +0000 (12:51 +0100)]
[FIX] account_voucher: fixed error in yamls due to new constraint added in revision 5763

bzr revid: qdp-launchpad@openerp.com-20111122115133-789x19p4af4qlvvz

12 years ago[IMP] outlook function prototype for plugin
Antony Lesuisse [Tue, 22 Nov 2011 11:25:25 +0000 (16:55 +0530)]
[IMP] outlook function prototype for plugin

bzr revid: al@openerp.com-20111122112525-wf86e3q6tgb2mgas

12 years ago[IMP] implement add and remove node functionality in vieweditor.
Yogesh (OpenERP) [Tue, 22 Nov 2011 11:20:00 +0000 (16:50 +0530)]
[IMP] implement add and remove node functionality in vieweditor.

bzr revid: ysa@tinyerp.com-20111122112000-xqbd20hhpfjzocwx

12 years ago[FIX]fix issue of review.
Vidhin Mehta (OpenERP) [Tue, 22 Nov 2011 11:16:30 +0000 (16:46 +0530)]
[FIX]fix issue of review.

bzr revid: vme@tinyerp.com-20111122111630-i5nekbbyilt16mpr

12 years ago[MERGE] plugin cleaning
tfr@openerp.com [Tue, 22 Nov 2011 10:56:38 +0000 (11:56 +0100)]
[MERGE] plugin cleaning

bzr revid: tfr@openerp.com-20111122105638-64pihhdc4j2cq0vq

12 years ago[CLEAN] remove print
tfr@openerp.com [Tue, 22 Nov 2011 10:52:02 +0000 (11:52 +0100)]
[CLEAN] remove print

bzr revid: tfr@openerp.com-20111122105202-13mhvor9gvo1nwpo

12 years ago[MERGE] common api for plugin
tfr@openerp.com [Tue, 22 Nov 2011 10:49:46 +0000 (11:49 +0100)]
[MERGE] common api for plugin

bzr revid: tfr@openerp.com-20111122104946-9ionh03x84hiq0b4

12 years ago[ADD] common api for plugin
tfr@openerp.com [Tue, 22 Nov 2011 10:44:48 +0000 (11:44 +0100)]
[ADD] common api for plugin

bzr revid: tfr@openerp.com-20111122104448-5uo0dd0g50yhk2cq

12 years ago[FIX] do not reload sidebar during form's on_loaded if it's already setup
Xavier Morel [Tue, 22 Nov 2011 10:26:09 +0000 (11:26 +0100)]
[FIX] do not reload sidebar during form's on_loaded if it's already setup

There's no information provided to FormView#on_loaded which should
change the sidebar and reloading it apparently breaks
stuff... severely.

So just don't touch it if it's already setup (assigned to instance
variable), everything works right (as the readonly mode fundamentally
only changes the way the form is displayed, it should not alter its
internal behaviors)

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

bzr revid: xmo@openerp.com-20111122102609-faldd3xkc0xhzvu2

12 years ago[IMP] account_voucher: usability improvement.
Quentin (OpenERP) [Tue, 22 Nov 2011 10:23:38 +0000 (11:23 +0100)]
[IMP] account_voucher: usability improvement.

bzr revid: qdp-launchpad@openerp.com-20111122102338-l3pysqm8f2j9hwsl

12 years ago[FIX] comma-terminated object literals
Xavier Morel [Tue, 22 Nov 2011 10:19:50 +0000 (11:19 +0100)]
[FIX] comma-terminated object literals

bzr revid: xmo@openerp.com-20111122101950-mng5zy4os3mukj6d

12 years ago[FIX] semicolon warnings
Xavier Morel [Tue, 22 Nov 2011 10:18:13 +0000 (11:18 +0100)]
[FIX] semicolon warnings

bzr revid: xmo@openerp.com-20111122101813-61xmoekdio52j1oj

12 years ago[IMP] account: added constraint on account_journal currency + changed default value...
Quentin (OpenERP) [Tue, 22 Nov 2011 10:13:38 +0000 (11:13 +0100)]
[IMP] account: added constraint on account_journal currency + changed default value of type field for new account_account

bzr revid: qdp-launchpad@openerp.com-20111122101338-44k60vjsnmf3khud

12 years ago[IMP] Improve code in vieweditor.
Yogesh (OpenERP) [Tue, 22 Nov 2011 10:04:54 +0000 (15:34 +0530)]
[IMP] Improve code in vieweditor.

bzr revid: ysa@tinyerp.com-20111122100454-nzr2tn6mi1112usq

12 years ago[IMP] code refactor in vieweditor.
Yogesh (OpenERP) [Tue, 22 Nov 2011 09:51:53 +0000 (15:21 +0530)]
[IMP] code refactor in vieweditor.

bzr revid: ysa@tinyerp.com-20111122095153-jox0cz1ocj6tz57l

12 years ago[ADD] support for string literals in on_change specifications, some tests for parsing...
Xavier Morel [Tue, 22 Nov 2011 09:44:16 +0000 (10:44 +0100)]
[ADD] support for string literals in on_change specifications, some tests for parsing of on_change specs

bzr revid: xmo@openerp.com-20111122094416-knguk9qgpnd1f9ws

12 years ago[FIX] account: set the default value for partner when encoding a new address through...
Quentin (OpenERP) [Tue, 22 Nov 2011 09:25:24 +0000 (10:25 +0100)]
[FIX] account: set the default value for partner when encoding a new address through the invoice form view

bzr revid: qdp-launchpad@openerp.com-20111122092524-uv3yzyd530xjsjnj

12 years ago[IMP] implement add and remove node functionality in vieweditor.
Yogesh (OpenERP) [Tue, 22 Nov 2011 09:16:27 +0000 (14:46 +0530)]
[IMP] implement add and remove node functionality in vieweditor.

bzr revid: ysa@tinyerp.com-20111122091627-mmwp49bkdqkjey2e

12 years ago[FIX] incorrect handling of keys containing forward slashes in graph view
Xavier Morel [Tue, 22 Nov 2011 08:53:39 +0000 (09:53 +0100)]
[FIX] incorrect handling of keys containing forward slashes in graph view

bzr revid: xmo@openerp.com-20111122085339-s05ky6wwzmrc6mcp

12 years ago[Merge]merge with main branch.
Vidhin Mehta (OpenERP) [Tue, 22 Nov 2011 08:51:46 +0000 (14:21 +0530)]
[Merge]merge with main branch.

bzr revid: vme@tinyerp.com-20111122085146-khp27cdcja9e8gac

12 years ago[IMP]improvement in code.
Vidhin Mehta (OpenERP) [Tue, 22 Nov 2011 08:44:47 +0000 (14:14 +0530)]
[IMP]improvement in code.

bzr revid: vme@tinyerp.com-20111122084447-jny55ehsiksd3v0d

12 years ago[IMP] fix view for new field dialog box.
Vidhin Mehta (OpenERP) [Tue, 22 Nov 2011 07:21:57 +0000 (12:51 +0530)]
[IMP] fix view for new field dialog box.

bzr revid: vme@tinyerp.com-20111122072157-rw2h87p6u4dyrjak

12 years ago[imp] added replace() method in Widget to ease insertion at a precise place in the dom
niv-openerp [Tue, 22 Nov 2011 06:24:31 +0000 (11:54 +0530)]
[imp] added replace() method in Widget to ease insertion at a precise place in the dom

bzr revid: nicolas.vanhoren@openerp.com-20111122062431-zh762kivblfhwewk

12 years ago[MERGE]resove conflict and merge with main branch.
Vidhin Mehta (OpenERP) [Tue, 22 Nov 2011 06:17:53 +0000 (11:47 +0530)]
[MERGE]resove conflict and merge with main branch.

bzr revid: vme@tinyerp.com-20111122061753-5uxqy3mxw0eedthn

12 years ago[imp] partially nivified the pos
niv-openerp [Tue, 22 Nov 2011 06:16:17 +0000 (11:46 +0530)]
[imp] partially nivified the pos

bzr revid: nicolas.vanhoren@openerp.com-20111122061617-yk74cqmd61wrb8uw

12 years ago[FIX] vieweditor :- fix problem of _.include method/
Yogesh (OpenERP) [Tue, 22 Nov 2011 05:22:34 +0000 (10:52 +0530)]
[FIX] vieweditor :- fix problem of _.include method/

bzr revid: ysa@tinyerp.com-20111122052234-gbdj2bj6vinfg1n8

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 22 Nov 2011 05:13:16 +0000 (05:13 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20111122050046-eb2hd81qu2801nxi
bzr revid: launchpad_translations_on_behalf_of_openerp-20111122051316-eovfu9qj7puxspbf

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 22 Nov 2011 05:00:17 +0000 (05:00 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20111122050017-0wnwpg2yvzk0xrln

12 years ago[FIX]Fixed code for showing stackbar chart. dhtmlxchart not support forward or backwa...
Kunal Chavda (OpenERP) [Tue, 22 Nov 2011 04:56:39 +0000 (10:26 +0530)]
[FIX]Fixed code for showing stackbar chart. dhtmlxchart not support forward or backward slash in key to get value from result.

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

bzr revid: kch@tinyerp.com-20111122045639-2y6b5el3a2bjthis

12 years ago[MERGE] Merge with trunk upto revision no 1521.
Yogesh (OpenERP) [Tue, 22 Nov 2011 04:52:34 +0000 (10:22 +0530)]
[MERGE] Merge with trunk upto revision no 1521.

bzr revid: ysa@tinyerp.com-20111118044850-ygx7yd77oc4dd8ha
bzr revid: ysa@tinyerp.com-20111121051559-hqfcuel4vcqpsa62
bzr revid: ysa@tinyerp.com-20111122045234-35tg4dzgaadrfc95

12 years ago[MERGE] lp: 891596
Quentin (OpenERP) [Mon, 21 Nov 2011 17:14:04 +0000 (18:14 +0100)]
[MERGE] lp: 891596

bzr revid: qdp-launchpad@openerp.com-20111121171404-tnluzcl5p8cc5fwm

12 years ago[MERGE] lp: 891987 (installation of hr_evaluation)
Quentin (OpenERP) [Mon, 21 Nov 2011 17:06:56 +0000 (18:06 +0100)]
[MERGE] lp: 891987 (installation of hr_evaluation)

bzr revid: qdp-launchpad@openerp.com-20111121170656-goif4d92bv4z782m

12 years ago[MERGE] lp: 808704. Cancelation of an invoice does not cancel anymore the linked...
Quentin (OpenERP) [Mon, 21 Nov 2011 17:04:32 +0000 (18:04 +0100)]
[MERGE] lp: 808704. Cancelation of an invoice does not cancel anymore the linked expense because this is a special case of expection that we don't want to treat by default in openerp.

bzr revid: qdp-launchpad@openerp.com-20111121170432-7nmmj1k0trclkw9e

12 years ago[IMP] project.task: reset kanban_state whenever stage changes + tooltip
Olivier Dony [Mon, 21 Nov 2011 16:52:47 +0000 (17:52 +0100)]
[IMP] project.task: reset kanban_state whenever stage changes + tooltip

bzr revid: odo@openerp.com-20111121165247-nmu30cwvxeyiyct5

12 years ago[IMP] hr,crm,project: better _group_by_full imp: heed sorting
Olivier Dony [Mon, 21 Nov 2011 16:49:40 +0000 (17:49 +0100)]
[IMP] hr,crm,project: better _group_by_full imp: heed sorting

bzr revid: odo@openerp.com-20111121164940-5d6d6jccex0eeaq6

12 years ago[MERGE] merged the refactoring of audittrail module
Quentin (OpenERP) [Mon, 21 Nov 2011 16:44:35 +0000 (17:44 +0100)]
[MERGE] merged the refactoring of audittrail module

bzr revid: qdp-launchpad@openerp.com-20111121164435-djk6xrcagpinm2o2

12 years ago[FIX] orm.read_group: fix merge logic for read_group_full:
Olivier Dony [Mon, 21 Nov 2011 16:43:26 +0000 (17:43 +0100)]
[FIX] orm.read_group: fix merge logic for read_group_full:

- Properly merge results with list of values, even with reversed sort
- Pass `read_group_order` to `_group_by_full` implementations to let them
  handle sorting if they want.

bzr revid: odo@openerp.com-20111121164326-un722g5nsuzq94m5

12 years ago[IMP] Ensure form is saved when xmo's protocol for sidebar context is used
Fabien Meghazi [Mon, 21 Nov 2011 16:34:41 +0000 (17:34 +0100)]
[IMP] Ensure form is saved when xmo's protocol for sidebar context is used

bzr revid: fme@openerp.com-20111121163441-y200rwxk4g2jtzuj

12 years ago[ADD] cache eviction for buffereddataset on records on which call_button has been...
Xavier Morel [Mon, 21 Nov 2011 16:34:12 +0000 (17:34 +0100)]
[ADD] cache eviction for buffereddataset on records on which call_button has been invoked

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

bzr revid: xmo@openerp.com-20111121163412-jyvpoa9smrk4qy2g

12 years ago[REF] stock, location_product wizard: context['active_id'] instead of context.get...
Quentin (OpenERP) [Mon, 21 Nov 2011 16:33:36 +0000 (17:33 +0100)]
[REF] stock, location_product wizard: context['active_id'] instead of context.get('active_id'). This syntax change is to emphasize the fact that active_id _is_ required in the context when reaching this line. So it's better to crash directly if it's not there. Courtesy from xmo

bzr revid: qdp-launchpad@openerp.com-20111121163336-2pn5hcub4qs3klx1

12 years ago[REF] audittrail: refactoring of audittrail module. fixed a forgotten 'extra and...
Quentin (OpenERP) [Mon, 21 Nov 2011 16:27:12 +0000 (17:27 +0100)]
[REF] audittrail: refactoring of audittrail module. fixed a forgotten 'extra and removed' paramater in function call + improved search view

bzr revid: qdp-launchpad@openerp.com-20111121162712-wqvcc24nm5fci591

12 years ago[REF] audittrail: refactoring of audittrail module. added few comments
Quentin (OpenERP) [Mon, 21 Nov 2011 16:20:32 +0000 (17:20 +0100)]
[REF] audittrail: refactoring of audittrail module. added few comments

bzr revid: qdp-launchpad@openerp.com-20111121162032-st1jejch7nrrfj86

12 years ago[IMP] Improved web_calendar styling
Fabien Meghazi [Mon, 21 Nov 2011 16:18:19 +0000 (17:18 +0100)]
[IMP] Improved web_calendar styling

bzr revid: fme@openerp.com-20111121161819-06ifl7vkof6kp3lu

12 years ago[REF] audittrail: refactoring of audittrail module. (read, unlink and create)
Quentin (OpenERP) [Mon, 21 Nov 2011 16:10:51 +0000 (17:10 +0100)]
[REF] audittrail: refactoring of audittrail module. (read, unlink and create)

bzr revid: qdp-launchpad@openerp.com-20111121161051-rskfs0gfkh3e73d7

12 years ago[IMP] Taking review remarks into account
Antoine Huvelle [Mon, 21 Nov 2011 15:50:11 +0000 (16:50 +0100)]
[IMP] Taking review remarks into account

bzr revid: ahu@openerp.com-20111121155011-h0oln1fdurkm941e

12 years ago[REF] audittrail: refactoring of audittrail module. (Finished the write/actions,...
Quentin (OpenERP) [Mon, 21 Nov 2011 14:34:50 +0000 (15:34 +0100)]
[REF] audittrail: refactoring of audittrail module. (Finished the write/actions, wkf actions)

bzr revid: qdp-launchpad@openerp.com-20111121143450-yzkuk0rpomy2aync

12 years ago[imp] nivified receipt view
niv-openerp [Mon, 21 Nov 2011 14:14:28 +0000 (19:44 +0530)]
[imp] nivified receipt view

bzr revid: nicolas.vanhoren@openerp.com-20111121141428-tv18n8itxjo20tvk

12 years ago[FIX] provide for values to sidebar links context
Xavier Morel [Mon, 21 Nov 2011 14:14:18 +0000 (15:14 +0100)]
[FIX] provide for values to sidebar links context

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

bzr revid: xmo@openerp.com-20111121141418-x4623mk77ljx4nlv

12 years ago[ADD] protocol to allow sidebar to query its parent view for context data
Xavier Morel [Mon, 21 Nov 2011 14:09:08 +0000 (15:09 +0100)]
[ADD] protocol to allow sidebar to query its parent view for context data

bzr revid: xmo@openerp.com-20111121140908-e9b3eygtt42m9bnp

12 years ago[imp] nivified receipt line view
niv-openerp [Mon, 21 Nov 2011 13:52:32 +0000 (19:22 +0530)]
[imp] nivified receipt line view

bzr revid: nicolas.vanhoren@openerp.com-20111121135232-9ky04rt2ek0fr3uo

12 years ago[FIX] res_request: search() context arg turned to keyword arg.
Vo Minh Thu [Mon, 21 Nov 2011 13:48:23 +0000 (14:48 +0100)]
[FIX] res_request: search() context arg turned to keyword arg.

bzr revid: vmt@openerp.com-20111121134823-1o1zwngrl4hxw097

12 years ago[imp] nivified payment view and corrected previous bug
niv-openerp [Mon, 21 Nov 2011 13:41:41 +0000 (19:11 +0530)]
[imp] nivified payment view and corrected previous bug

bzr revid: nicolas.vanhoren@openerp.com-20111121134141-5f7e4edjxdevubju

12 years ago[FIX] Dashboard does not open resource in the requested view
Fabien Meghazi [Mon, 21 Nov 2011 13:41:02 +0000 (14:41 +0100)]
[FIX] Dashboard does not open resource in the requested view

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

bzr revid: fme@openerp.com-20111121134102-3eq99xmmwwu9pamw

12 years ago[MERGE] Cleaning of the empty dict kwargs (replaced by None).
Vo Minh Thu [Mon, 21 Nov 2011 13:33:46 +0000 (14:33 +0100)]
[MERGE] Cleaning of the empty dict kwargs (replaced by None).

bzr revid: vmt@openerp.com-20111121133346-2yr8ow3zeyqa9ar5

12 years ago[REF] audittrail: refactoring of audittrail module
Quentin (OpenERP) [Mon, 21 Nov 2011 13:33:20 +0000 (14:33 +0100)]
[REF] audittrail: refactoring of audittrail module

bzr revid: qdp-launchpad@openerp.com-20111121133320-plb409qv2l7valqk

12 years ago[IMP]add new node last in group.
Vidhin Mehta (OpenERP) [Mon, 21 Nov 2011 13:02:31 +0000 (18:32 +0530)]
[IMP]add new node last in group.

bzr revid: vme@tinyerp.com-20111121130231-zsv1py2lnljy5t3x

12 years ago[imp] nivified payment line (introduced a bug but will correct later)
niv-openerp [Mon, 21 Nov 2011 12:51:24 +0000 (18:21 +0530)]
[imp] nivified payment line (introduced a bug but will correct later)

bzr revid: nicolas.vanhoren@openerp.com-20111121125124-ibikdn64eiau6ls5

12 years ago[IMP] use _.map to extract values from onchange parameter names, instead of doing...
Xavier Morel [Mon, 21 Nov 2011 12:45:32 +0000 (13:45 +0100)]
[IMP] use _.map to extract values from onchange parameter names, instead of doing it indirectly via _.each

bzr revid: xmo@openerp.com-20111121124532-ndo2me1ehos7mu0m

12 years ago[ADD] support for string literals in form @on_change
Xavier Morel [Mon, 21 Nov 2011 12:41:45 +0000 (13:41 +0100)]
[ADD] support for string literals in form @on_change

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

bzr revid: xmo@openerp.com-20111121124145-6i2kvesyc689g3ez

12 years ago[FIX] Apply same behavior as gtk+ and old web clients concerning fields to be saved...
Fabien Meghazi [Mon, 21 Nov 2011 12:40:30 +0000 (13:40 +0100)]
[FIX] Apply same behavior as gtk+ and old web clients concerning fields to be saved/created

Special case 'id' field, do not save this field
on 'create' : save all non readonly fields
on 'edit' : save non readonly modified fields

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

bzr revid: fme@openerp.com-20111121124030-egiajgy6fgokwmm1

12 years ago[ADD] support for arguments-less onchange (why the hell not)
Xavier Morel [Mon, 21 Nov 2011 12:28:45 +0000 (13:28 +0100)]
[ADD] support for arguments-less onchange (why the hell not)

bzr revid: xmo@openerp.com-20111121122845-98lctm470ncttz74

12 years ago[ADD] sanity tests for basic checking of onchange parsing
Xavier Morel [Mon, 21 Nov 2011 12:26:22 +0000 (13:26 +0100)]
[ADD] sanity tests for basic checking of onchange parsing

bzr revid: xmo@openerp.com-20111121122622-g6jzo74ctgc6r1hk

12 years ago[FIX] hr_evaluation : Integrity error while installing hr_evaluation
Divyesh Makwana (Open ERP) [Mon, 21 Nov 2011 12:17:18 +0000 (17:47 +0530)]
[FIX] hr_evaluation : Integrity error while installing hr_evaluation

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

bzr revid: mdi@tinyerp.com-20111121121718-s4ril9v1hf5n2ylk

12 years ago[IMP] throw actual error objects to improve debugging experience
Xavier Morel [Mon, 21 Nov 2011 12:05:09 +0000 (13:05 +0100)]
[IMP] throw actual error objects to improve debugging experience

bzr revid: xmo@openerp.com-20111121120509-fa0rqj50w3zombs1

12 years ago[IMP] extract parsing of onchange specs into a separate method
Xavier Morel [Mon, 21 Nov 2011 12:04:13 +0000 (13:04 +0100)]
[IMP] extract parsing of onchange specs into a separate method

bzr revid: xmo@openerp.com-20111121120413-xw2aanwbte79y8cr

12 years ago[imp] nivified product list
niv-openerp [Mon, 21 Nov 2011 11:36:17 +0000 (17:06 +0530)]
[imp] nivified product list

bzr revid: nicolas.vanhoren@openerp.com-20111121113617-75h2d5ka302rnf3c

12 years ago[FIX] default values for membership products
Xavier Morel [Mon, 21 Nov 2011 11:34:21 +0000 (12:34 +0100)]
[FIX] default values for membership products

still used old default value setting style (via action domain).

Question remains though: are the existing context values *used*? I
don't know so I left them there, but if they're not used or useful it
would be nice to remove them.

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

bzr revid: xmo@openerp.com-20111121113421-tudpi0pv4fqcrejb

12 years ago[IMP] error messages during database creation failure, with thanks to Serpent Consulting
Xavier Morel [Mon, 21 Nov 2011 10:21:41 +0000 (11:21 +0100)]
[IMP] error messages during database creation failure, with thanks to Serpent Consulting

bzr revid: xmo@openerp.com-20111121102141-95si5svzfycon9ob

12 years ago[merge]
niv-openerp [Mon, 21 Nov 2011 10:16:22 +0000 (15:46 +0530)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20111121101622-xm4mgcj9qym6zzny

12 years ago[IMP]make sequence for add node and edit node dialog box.
Vidhin Mehta (OpenERP) [Mon, 21 Nov 2011 10:13:26 +0000 (15:43 +0530)]
[IMP]make sequence for add node and edit node dialog box.

bzr revid: vme@tinyerp.com-20111121101326-xyhlum8idixqgkhr

12 years ago[FIX] dialogs not closing when they trigger a report printing
Xavier Morel [Mon, 21 Nov 2011 10:02:57 +0000 (11:02 +0100)]
[FIX] dialogs not closing when they trigger a report printing

bzr revid: xmo@openerp.com-20111121100257-yrhui8kx9zodnzqx

12 years ago[FIX] fix problem of close popup in actio type of ir_actions_report_xml.
Yogesh (OpenERP) [Mon, 21 Nov 2011 09:14:51 +0000 (14:44 +0530)]
[FIX] fix problem of close popup in actio type of ir_actions_report_xml.

bzr revid: ysa@tinyerp.com-20111121091451-i9lvmv6yibys17vp

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 21 Nov 2011 05:50:48 +0000 (05:50 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20111121052226-yhr6ydr2i8dbwp8x
bzr revid: launchpad_translations_on_behalf_of_openerp-20111119051322-q109g1zgszi27u9e
bzr revid: launchpad_translations_on_behalf_of_openerp-20111121052251-ee9tr9wvqumk7n8u
bzr revid: launchpad_translations_on_behalf_of_openerp-20111121055048-51rwikms7xtq4bkz

12 years ago[REF] audittrail: code refactoring. still not totally working x_x
Quentin (OpenERP) [Fri, 18 Nov 2011 20:27:13 +0000 (21:27 +0100)]
[REF] audittrail: code refactoring. still not totally working x_x

bzr revid: qdp-launchpad@openerp.com-20111118202713-e5f1mtzx3gyovdok

12 years ago[FIX] orm.read_group: check for empty groupby list
Olivier Dony [Fri, 18 Nov 2011 15:33:33 +0000 (16:33 +0100)]
[FIX] orm.read_group: check for empty groupby list

This is very ugly and needs a real refactoring,
just adding one more test for the time being.

bzr revid: odo@openerp.com-20111118153333-2skgbd197q8tb7uc

12 years ago[MERGE] orm.read_group: partial refactoring, by xmo
Olivier Dony [Fri, 18 Nov 2011 15:26:29 +0000 (16:26 +0100)]
[MERGE] orm.read_group: partial refactoring, by xmo

bzr revid: odo@openerp.com-20111118152629-o4ult41v905dfj1t