odoo/odoo.git
12 years ago[FIX] account_voucher: small fixes in account_voucher.py due to last commit and updat...
Quentin (OpenERP) [Wed, 23 Nov 2011 13:38:14 +0000 (14:38 +0100)]
[FIX] account_voucher: small fixes in account_voucher.py due to last commit and updating of yaml files to have them compliant with last changes

bzr revid: qdp-launchpad@openerp.com-20111123133814-w2vsqmklajtyonxk

12 years ago[IMP] account_voucher: multi currency handling
Quentin (OpenERP) [Tue, 22 Nov 2011 16:55:37 +0000 (17:55 +0100)]
[IMP] account_voucher: multi currency handling

bzr revid: qdp-launchpad@openerp.com-20111122165537-2c8a9ov2qjklq2wj

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

12 years ago[FIX] res.users: incorrect passing of context as positional args causes off-by-one...
Olivier Dony [Fri, 18 Nov 2011 15:05:25 +0000 (16:05 +0100)]
[FIX] res.users: incorrect passing of context as positional args causes off-by-one errors

bzr revid: odo@openerp.com-20111118150525-zmrd276b4d9tx15f

12 years ago[FIX] correctly pass active_* context keys along when executing an action from the...
Xavier Morel [Fri, 18 Nov 2011 13:45:55 +0000 (14:45 +0100)]
[FIX] correctly pass active_* context keys along when executing an action from the treeview

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

bzr revid: xmo@openerp.com-20111118134555-tmnh06kmx81mvqhx

12 years ago[IMP] pass along the action context when requesting a tree view
Xavier Morel [Fri, 18 Nov 2011 13:45:02 +0000 (14:45 +0100)]
[IMP] pass along the action context when requesting a tree view

bzr revid: xmo@openerp.com-20111118134502-t6ltgtooij0ob0bt

12 years ago[FIX] orm.read_group: fix issues in read_group_full and rewrite/cleanup
Olivier Dony [Fri, 18 Nov 2011 13:36:42 +0000 (14:36 +0100)]
[FIX] orm.read_group: fix issues in read_group_full and rewrite/cleanup

Attempt to make it into a more maintainable/readable
separate method.

bzr revid: odo@openerp.com-20111118133642-b3126a5sph8bivmu

12 years ago[FIX] project.task: read_group_full typos + cleanup
Olivier Dony [Fri, 18 Nov 2011 13:15:11 +0000 (14:15 +0100)]
[FIX] project.task: read_group_full typos + cleanup

bzr revid: odo@openerp.com-20111118131511-0lkpm1zdat1oz78z

12 years ago[IMP] sale : improved variable name, made procurement_obj from procurement_order_obj
Bharat (OpenERP) [Fri, 18 Nov 2011 13:14:04 +0000 (18:44 +0530)]
[IMP] sale : improved variable name, made procurement_obj from procurement_order_obj

bzr revid: bde@tinyerp.com-20111118131404-ww8jbyix2zr5ykcp

12 years ago[FIX] fields.related: lazy init should avoid race conditions as much as possible
Olivier Dony [Fri, 18 Nov 2011 13:11:04 +0000 (14:11 +0100)]
[FIX] fields.related: lazy init should avoid race conditions as much as possible

bzr revid: odo@openerp.com-20111118131104-a16vg7q2ws8se2ob

12 years ago[FIX] edi: _.sprintf moved to _.str.sprintf due to recent update of web framework
Olivier Dony [Fri, 18 Nov 2011 13:08:49 +0000 (14:08 +0100)]
[FIX] edi: _.sprintf moved to _.str.sprintf due to recent update of web framework

bzr revid: odo@openerp.com-20111118130849-rb9h7b4gs2sm4vib

12 years agofix
Fabien Pinckaers [Fri, 18 Nov 2011 12:11:03 +0000 (13:11 +0100)]
fix

bzr revid: fp@tinyerp.com-20111118121103-vmlus5c14icgpvdv

12 years ago[FIX] hr : modified the workflow inorder to keep separate functionality between hr_ex...
Bharat (OpenERP) [Fri, 18 Nov 2011 11:44:53 +0000 (17:14 +0530)]
[FIX] hr : modified the workflow inorder to keep separate functionality between hr_expense and supplier_invoice

bzr revid: bde@tinyerp.com-20111118114453-bd7vc3urjbepo3rt

12 years ago[IMP] invoice_analysis use date and not create date
Fabien Pinckaers [Fri, 18 Nov 2011 11:39:23 +0000 (12:39 +0100)]
[IMP] invoice_analysis use date and not create date

