odoo/odoo.git
12 years ago[REF] l10n_fr_rib: refactored bank name_search as suggested by Olivier Dony (OpenERP)
Numerigraphe - Lionel Sausin [Mon, 28 Nov 2011 16:00:01 +0000 (17:00 +0100)]
[REF] l10n_fr_rib: refactored bank name_search as suggested by Olivier Dony (OpenERP)
[IMP] l10n_fr_rib: don't re-check error condition when constructing the message for key mismatch
[FIx] l10n_fr_rib: wrong field name for bank code

bzr revid: ls@numerigraphe.fr-20111128160001-q7re8fxr9lv2ad9g

12 years ago[DEL] l10n_fr_rib: drop useless Bank Account search() overload
Numerigraphe - Lionel Sausin [Mon, 28 Nov 2011 15:10:16 +0000 (16:10 +0100)]
[DEL] l10n_fr_rib: drop useless Bank Account search() overload

bzr revid: ls@numerigraphe.fr-20111128151016-0z48km039apfq3q5

12 years ago[IMP] extensive module description
Numerigraphe - Lionel Sausin [Mon, 28 Nov 2011 14:43:48 +0000 (15:43 +0100)]
[IMP] extensive module description
[IMP] assign (c) back to Numérigraphe

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

bzr revid: ls@numerigraphe.fr-20111128144348-ccl8ays59rc2hvj2

12 years ago[IMP] rewrote the translation tbale lookup without downgrading strings to latin-1
Numerigraphe - Lionel Sausin [Mon, 21 Nov 2011 15:35:39 +0000 (16:35 +0100)]
[IMP] rewrote the translation tbale lookup without downgrading strings to latin-1

bzr revid: ls@numerigraphe.fr-20111121153539-a060b20nvvf6x2c7

12 years ago[IMP] remove debugging print statements
Numerigraphe - Lionel Sausin [Mon, 21 Nov 2011 15:20:47 +0000 (16:20 +0100)]
[IMP] remove debugging print statements

bzr revid: ls@numerigraphe.fr-20111121152047-k5bphj2egef8nfuu

12 years ago[ADD] l10n_fr_rib: let users enter French RIB bank accounts
Numerigraphe - Lionel Sausin [Mon, 21 Nov 2011 14:20:05 +0000 (15:20 +0100)]
[ADD] l10n_fr_rib: let users enter French RIB bank accounts

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

bzr revid: ls@numerigraphe.fr-20111121142005-k0vw2kbupwiy0s1q

12 years ago[FIX] Ported base_rib to current trunk (future 6.1)
Numerigraphe - Lionel Sausin [Mon, 21 Nov 2011 13:45:45 +0000 (14:45 +0100)]
[FIX] Ported base_rib to current trunk (future 6.1)

bzr revid: ls@numerigraphe.fr-20111121134545-j398sfjqno7yqyhl

12 years ago[IMP] code cleanup in l10n_fr_rib
Numerigraphe - Lionel Sausin [Mon, 21 Nov 2011 13:44:10 +0000 (14:44 +0100)]
[IMP] code cleanup in l10n_fr_rib

bzr revid: ls@numerigraphe.fr-20111121134410-7l1qq9q11o2w55ty

12 years ago[IMP] renamed base_rib to l10n_fr_rib
Numerigraphe - Lionel Sausin [Mon, 21 Nov 2011 13:31:45 +0000 (14:31 +0100)]
[IMP] renamed base_rib to l10n_fr_rib

bzr revid: ls@numerigraphe.fr-20111121133145-gfmm5y7arl2tx9ix

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

12 years ago[FIX] DB creation failure : Better message attached to the exception
Serpent Consulting Services [Wed, 16 Nov 2011 20:19:46 +0000 (01:49 +0530)]
[FIX] DB creation failure : Better message attached to the exception

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

bzr revid: support@serpentcs.com-20111116201946-n3lkqtjgb0x3psa8

12 years ago[FIX] yaml import osv memory context
Fabien Pinckaers [Wed, 16 Nov 2011 19:20:51 +0000 (20:20 +0100)]
[FIX] yaml import osv memory context

bzr revid: fp@tinyerp.com-20111116192051-zzwvxywkvxjvwjj0

12 years ago[IMP] board view, new style
Fabien Pinckaers [Wed, 16 Nov 2011 19:19:17 +0000 (20:19 +0100)]
[IMP] board view, new style

bzr revid: fp@tinyerp.com-20111116191917-2ggzox9ewvg9ciru

12 years agomerge: useability membership, events
Fabien Pinckaers [Wed, 16 Nov 2011 19:01:24 +0000 (20:01 +0100)]
merge: useability membership, events

bzr revid: fp@tinyerp.com-20111116190124-46utx2qu6lkg8kkr

12 years ago[merge] hr_holidays yaml test
Fabien Pinckaers [Wed, 16 Nov 2011 18:59:32 +0000 (19:59 +0100)]
[merge] hr_holidays yaml test

bzr revid: fp@tinyerp.com-20111116185932-moy9i2dj1od9ev6z

12 years ago[MERGE] EDI branch of hmo/odo
Fabien Pinckaers [Wed, 16 Nov 2011 18:54:43 +0000 (19:54 +0100)]
[MERGE] EDI branch of hmo/odo

bzr revid: fp@tinyerp.com-20111116185443-zu2zpt7qd3lrfw9s

12 years agofix
Fabien Pinckaers [Wed, 16 Nov 2011 18:30:51 +0000 (19:30 +0100)]
fix

bzr revid: fp@tinyerp.com-20111116183051-dj5nxt5m8qzkv058

12 years agofix
Fabien Pinckaers [Wed, 16 Nov 2011 17:28:25 +0000 (18:28 +0100)]
fix

