odoo/odoo.git
12 years ago[IMP] Added missing vim mode lines
Numerigraphe - Lionel Sausin [Tue, 22 Nov 2011 08:58:48 +0000 (09:58 +0100)]
[IMP] Added missing vim mode lines

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

bzr revid: ls@numerigraphe.fr-20111122085848-1atcrcw8e64altcp

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

12 years ago[FIX] dashboard does not honor action/@view_mode
Fabien Meghazi [Thu, 17 Nov 2011 14:25:28 +0000 (15:25 +0100)]
[FIX] dashboard does not honor action/@view_mode

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

bzr revid: fme@openerp.com-20111117142528-qydykmkvrdxefp8f

12 years ago[FIX] callers of on_record_loaded to use promises
Fabien Meghazi [Thu, 17 Nov 2011 13:18:16 +0000 (14:18 +0100)]
[FIX] callers of on_record_loaded to use promises

bzr revid: fme@openerp.com-20111117131816-991odq4m45146vfv

12 years ago[FIX] Fixed data#read_index() so it returns same argument to callback and to .then()
Fabien Meghazi [Thu, 17 Nov 2011 13:09:13 +0000 (14:09 +0100)]
[FIX] Fixed data#read_index() so it returns same argument to callback and to .then()

bzr revid: fme@openerp.com-20111117130913-lji983yp8b7vb0do

12 years ago[IMP] Core callbacks always return value of original method
Fabien Meghazi [Thu, 17 Nov 2011 13:08:02 +0000 (14:08 +0100)]
[IMP] Core callbacks always return value of original method

instead of last callback in the stack

bzr revid: fme@openerp.com-20111117130802-gyrzythtzs2nzmz5

12 years ago[FIX] hr : Made copy method in hr_payroll_account/hr_payroll_account.py inorder to...
Bharat (OpenERP) [Thu, 17 Nov 2011 12:48:11 +0000 (18:18 +0530)]
[FIX] hr : Made copy method in hr_payroll_account/hr_payroll_account.py inorder to make move_id field false when the payslip is duplicated

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

bzr revid: bde@tinyerp.com-20111117124811-i162so6m6shc0054

12 years ago[IMP] FormView: on_record_loaded returns a promise
Fabien Meghazi [Thu, 17 Nov 2011 12:43:19 +0000 (13:43 +0100)]
[IMP] FormView: on_record_loaded returns a promise

bzr revid: fme@openerp.com-20111117124319-61ruoa9g8we1a438

12 years ago[FIX] web_process: qweb template loading
Christophe Simonis [Thu, 17 Nov 2011 13:02:37 +0000 (14:02 +0100)]
[FIX] web_process: qweb template loading

bzr revid: chs@openerp.com-20111117130237-wqiqdrleiv2mwyf8

12 years ago[FIX] account_voucher/test: fix yaml syntax
Raphael Collet [Thu, 17 Nov 2011 12:29:04 +0000 (13:29 +0100)]
[FIX] account_voucher/test: fix yaml syntax

bzr revid: rco@openerp.com-20111117122904-i05ibw4eh2t7pv5g

12 years ago[FIX] res.config: ensure there is a context before checking its content
Xavier Morel [Thu, 17 Nov 2011 12:03:18 +0000 (13:03 +0100)]
[FIX] res.config: ensure there is a context before checking its content

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

bzr revid: xmo@openerp.com-20111117120318-r9mns1w1vh9ea22b

12 years ago[FIX] account_voucher: fixed error in yaml test
Quentin (OpenERP) [Thu, 17 Nov 2011 11:48:49 +0000 (12:48 +0100)]
[FIX] account_voucher: fixed error in yaml test

bzr revid: qdp-launchpad@openerp.com-20111117114849-fce4suyarul4v3i2

12 years ago[IMP] Dashboard: disable selectable flags for list views
Fabien Meghazi [Thu, 17 Nov 2011 11:19:30 +0000 (12:19 +0100)]
[IMP] Dashboard: disable selectable flags for list views

bzr revid: fme@openerp.com-20111117111930-xfbjea3nfgprt2ie

12 years ago[IMP] Allows to define options per view in action flags
Fabien Meghazi [Thu, 17 Nov 2011 11:18:57 +0000 (12:18 +0100)]
[IMP] Allows to define options per view in action flags

bzr revid: fme@openerp.com-20111117111857-bot6h87bh4tv3dfw

12 years ago[FIX] edi: remove duplicate loading of base template, causing duplicate widgets
Olivier Dony [Thu, 17 Nov 2011 11:00:34 +0000 (12:00 +0100)]
[FIX] edi: remove duplicate loading of base template, causing duplicate widgets

bzr revid: odo@openerp.com-20111117110034-02gfmsl44y9ib70p

12 years ago[IMP] hire employee to open employee form
Fabien Pinckaers [Thu, 17 Nov 2011 10:53:01 +0000 (11:53 +0100)]
[IMP] hire employee to open employee form

bzr revid: fp@tinyerp.com-20111117105301-6dwnjpqnbj7m5yof

12 years ago[IMP] mrp : Improve the error message
Divyesh Makwana (Open ERP) [Thu, 17 Nov 2011 10:37:37 +0000 (16:07 +0530)]
[IMP] mrp : Improve the error message