bzr revid: fp@tinyerp.com-20111118113923-4mzo1n2drpnryy9a

12 years ago[FIX] display user login in static home page
Xavier Morel [Fri, 18 Nov 2011 11:15:21 +0000 (12:15 +0100)]
[FIX] display user login in static home page

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

bzr revid: xmo@openerp.com-20111118111521-7dem9bsa3z0fy3ej

12 years ago[FIX] account : account_analytic_analysis - why create_date and not date
Divyesh Makwana (Open ERP) [Fri, 18 Nov 2011 10:50:06 +0000 (16:20 +0530)]
[FIX] account : account_analytic_analysis - why create_date and not date

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

bzr revid: mdi@tinyerp.com-20111118105006-vnp6ckrhr22pp89m

12 years ago[MERGE] merged with main addons
Bharat (OpenERP) [Fri, 18 Nov 2011 09:53:10 +0000 (15:23 +0530)]
[MERGE] merged with main addons

bzr revid: bde@tinyerp.com-20111118095310-dmsaa9m014hq97h1

12 years ago[MERGE] fixed unbound variable.
Vo Minh Thu [Fri, 18 Nov 2011 09:18:54 +0000 (10:18 +0100)]
[MERGE] fixed unbound variable.

bzr revid: vmt@openerp.com-20111118091854-cebg3ab85m3iaqw9

12 years ago[FIX]:UnboundLocalError
Naresh (OpenERP) [Fri, 18 Nov 2011 08:54:39 +0000 (14:24 +0530)]
[FIX]:UnboundLocalError

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

bzr revid: nch@tinyerp.com-20111118085439-wgei8ockgn84jnep

12 years ago[FIX] action is ir_actions_report_xml then wizard automatically close.
Yogesh (OpenERP) [Fri, 18 Nov 2011 07:30:41 +0000 (13:00 +0530)]
[FIX] action is ir_actions_report_xml then wizard automatically close.

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

bzr revid: ysa@tinyerp.com-20111118073041-x28pnecgtredpc97

12 years ago[MERGE] allow to delegate into an other project
Antony Lesuisse [Fri, 18 Nov 2011 06:52:26 +0000 (12:22 +0530)]
[MERGE] allow to delegate into an other project

bzr revid: al@openerp.com-20111118065226-yaaynguc59oxs84n

12 years ago[FIX] Administration into setting
Antony Lesuisse [Fri, 18 Nov 2011 06:35:42 +0000 (12:05 +0530)]
[FIX] Administration into setting

bzr revid: al@openerp.com-20111118063542-k2m3njhetjnnzni0

12 years ago[FIX] sale : pooled the objects in starting of method _create_pickings_and_procuremen...
Bharat (OpenERP) [Fri, 18 Nov 2011 06:11:40 +0000 (11:41 +0530)]
[FIX] sale : pooled the objects in starting of method _create_pickings_and_procurements and then used in the function

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

bzr revid: bde@tinyerp.com-20111118061140-whiqz9e03xyjle6q

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20111118051314-n5p7bs2qvbhd9mxt

12 years agomerge: implemented default method on hr_payslip
Fabien Pinckaers [Thu, 17 Nov 2011 19:14:55 +0000 (20:14 +0100)]
merge: implemented default method on hr_payslip

bzr revid: fp@tinyerp.com-20111117191455-vtxqul72sdg4use2

12 years ago[IMP] increase size of stock.move name field
Fabien Pinckaers [Thu, 17 Nov 2011 19:12:15 +0000 (20:12 +0100)]
[IMP] increase size of stock.move name field

bzr revid: fp@tinyerp.com-20111117191215-07ti90zwqzfwwehj

12 years ago[FIX] uniq constraint in demo data
Fabien Pinckaers [Thu, 17 Nov 2011 19:06:29 +0000 (20:06 +0100)]
[FIX] uniq constraint in demo data

bzr revid: fp@tinyerp.com-20111117190629-mxwg530pg5kv56ze

12 years ago[FIX] mrp: avoid hardcoding production ref in tests - causes duplicates
Olivier Dony [Thu, 17 Nov 2011 18:47:32 +0000 (19:47 +0100)]
[FIX] mrp: avoid hardcoding production ref in tests - causes duplicates

bzr revid: odo@openerp.com-20111117184732-s4gp87np0tuueir2

12 years ago[IMP] audittrail: cleaning and commenting the code
Quentin (OpenERP) [Thu, 17 Nov 2011 17:50:34 +0000 (18:50 +0100)]
[IMP] audittrail: cleaning and commenting the code