bzr revid: fp@tinyerp.com-20111116172825-hy538wvgs9filk8w

12 years ago[IMP] Use t-js
Fabien Meghazi [Wed, 16 Nov 2011 16:46:39 +0000 (17:46 +0100)]
[IMP] Use t-js

bzr revid: fme@openerp.com-20111116164639-y76q8quqj60r2w3j

12 years ago[IMP] QWeb2: add 'console' in reserved words
Fabien Meghazi [Wed, 16 Nov 2011 16:42:10 +0000 (17:42 +0100)]
[IMP] QWeb2: add 'console' in reserved words

bzr revid: fme@openerp.com-20111116164210-ktn35gjb703kdrek

12 years agofix
Fabien Pinckaers [Wed, 16 Nov 2011 16:33:02 +0000 (17:33 +0100)]
fix

bzr revid: fp@tinyerp.com-20111116163302-5wzu7y3ca8c1vu5e

12 years ago[FIX] sale: fixed error in sale module installation
Quentin (OpenERP) [Wed, 16 Nov 2011 16:04:58 +0000 (17:04 +0100)]
[FIX] sale: fixed error in sale module installation

bzr revid: qdp-launchpad@openerp.com-20111116160458-14t015ovs46003j0

12 years ago[IMP] useability
Fabien Pinckaers [Wed, 16 Nov 2011 15:19:55 +0000 (16:19 +0100)]
[IMP] useability

bzr revid: fp@tinyerp.com-20111116151955-awkjidr9xmokrff8

12 years agofix
Fabien Pinckaers [Wed, 16 Nov 2011 15:12:59 +0000 (16:12 +0100)]
fix

bzr revid: fp@tinyerp.com-20111116151259-g6792c8o8yindrdq

12 years ago[IMP] better view
Fabien Pinckaers [Wed, 16 Nov 2011 15:09:41 +0000 (16:09 +0100)]
[IMP] better view

bzr revid: fp@tinyerp.com-20111116150941-piwo8wjmcui8h4ur

12 years ago[IMP] better view
Fabien Pinckaers [Wed, 16 Nov 2011 15:09:18 +0000 (16:09 +0100)]
[IMP] better view

bzr revid: fp@tinyerp.com-20111116150918-di7a9vzdwea6qxh8

12 years ago[IMP] Contract management + fixes
Fabien Pinckaers [Wed, 16 Nov 2011 14:59:58 +0000 (15:59 +0100)]
[IMP] Contract management + fixes

bzr revid: fp@tinyerp.com-20111116145958-pzp36c49wh6028p9

12 years ago[FIX] account, accounting entries model: fixed a bug related to period choosing in...
Quentin (OpenERP) [Wed, 16 Nov 2011 14:13:40 +0000 (15:13 +0100)]
[FIX] account, accounting entries model: fixed a bug related to period choosing in multicompany environement and factorized the code of wizard

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

bzr revid: qdp-launchpad@openerp.com-20111116141340-vz61c74eguu9chjh

12 years ago[FIX] you get an icon, you get an icon, everybody gets anb icon!
Xavier Morel [Wed, 16 Nov 2011 13:48:05 +0000 (14:48 +0100)]
[FIX] you get an icon, you get an icon, everybody gets anb icon!

if a searchview filter does not have an icon, default to gtk-home

bzr revid: xmo@openerp.com-20111116134805-yd4ze31j8zc5fw7u

12 years ago[MERGE] sync w/ latest trunk
Olivier Dony [Wed, 16 Nov 2011 13:43:36 +0000 (14:43 +0100)]
[MERGE] sync w/ latest trunk

bzr revid: odo@openerp.com-20111116134336-ig6681v2cw6xfb6h

12 years ago[FIX] searchview needs to send the action's context when loading its view
Xavier Morel [Wed, 16 Nov 2011 13:38:03 +0000 (14:38 +0100)]
[FIX] searchview needs to send the action's context when loading its view

bzr revid: xmo@openerp.com-20111116133803-f21mzgatnkr5in3p

12 years ago[FIX]Fixed code for passing model.
Kunal Chavda (OpenERP) [Wed, 16 Nov 2011 13:34:58 +0000 (19:04 +0530)]
[FIX]Fixed code for passing model.

bzr revid: kch@tinyerp.com-20111116133458-vivv0elu15mj3iiw

12 years ago[MERGE] merged a branch with cleaning of stock/wizard/stock_location_product.py....
Quentin (OpenERP) [Wed, 16 Nov 2011 13:29:38 +0000 (14:29 +0100)]
[MERGE] merged a branch with cleaning of stock/wizard/stock_location_product.py. Courtesy of Numerigraphe

bzr revid: qdp-launchpad@openerp.com-20111116132938-yjuhe2i3hlpwha5q

12 years ago[MERGE]Merge main branch upto revision 1488.
Kunal Chavda (OpenERP) [Wed, 16 Nov 2011 13:29:20 +0000 (18:59 +0530)]
[MERGE]Merge main branch upto revision 1488.

bzr revid: kch@tinyerp.com-20111116132920-isodqm71wdzpm7av

12 years ago[MERGE] project_issue: automatic update of date_action_last field as soon as the...
Quentin (OpenERP) [Wed, 16 Nov 2011 13:17:24 +0000 (14:17 +0100)]
[MERGE] project_issue: automatic update of date_action_last field as soon as the user change the stage, the state or send a new email

bzr revid: qdp-launchpad@openerp.com-20111116131724-6btl727recfrt77u

12 years ago[REV] Revert rev#1486
Fabien Meghazi [Wed, 16 Nov 2011 13:10:45 +0000 (14:10 +0100)]
[REV] Revert rev#1486

bzr revid: fme@openerp.com-20111116131045-b684j0ayu9i5asni