bzr revid: mdi@tinyerp.com-20111117103737-iqzj2x7pggamm54q

12 years ago[FIX] point_of_sale/test: fix context in records, by making them proper YAML literals
Raphael Collet [Thu, 17 Nov 2011 10:05:44 +0000 (11:05 +0100)]
[FIX] point_of_sale/test: fix context in records, by making them proper YAML literals

bzr revid: rco@openerp.com-20111117100544-emxxijuqrf6w4q7q

12 years ago[IMP] increase the stock move name's size
Numerigraphe - Lionel Sausin [Thu, 17 Nov 2011 09:52:14 +0000 (10:52 +0100)]
[IMP] increase the stock move name's size

bzr revid: ls@numerigraphe.fr-20111117095214-aar5d4sdu74l113s

12 years ago[merge] process view
niv-openerp [Thu, 17 Nov 2011 09:28:45 +0000 (14:58 +0530)]
[merge] process view

bzr revid: nicolas.vanhoren@openerp.com-20111117092845-oo427719x3mzpq7o

12 years ago[IMP] better demo data hr
Fabien Pinckaers [Thu, 17 Nov 2011 09:20:03 +0000 (10:20 +0100)]
[IMP] better demo data hr

bzr revid: fp@tinyerp.com-20111117092003-pcxh5tmgdsc6mioy

12 years ago[FIX] edi: don't blow up in stand-alone openerp-web mode
Xavier Morel [Thu, 17 Nov 2011 09:17:12 +0000 (10:17 +0100)]
[FIX] edi: don't blow up in stand-alone openerp-web mode

bzr revid: xmo@openerp.com-20111117091712-xa94cuo92lwuliom

12 years ago[FIX] Strange overflow of unwrapped text in 100% width buttons under Firefox
Fabien Meghazi [Thu, 17 Nov 2011 09:01:17 +0000 (10:01 +0100)]
[FIX] Strange overflow of unwrapped text in 100% width buttons under Firefox

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

bzr revid: fme@openerp.com-20111117090117-m5du8bph807nhpju

12 years ago[FIX]:fix useless creat of log record for 'x2M' in read operation
Naresh (OpenERP) [Thu, 17 Nov 2011 08:44:38 +0000 (14:14 +0530)]
[FIX]:fix useless creat of log record for 'x2M' in read operation

bzr revid: nch@tinyerp.com-20111117084438-fx63kcqx3my59sxa

12 years ago[IMP] hr_timesheet & project bugfixes
Fabien Pinckaers [Thu, 17 Nov 2011 08:28:10 +0000 (09:28 +0100)]
[IMP] hr_timesheet & project bugfixes

bzr revid: fp@tinyerp.com-20111117082810-zzwsg5c2e3l83epz

12 years ago[IMP]:added doc string for missing methods
Naresh (OpenERP) [Thu, 17 Nov 2011 07:25:18 +0000 (12:55 +0530)]
[IMP]:added doc string for missing methods

bzr revid: nch@tinyerp.com-20111117072518-iohc292j52qke927

12 years ago[FIX]Fixed code for if help is false.
vishmita [Thu, 17 Nov 2011 07:14:52 +0000 (12:44 +0530)]
[FIX]Fixed code for if help is false.

bzr revid: vja@vja-desktop-20111117071452-0n1pxy6zwbwgo3dg

12 years ago[FIX/IMP/REF]:1::fix copy,unlink,workflow actions,refactored the way data was process...
Naresh (OpenERP) [Thu, 17 Nov 2011 07:09:05 +0000 (12:39 +0530)]
[FIX/IMP/REF]:1::fix copy,unlink,workflow actions,refactored the way data was processed and logged for the actions and workflow actions.

bzr revid: nch@tinyerp.com-20111117070905-14b23ir45vx7rg7x

12 years ago[FIX]Fixed code for showing model name in title of process view.
Kunal Chavda (OpenERP) [Thu, 17 Nov 2011 06:59:53 +0000 (12:29 +0530)]
[FIX]Fixed code for showing model name in title of process view.

bzr revid: kch@tinyerp.com-20111117065953-pqse8i6mxyptw6g5

12 years ago[IMP] stock : Improve the error message
Divyesh Makwana (Open ERP) [Thu, 17 Nov 2011 06:44:09 +0000 (12:14 +0530)]
[IMP] stock : Improve the error message

bzr revid: mdi@tinyerp.com-20111117064409-3uxjcbd5g1y7jmrm

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20111117052301-rcwny02sbnh03m96

12 years ago[IMP]Improved code by formatting.
Kunal Chavda (OpenERP) [Thu, 17 Nov 2011 05:19:10 +0000 (10:49 +0530)]
[IMP]Improved code by formatting.

bzr revid: kch@tinyerp.com-20111117051910-kb4r9mzojtu0roeb

12 years ago[FIX] Fixes form's date[time] widgets problems with jQuery ui date[time]pickers
Fabien Meghazi [Wed, 16 Nov 2011 22:27:05 +0000 (23:27 +0100)]
[FIX] Fixes form's date[time] widgets problems with jQuery ui date[time]pickers

lp bug: https://launchpad.net/bugs/877976 fixed
lp bug: https://launchpad.net/bugs/885385 fixed

bzr revid: fme@openerp.com-20111116222705-dg4u0lpw6p2o8nx1