bzr revid: qdp-launchpad@openerp.com-20111117175034-l5o1js3tndtcke6m

12 years ago[IMP] Improve listview styling
Fabien Meghazi [Thu, 17 Nov 2011 16:54:26 +0000 (17:54 +0100)]
[IMP] Improve listview styling

bzr revid: fme@openerp.com-20111117165426-h0hbjrd3rqojgewm

12 years ago[FIX] Also apply @context and @domain to original action of dashboards
Fabien Meghazi [Thu, 17 Nov 2011 16:49:55 +0000 (17:49 +0100)]
[FIX] Also apply @context and @domain to original action of dashboards

bzr revid: fme@openerp.com-20111117164955-kdrptke0zoqlwtgp

12 years ago[FIX] l10n_ch: assigned the good category to this localzation module in order to...
Quentin (OpenERP) [Thu, 17 Nov 2011 16:41:41 +0000 (17:41 +0100)]
[FIX] l10n_ch: assigned the good category to this localzation module in order to avoid having it display in the 'add more features' wizard

bzr revid: qdp-launchpad@openerp.com-20111117164141-eheveold2jftewdf

12 years ago[FIX] Dashboard actions does not honor @context and @domain
Fabien Meghazi [Thu, 17 Nov 2011 16:27:16 +0000 (17:27 +0100)]
[FIX] Dashboard actions does not honor @context and @domain

Currently naive implementation because it does not evaluate the domain & context.
The dashboard is already overloaded with XHRs.
We should use the xmo's python evaluator for context and domains if possible.

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

bzr revid: fme@openerp.com-20111117162716-6zaoyn2kwv2ioj0w

12 years ago[FIX] synchronization of o2m widget saving, avoid race condition when clicking on...
Xavier Morel [Thu, 17 Nov 2011 16:14:26 +0000 (17:14 +0100)]
[FIX] synchronization of o2m widget saving, avoid race condition when clicking on button of unsaved record

After saving, the formview would both refresh the form and lauch the
action itself, which launches a refresh of its own.

Issue is that o2m's filling of themselves (a read) is async and
triggered by the set_value on the o2m field, so the second reload of
the form would be interspersed (between the first reload and the end
of the o2ms loading), resulting in corrupted state for the o2ms if the
button's action somehow changed the contents of the o2m (it would
remove the old records and return brand new ids during the refresh):
the set_value on the o2m would empty the o2m's dataset cache, and the
returning fetch request would try to find in cache values removed from
it, or something, blowing up everything.

Anyway, this was fixed by ensuring the button action is only executed
after the form is completely done doing its post-save reload (using
the new async set_value). This is a tiny bit brittle in that onchanges
are synchronous but call set_value, so a set_value on an o2m from an
onchange may have issues. It also increases the flicker of the view,
as the o2m is reloaded twice in quick succession.

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

bzr revid: xmo@openerp.com-20111117161426-72jzhvv3dm387uom

12 years ago[FIX] issues with asynchronous set_value handling
Xavier Morel [Thu, 17 Nov 2011 16:00:09 +0000 (17:00 +0100)]
[FIX] issues with asynchronous set_value handling

* field could be changed from under the closure, use _.each
* There's a bug in Deferred.queue() when passing synchronous deferred
  (including non-deferred) it's instantanously resolved

bzr revid: xmo@openerp.com-20111117160009-s702939kji69v3zf

12 years ago[MERGE] lp:800100, make invoice number, mrp order ref, purchase order ref, sale order...
Raphael Collet [Thu, 17 Nov 2011 15:40:04 +0000 (16:40 +0100)]
[MERGE] lp:800100, make invoice number, mrp order ref, purchase order ref, sale order ref, and picking ref unique per company

bzr revid: rco@openerp.com-20111117154004-fbean9hqldvrsxdq

12 years ago[IMP] project: added new field "project_id" on delegrate wizard and refactor stuff...
Harry (OpenERP) [Thu, 17 Nov 2011 15:09:14 +0000 (20:39 +0530)]
[IMP] project: added new field "project_id" on delegrate wizard and refactor stuff of delegrate action

bzr revid: hmo@tinyerp.com-20111117150914-hkzrttoe3e2wzuvo

12 years ago[FIX] account_followup: fixed the multi company and multi currency behavior
Quentin (OpenERP) [Thu, 17 Nov 2011 14:51:49 +0000 (15:51 +0100)]
[FIX] account_followup: fixed the multi company and multi currency behavior

bzr revid: qdp-launchpad@openerp.com-20111117145149-yuwk52cyy3jou3iw