odoo/odoo.git
13 years ago[RELEASE] OpenERP 5.0.15 5.0.15-server
Stephane Wirtel [Fri, 5 Nov 2010 01:48:57 +0000 (02:48 +0100)]
[RELEASE] OpenERP 5.0.15

bzr revid: stephane@openerp.com-20101105014857-2gfxjlu0p5q8t2a4

13 years ago[FIX] Account : If partner language is set, warnings gets translated into it but...
Jay (OpenERP) [Thu, 4 Nov 2010 18:33:33 +0000 (00:03 +0530)]
[FIX] Account : If partner language is set, warnings gets translated into it but they should appear in user language [ Maintenance Case 397 ]

bzr revid: jvo@tinyerp.com-20101104183333-in469gbnnuds4wah

13 years ago[FIX] account.bank.statement: use correct sign for secondary currency amount when...
Olivier Dony [Thu, 4 Nov 2010 15:09:45 +0000 (16:09 +0100)]
[FIX] account.bank.statement: use correct sign for secondary currency amount when validating statements with accounts having a secondary currency

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

bzr revid: odo@openerp.com-20101104150945-rj3ih8ru6j4bpu7z

13 years ago[FIX] Remove the unused pwd library
Stephane Wirtel [Thu, 4 Nov 2010 14:44:58 +0000 (15:44 +0100)]
[FIX] Remove the unused pwd library

bzr revid: stephane@openerp.com-20101104144458-gcq4v8465lq482qw

13 years ago[PATCH] tools/misc: port the exec_command_pipe() to the subprocess module.
Stephane Wirtel [Thu, 4 Nov 2010 12:13:09 +0000 (13:13 +0100)]
[PATCH] tools/misc: port the exec_command_pipe() to the subprocess module.

bzr revid: stephane@openerp.com-20101104121309-g4ng33gwj2tcjk6u

13 years ago[FIX] Account : Invoice with Invoice line of price 0.0 should be allowed for validati...
Jay (OpenERP) [Thu, 4 Nov 2010 08:15:41 +0000 (13:45 +0530)]
[FIX] Account : Invoice with Invoice line of price 0.0 should be allowed for validation if journal has skipped draft entries

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

bzr revid: jvo@tinyerp.com-20101104081541-wx0nu7mvoad5bohe

13 years ago[FIX] Search on property field should not crash,it should go for fnct_search() instea...
Jay (OpenERP) [Fri, 29 Oct 2010 20:28:12 +0000 (01:58 +0530)]
[FIX] Search on property field should not crash,it should go for fnct_search() instead (normal fields.function flow)

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

bzr revid: jvo@tinyerp.com-20101029202812-2wsxpx91c38e3z8f

13 years ago[FIX] Account : Correction on Residual amount calculation on payment by bank statement 5.0.15-addons
Jay (OpenERP) [Thu, 28 Oct 2010 09:54:16 +0000 (15:24 +0530)]
[FIX] Account : Correction on Residual amount calculation on payment by bank statement

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

bzr revid: jvo@tinyerp.com-20101028095416-h64v2qvl404uz82g

13 years ago[FIX] Account_followup : Fixed report when partner has no address
Quentin(OpenERP) [Wed, 27 Oct 2010 15:23:18 +0000 (20:53 +0530)]
[FIX] Account_followup : Fixed report when partner has no address

bzr revid: jvo@tinyerp.com-20101027152318-5agzpl5csb5dj4kq

13 years ago[FIX] document: fix server shutdown
Christophe Simonis [Tue, 26 Oct 2010 13:07:29 +0000 (15:07 +0200)]
[FIX] document: fix server shutdown

bzr revid: chs@openerp.com-20101026130729-yp14p8pulgf2jtis

13 years ago[FIX] Slicing functionality support added to safe_eval()
Borja López Soilán [Mon, 25 Oct 2010 13:47:40 +0000 (19:17 +0530)]
[FIX] Slicing functionality support added to safe_eval()

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

bzr revid: ach@tinyerp.com-20101025134740-wxi7rpq0wvvsx8h9

13 years ago[FIX] Account : Correction on closing fiscalyear:journal should be centralizaed and...
Jay (OpenERP) [Wed, 20 Oct 2010 13:34:56 +0000 (19:04 +0530)]
[FIX] Account : Correction on closing fiscalyear:journal should be centralizaed and the boolean of skip draft state should be False

bzr revid: jvo@tinyerp.com-20101020133456-2a1odby1k3n7bugl

13 years ago[FIX] Safe_eval : Added the support of set(),JUMP_FORWARD,POP_BLOCK,SETUP_LOOP
Jay (OpenERP) [Mon, 18 Oct 2010 10:15:23 +0000 (15:45 +0530)]
[FIX] Safe_eval : Added the support of set(),JUMP_FORWARD,POP_BLOCK,SETUP_LOOP

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

bzr revid: jvo@tinyerp.com-20101018101523-xg07mflh0lesk8jm

13 years ago[FIX] base : Partner Addresses Menu now being translated
Anup (OpenERP) [Thu, 14 Oct 2010 09:07:01 +0000 (14:37 +0530)]
[FIX] base : Partner Addresses Menu now being translated

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

bzr revid: ach@tinyerp.com-20101014090701-u5isfu4fn62biux1

13 years ago[FIX] HR_Holidays : Corrections on Negative holiday request
JMA(OpenERP) [Thu, 14 Oct 2010 07:28:08 +0000 (12:58 +0530)]
[FIX] HR_Holidays : Corrections on Negative holiday request

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

bzr revid: jvo@tinyerp.com-20101014072808-patohy4bj6s5facl

13 years ago[FIX] Fields : correction on get() of O2M
Sébastien BEAU - http://www.akretion.com [Wed, 13 Oct 2010 12:15:06 +0000 (17:45 +0530)]
[FIX] Fields : correction on get() of O2M

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

bzr revid: jvo@tinyerp.com-20101013121506-7viduckamed5sd15

13 years ago[FIX] Stock : Cancelled move lines should not be allowed for Invoice creation
Jan Verlaan (Veritos) [Tue, 12 Oct 2010 20:26:33 +0000 (01:56 +0530)]
[FIX] Stock : Cancelled move lines should not be allowed for Invoice creation

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

bzr revid: jvo@tinyerp.com-20101012202633-olef3klr47wr3s26

13 years ago[FIX]Speed improvement : Call of write() should go when there is vals
Sébastien BEAU - http://www.akretion.com [Tue, 12 Oct 2010 19:20:45 +0000 (00:50 +0530)]
[FIX]Speed improvement : Call of write() should go when there is vals

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

bzr revid: jvo@tinyerp.com-20101012192045-7zx1tgznp3greksl

13 years ago[FIX] Account : Typo fix
Jay (OpenERP) [Mon, 11 Oct 2010 05:35:40 +0000 (11:05 +0530)]
[FIX] Account : Typo fix

bzr revid: jvo@tinyerp.com-20101011053540-9kva2akgccy55hey

13 years ago[FIX] base: The shortcut of the partner is translatable
Stephane Wirtel [Fri, 8 Oct 2010 19:07:45 +0000 (21:07 +0200)]
[FIX] base: The shortcut of the partner is translatable

bzr revid: stephane@openerp.com-20101008190745-umg2b3zjsiakn2jf

13 years ago[REF] base_contact : Code Refactored
Anup (OpenERP) [Fri, 8 Oct 2010 09:30:42 +0000 (15:00 +0530)]
[REF] base_contact : Code Refactored

bzr revid: ach@tinyerp.com-20101008093042-chdjf4d0ztyq36cy

13 years ago[FIX] XSL Report : title of xsl reports should support accented characters
Jay (OpenERP) [Thu, 7 Oct 2010 14:48:55 +0000 (20:18 +0530)]
[FIX] XSL Report : title of xsl reports should support accented characters

bzr revid: jvo@tinyerp.com-20101007144855-tya2ovyqyv1mzdoq

13 years ago[FIX] Project : Duplication of task should set remaining hours=planned hours
Jay (OpenERP) [Thu, 7 Oct 2010 14:08:54 +0000 (19:38 +0530)]
[FIX] Project : Duplication of task should set remaining hours=planned hours

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

bzr revid: jvo@tinyerp.com-20101007140854-3y71j71aw3soj2d6

13 years agoAccount : Corrected the rounding of base of account.invoice.tax
JMA(OpenERP) [Thu, 7 Oct 2010 09:01:57 +0000 (14:31 +0530)]
Account : Corrected the rounding of base of account.invoice.tax

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

bzr revid: jvo@tinyerp.com-20101007090157-jdfp5s1z2nfjunwh

13 years ago[FIX] Expression : Corrected operator handling for domains containing Many2one fields
Anup,Jay [Wed, 6 Oct 2010 17:52:41 +0000 (23:22 +0530)]
[FIX] Expression : Corrected operator handling for domains containing Many2one fields

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

bzr revid: jvo@tinyerp.com-20101006175241-1iefvnvthxoi49qr

13 years ago[FIX] Account/stock : Better context-handling at tax computation to avoid wrong conte...
Jay (OpenERP) [Wed, 6 Oct 2010 14:25:06 +0000 (19:55 +0530)]
[FIX] Account/stock : Better context-handling at tax computation to avoid wrong context-passing

bzr revid: jvo@tinyerp.com-20101006142506-1qh2u60gfd2z0pj8

13 years ago[FIX] Account : Added web-client compatibility for field journal_ids on wizard
Jay (OpenERP) [Wed, 6 Oct 2010 14:21:59 +0000 (19:51 +0530)]
[FIX] Account : Added web-client compatibility for field journal_ids on wizard

bzr revid: jvo@tinyerp.com-20101006142159-e8ce0vjrph07b2xr

13 years ago[FIX] Account : Automatic reonciliation now sorts move lines by maturity date
Albert Cervera i Areny - http://www.NaN-tic.com [Wed, 6 Oct 2010 13:20:11 +0000 (18:50 +0530)]
[FIX] Account : Automatic reonciliation now sorts move lines by maturity date

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

bzr revid: jvo@tinyerp.com-20101006132011-7w1gbwtwmxok0rwu

13 years ago[FIX] correct safe_eval call in ir.servers.action
Christophe Simonis [Thu, 30 Sep 2010 12:55:43 +0000 (14:55 +0200)]
[FIX] correct safe_eval call in ir.servers.action

bzr revid: chs@openerp.com-20100930125543-rqqq8ihf2nd5jbjs

13 years ago[FIX] correct safe_eval call in ir.servers.action
Christophe Simonis [Thu, 30 Sep 2010 12:53:38 +0000 (14:53 +0200)]
[FIX] correct safe_eval call in ir.servers.action

bzr revid: chs@openerp.com-20100930125338-vd0p3i3fopgzcqib

13 years ago[IMP] dumpthreads on sigquit if py2.5 or bettter
Antony Lesuisse [Thu, 30 Sep 2010 11:10:05 +0000 (13:10 +0200)]
[IMP] dumpthreads on sigquit if py2.5 or bettter

bzr revid: al@openerp.com-20100930111005-6lkxx3xphqm69qyz

13 years ago[FIX] document: correct context use
Christophe Simonis [Thu, 30 Sep 2010 10:07:45 +0000 (12:07 +0200)]
[FIX] document: correct context use

bzr revid: chs@openerp.com-20100930100745-kib6q3o0bx6da4jh

13 years ago[FIX] Merged Borja's branch for correction on Invoice correctd workflow action of...
Borja (Pexego) [Wed, 29 Sep 2010 15:15:23 +0000 (20:45 +0530)]
[FIX] Merged Borja's branch for correction on Invoice correctd workflow action of sale order

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

bzr revid: jvo@tinyerp.com-20100929151523-mpryy13k92r1mwvr

13 years ago[FIX] Import : multiple O2M import corrected
Jay (OpenERP) [Wed, 29 Sep 2010 12:04:03 +0000 (17:34 +0530)]
[FIX] Import : multiple O2M import corrected

bzr revid: jvo@tinyerp.com-20100929120403-ve1b9lrmkhq9i8n3

13 years ago[FIX] base_contact : Contact Job's Search Corrected
Anup (OpenERP) [Wed, 29 Sep 2010 11:46:11 +0000 (17:16 +0530)]
[FIX] base_contact : Contact Job's Search Corrected

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

bzr revid: ach@tinyerp.com-20100929114611-w4qlu2ujjz3m0d2h

13 years ago[FIX] Mrp_operations : copy of stock_move overridden in order to block wrong duplicat...
Jeroen Mollers [Tue, 28 Sep 2010 11:33:22 +0000 (17:03 +0530)]
[FIX] Mrp_operations : copy of stock_move overridden in order to block wrong duplication of procurements and stock moves

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

bzr revid: jvo@tinyerp.com-20100928113322-epveokpf491uj57u

13 years ago[FIX] Account_invoice_layout : Payment term with notes displayed on Invoice report
Jay (OpenERP) [Mon, 27 Sep 2010 19:14:42 +0000 (00:44 +0530)]
[FIX] Account_invoice_layout : Payment term with notes displayed on Invoice report

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

bzr revid: jvo@tinyerp.com-20100927191442-fsit2uuefp6moac0

13 years ago[FIX] Stock : Cancellation of picking should not be broken if it has no moves
Jay (OpenERP) [Mon, 27 Sep 2010 13:20:35 +0000 (18:50 +0530)]
[FIX] Stock : Cancellation of picking should not be broken if it has no moves

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

bzr revid: jvo@tinyerp.com-20100927132035-9hwwuga92opiyv7q

13 years ago[FIX] mrp_repair : Bad reference to a many2one field corrected while creating invoice...
Jay (OpenERP) [Mon, 27 Sep 2010 11:47:42 +0000 (17:17 +0530)]
[FIX] mrp_repair : Bad reference to a many2one field corrected while creating invoice from repair

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

bzr revid: jvo@tinyerp.com-20100927114742-5kwcnf30i11iyos1

13 years ago[FIX] Export : Corrections for exportation of relational fields
Jay (OpenERP) [Mon, 27 Sep 2010 06:36:46 +0000 (12:06 +0530)]
[FIX] Export : Corrections for exportation of relational fields

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

bzr revid: jvo@tinyerp.com-20100927063646-pu87d702oemxgxll

13 years ago[FIX] mrp_repair : Bad domain on repair.fee corrected
Jay (OpenERP) [Fri, 24 Sep 2010 18:44:19 +0000 (00:14 +0530)]
[FIX] mrp_repair : Bad domain on repair.fee corrected

bzr revid: jvo@tinyerp.com-20100924184419-bp5rl9rqc4xn828i

13 years ago[REM] openerp-server.py: removed the dumpstack code from 5.0 as it is not compatible...
Olivier Dony [Fri, 24 Sep 2010 13:34:44 +0000 (15:34 +0200)]
[REM] openerp-server.py: removed the dumpstack code from 5.0 as it is not compatible with python 2.4

bzr revid: odo@openerp.com-20100924133444-rk8mte4uusdpixy2

13 years ago[FIX] Account : Multi-currency handled
Jay (OpenERP) [Fri, 24 Sep 2010 11:34:53 +0000 (17:04 +0530)]
[FIX] Account : Multi-currency handled

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

bzr revid: jvo@tinyerp.com-20100924113453-jidmwilr05j7szcr

13 years ago[FIX]custom report correction acc. to Safe_eval
Jay (OpenERP) [Thu, 23 Sep 2010 08:21:49 +0000 (13:51 +0530)]
[FIX]custom report correction acc. to  Safe_eval

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

bzr revid: jvo@tinyerp.com-20100923082149-wu7zeo8nbn6m9e2h

13 years ago[REVERT] A fix for orphan _inherits record for read() , better solution will be put...
Jay (OpenERP) [Wed, 22 Sep 2010 14:46:08 +0000 (20:16 +0530)]
[REVERT] A fix for orphan _inherits record for read() , better solution will be put soon.the fix may regress browse() with non-existent id

bzr revid: jvo@tinyerp.com-20100922144608-awe2x4oqahgb1h09

13 years ago[IMP] netsvc.Agent: spawned task threads should not be marked as daemon
Olivier Dony [Wed, 22 Sep 2010 12:22:03 +0000 (14:22 +0200)]
[IMP] netsvc.Agent: spawned task threads should not be marked as daemon
(backport from trunk)

bzr revid: chs@openerp.com-20100922122203-uotrys6btdzikr8q

13 years ago[IMP] netsvc.Agent: Agent.runner thread should be marked daemon to be terminated...
Olivier Dony [Tue, 21 Sep 2010 16:40:34 +0000 (18:40 +0200)]
[IMP] netsvc.Agent: Agent.runner thread should be marked daemon to be terminated at server exit (harmlessly)
Also set a thread name for the runner thread.
(backport of trunk)

bzr revid: chs@openerp.com-20100921164034-j5bxgtu1chkt5a1a

13 years ago[FIX] ir_translation Indexes Corrected using hash indexes
Anup (OpenERP) [Tue, 21 Sep 2010 12:38:20 +0000 (18:08 +0530)]
[FIX] ir_translation Indexes Corrected using hash indexes

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

bzr revid: ach@tinyerp.com-20100921123820-4atqd71ex9ieqk1y

13 years ago[FIX] fields.property fnct_read corrected
Anup (OpenERP) [Tue, 21 Sep 2010 11:44:49 +0000 (17:14 +0530)]
[FIX] fields.property fnct_read corrected

bzr revid: ach@tinyerp.com-20100921114449-9t3kh56v15amf2wj

13 years ago[FIX] base : index added on ir.propery fields
Borja Lopez Soilan(Pexego),Jean-Luc WEYL [Tue, 21 Sep 2010 07:06:21 +0000 (12:36 +0530)]
[FIX] base : index added on ir.propery fields

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

bzr revid: ach@tinyerp.com-20100921070621-i4tvyojhmdrf6q8k

13 years ago[MERGE] dumpstacks branch
Christophe Simonis [Mon, 20 Sep 2010 16:52:53 +0000 (18:52 +0200)]
[MERGE] dumpstacks branch

bzr revid: chs@openerp.com-20100920165253-esaatbgtvha9jhb9

13 years ago[FIX] do not bind SIGUSR1
Christophe Simonis [Mon, 20 Sep 2010 16:38:59 +0000 (18:38 +0200)]
[FIX] do not bind SIGUSR1

bzr revid: chs@openerp.com-20100920163859-ds7jcfus3b44gckh

13 years ago[IMP] SIGQUIT dumps thread stacks instead of quitting the program (like on the jvm)
Christophe Simonis [Mon, 20 Sep 2010 15:44:39 +0000 (17:44 +0200)]
[IMP] SIGQUIT dumps thread stacks instead of quitting the program (like on the jvm)

bzr revid: chs@openerp.com-20100920154439-ao8ntas8k75cu1rn

13 years ago[FIX] CRM : Report for Business opportunities corrected
JMA(OpenERP) [Mon, 20 Sep 2010 12:28:15 +0000 (17:58 +0530)]
[FIX] CRM : Report for Business opportunities corrected

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

bzr revid: jvo@tinyerp.com-20100920122815-74xiage820yerabf

13 years ago[IMP] use a single thread for crons
Christophe Simonis [Mon, 20 Sep 2010 11:20:05 +0000 (13:20 +0200)]
[IMP] use a single thread for crons

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

bzr revid: chs@openerp.com-20100920112005-hk9zrgpbx9m0w6tv

13 years ago[FIX] netsvc.Agent: be nice
Christophe Simonis [Mon, 20 Sep 2010 11:06:00 +0000 (13:06 +0200)]
[FIX] netsvc.Agent: be nice

bzr revid: chs@openerp.com-20100920110600-y9nlpxd0xc0s15vq

13 years ago[FIX] base : INR code and name corrected
Anup (OpenERP) [Mon, 20 Sep 2010 09:47:26 +0000 (15:17 +0530)]
[FIX] base : INR code and name corrected

bzr revid: ach@tinyerp.com-20100920094726-kqh0eex15takfw0o

13 years ago[FIX] netsvc.Agent: remove tasks from __tasks_by_db
Christophe Simonis [Fri, 17 Sep 2010 10:35:50 +0000 (12:35 +0200)]
[FIX] netsvc.Agent: remove tasks from __tasks_by_db

bzr revid: chs@openerp.com-20100917103550-av49u9j24hmiww3a

13 years ago[IMP] netsvc.Agent: correct docstrings
Maxime Glorieux [Thu, 16 Sep 2010 14:41:03 +0000 (16:41 +0200)]
[IMP] netsvc.Agent: correct docstrings

bzr revid: chs@openerp.com-20100916144103-k6zb3ogjem9xf739

13 years ago[IMP] netsvc.Agent: add doctrings
Christophe Simonis [Thu, 16 Sep 2010 13:16:41 +0000 (15:16 +0200)]
[IMP] netsvc.Agent: add doctrings

bzr revid: chs@openerp.com-20100916131641-qr9k94zwzsjwc4tt

13 years ago[IMP] netsvc.Agent: use better variable names
Christophe Simonis [Thu, 16 Sep 2010 12:43:58 +0000 (14:43 +0200)]
[IMP] netsvc.Agent: use better variable names

bzr revid: chs@openerp.com-20100916124358-yy1gl1y276v48mct

13 years ago[FIX] the cron sleep 60 seconds
Christophe Simonis [Thu, 16 Sep 2010 11:37:49 +0000 (13:37 +0200)]
[FIX] the cron sleep 60 seconds

bzr revid: chs@openerp.com-20100916113749-dm409p5erjmekllf

13 years ago[IMP] use a single thread for cron
Christophe Simonis [Thu, 16 Sep 2010 10:13:16 +0000 (12:13 +0200)]
[IMP] use a single thread for cron

bzr revid: chs@openerp.com-20100916101316-slwy2y1fr741vkz5

13 years ago[FIX] audittrail: avoid deadlock when installing module making references to ir.model...
Albert Cervera i Areny [Wed, 15 Sep 2010 08:46:59 +0000 (10:46 +0200)]
[FIX] audittrail: avoid deadlock when installing module making references to ir.model (like document)

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

bzr revid: chs@openerp.com-20100915084659-vdwsesa02urhj383

13 years ago[FIX] Point_of_sale : Jourtnal reference should be passed while creating invoice...
Albert Cervera i Areny - http://www.NaN-tic.com [Tue, 14 Sep 2010 15:17:04 +0000 (20:47 +0530)]
[FIX] Point_of_sale : Jourtnal reference should be passed while creating invoice from pos order

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

bzr revid: jvo@tinyerp.com-20100914151704-mo2o3v4squiv8os6

13 years ago[REF] Audittrail : exception message corrected
Jay (OpenERP) [Tue, 14 Sep 2010 15:14:59 +0000 (20:44 +0530)]
[REF] Audittrail : exception message corrected

bzr revid: jvo@tinyerp.com-20100914151459-tc1djaun35leqx22

13 years ago[FIX] Account : Wizard fails to detect whether partial or total reconcile must be...
Albert Cervera i Areny - http://www.NaN-tic.com [Tue, 14 Sep 2010 14:40:43 +0000 (20:10 +0530)]
[FIX] Account :  Wizard fails to detect whether partial or total reconcile must be used

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

bzr revid: jvo@tinyerp.com-20100914144043-ufn7bae5giblkqjy

13 years ago[FIX] SALE/MRP : sale related fields shifted to SALE from MRP
YSA(OpenERP) [Tue, 14 Sep 2010 11:52:06 +0000 (17:22 +0530)]
[FIX] SALE/MRP : sale related fields shifted to SALE from MRP

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

bzr revid: jvo@tinyerp.com-20100914115206-lg5xud0kn13esigs

13 years ago[FIX] Project : Recustive creation of tasks should not be allowed
DHS(OpenERP) [Mon, 13 Sep 2010 14:30:39 +0000 (20:00 +0530)]
[FIX] Project : Recustive creation of tasks should not be allowed

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

bzr revid: jvo@tinyerp.com-20100913143039-8had2q8qkzwzo4zy

13 years ago[FIX] account : Translations corrected
Anup (OpenERP) [Mon, 13 Sep 2010 13:43:35 +0000 (19:13 +0530)]
[FIX] account : Translations corrected

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

bzr revid: ach@tinyerp.com-20100913134335-w8ufrx1iql9fyjau

13 years ago[FIX]: stock :invoice_onshipping wizard take the correct type of invoice
sbh (Open ERP) [Mon, 13 Sep 2010 11:03:43 +0000 (16:33 +0530)]
[FIX]: stock :invoice_onshipping wizard take the correct type of invoice

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

bzr revid: sbh@tinyerp.com-20100913110343-s7q5fvckx40m8zj7

13 years ago[FIX] auction : Signature of _type_get() fixed.
Anup (OpenERP) [Mon, 13 Sep 2010 10:37:33 +0000 (16:07 +0530)]
[FIX] auction : Signature of _type_get() fixed.

bzr revid: ach@tinyerp.com-20100913103733-pn7ac6omjo0387m1

13 years ago[FIX] auction : signature of methods corrected.
Anup (OpenERP) [Mon, 13 Sep 2010 09:16:02 +0000 (14:46 +0530)]
[FIX] auction : signature of methods corrected.

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

bzr revid: ach@tinyerp.com-20100913091602-pgcedgdqfeksrnyc

13 years ago[FIX] Account_invoice_layout : Registered xml record for missing report of invoice...
VRA(OpenERP) [Thu, 9 Sep 2010 14:04:04 +0000 (19:34 +0530)]
[FIX] Account_invoice_layout : Registered xml record for missing report of invoice layout with message

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

bzr revid: jvo@tinyerp.com-20100909140404-2io5iq7b06kndiq4

13 years ago[FIX] _read_flat method corrected
Anup (OpenERP) [Thu, 9 Sep 2010 11:00:10 +0000 (16:30 +0530)]
[FIX] _read_flat method corrected

bzr revid: ach@tinyerp.com-20100909110010-9flza3ye1p98szga

13 years ago[IMP] server catch SIGUSR1 and print threads stacks
Christophe Simonis [Wed, 8 Sep 2010 16:41:35 +0000 (18:41 +0200)]
[IMP] server catch SIGUSR1 and print threads stacks

bzr revid: chs@openerp.com-20100908164135-ranu2zsood2rlx8l

13 years ago[FIX] ir.translation: ensure consistent return type for _get_source()
jsh.axelor, Olivier Dony (OpenERP) [Wed, 8 Sep 2010 14:10:34 +0000 (16:10 +0200)]
[FIX] ir.translation: ensure consistent return type for _get_source()

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

bzr revid: odo@openerp.com-20100908141034-2uwsxn03ssy78t7s

13 years ago[FIX] orm: properly handle unicode values returned by ir.translation
Raphael Valyi [Wed, 8 Sep 2010 14:10:27 +0000 (16:10 +0200)]
[FIX] orm: properly handle unicode values returned by ir.translation

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

bzr revid: odo@openerp.com-20100908141027-8n2j49tc2iglclg6

13 years ago[FIX] read : if referenced record is not found,read should bypass
Jay (OpenERP) [Wed, 8 Sep 2010 13:36:56 +0000 (19:06 +0530)]
[FIX] read : if referenced record is not found,read should bypass

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

bzr revid: jvo@tinyerp.com-20100908133656-fca4un8ike8x690m

13 years ago[FIX] account : Account Balance Report structure corrected
Anup (OpenERP) [Wed, 8 Sep 2010 13:17:48 +0000 (18:47 +0530)]
[FIX] account : Account Balance Report structure corrected

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

bzr revid: ach@tinyerp.com-20100908131748-0k9u22qpyt0b6orz

13 years ago[FIX] correct config loading
Christophe Simonis [Wed, 8 Sep 2010 12:55:30 +0000 (14:55 +0200)]
[FIX] correct config loading

lp bug: https://launchpad.net/bugs/519299 fixed
lp bug: https://launchpad.net/bugs/392114 fixed

bzr revid: chs@openerp.com-20100908125530-gn2ww3buk64r8rrf

13 years ago[FIX] safe_eval() : Added support of len()
DHS(OpenERP) [Tue, 7 Sep 2010 06:17:25 +0000 (11:47 +0530)]
[FIX] safe_eval() : Added support of len()

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

bzr revid: jvo@tinyerp.com-20100907061725-sgdwr7lkcqhc0lbn

13 years ago[FIX] cron: avoid multiple cron
Christophe Simonis [Mon, 6 Sep 2010 15:28:25 +0000 (17:28 +0200)]
[FIX] cron: avoid multiple cron

bzr revid: chs@openerp.com-20100906152825-l24ehbwx2c9y5xz9

13 years ago[FIX] Custom field may not be found on the first go
Jay (OpenERP) [Mon, 6 Sep 2010 14:45:15 +0000 (20:15 +0530)]
[FIX] Custom field may not be found on the first go

bzr revid: jvo@tinyerp.com-20100906144515-3seeoz8hmbwzlode

13 years ago[FIX] Base : Currency rates assigned to Currencies
Jay (OpenERP) [Mon, 6 Sep 2010 13:32:36 +0000 (19:02 +0530)]
[FIX] Base : Currency rates assigned to Currencies

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

bzr revid: jvo@tinyerp.com-20100906133236-v5toby6mm6tc0bjc

13 years ago[FIX] Currency : better handling of context
Lionel [Mon, 6 Sep 2010 11:14:31 +0000 (16:44 +0530)]
[FIX] Currency :  better handling of context

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

bzr revid: jvo@tinyerp.com-20100906111431-0woqqr4dok1kzhl1

13 years ago[FIX] Safe_eval : Added the support of round
Jay (OpenERP) [Mon, 6 Sep 2010 09:43:43 +0000 (15:13 +0530)]
[FIX] Safe_eval : Added the support of round

bzr revid: jvo@tinyerp.com-20100906094343-7ibgdpshl5du6zux

13 years ago[FIX] Safe_eval : Allowed the use of filter.
Jay (OpenERP) [Mon, 6 Sep 2010 09:41:18 +0000 (15:11 +0530)]
[FIX] Safe_eval : Allowed the use of filter.

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

bzr revid: jvo@tinyerp.com-20100906094118-p6lgoaktra91j0jo

13 years ago[RELEASE] OpenERP 5.0.14 5.0.14-server
Stephane Wirtel [Fri, 3 Sep 2010 16:38:22 +0000 (18:38 +0200)]
[RELEASE] OpenERP 5.0.14

bzr revid: stephane@openerp.com-20100903163822-8du5yn8r9365c22k

13 years ago[FIX] Patch from Pexego for currentThread
Stephane Wirtel [Fri, 3 Sep 2010 16:38:14 +0000 (18:38 +0200)]
[FIX] Patch from Pexego for currentThread

bzr revid: stephane@openerp.com-20100903163814-bexng9vmhl0lm1fr

13 years ago[RELEASE] OpenERP 5.0.13 5.0.13-server
Stephane Wirtel [Fri, 3 Sep 2010 15:03:37 +0000 (17:03 +0200)]
[RELEASE] OpenERP 5.0.13

bzr revid: stephane@openerp.com-20100903150337-emksqhmdz8955l4w

13 years ago[FIX] Sale : Progressbar for picking should show accurate result in cases of partial... 5.0.13-addons 5.0.14-addons
Jay (OpenERP) [Fri, 3 Sep 2010 14:48:29 +0000 (20:18 +0530)]
[FIX] Sale : Progressbar for picking should show accurate result in cases of partial/complete pickings

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

bzr revid: jvo@tinyerp.com-20100903144829-286vtd19nte60fb8

13 years ago[FIX] read() should never return [] if fields are not empty
Jay (OpenERP) [Fri, 3 Sep 2010 13:06:06 +0000 (18:36 +0530)]
[FIX] read() should never return [] if fields are not empty

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

bzr revid: jvo@tinyerp.com-20100903130606-0sc1rftfxns40anw

13 years ago[FIX] Account_followup : Report corrected by putting formatLang for maturity date
Dukai Gábor [Fri, 3 Sep 2010 12:39:55 +0000 (18:09 +0530)]
[FIX] Account_followup : Report corrected by putting formatLang for maturity date

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

bzr revid: jvo@tinyerp.com-20100903123955-cgt8w8zqw4761569

13 years ago[FIX] safe_eval : Replace the unsafe_eval by safe_eval
Stephane Wirtel [Fri, 3 Sep 2010 12:19:54 +0000 (14:19 +0200)]
[FIX] safe_eval : Replace the unsafe_eval by safe_eval

bzr revid: stephane@openerp.com-20100903121954-d2bgp5xvkbhk1j99

13 years ago[FIX] Purchase : Report should show Partner of destination address
js-reynaud,RME(OpenERP) [Fri, 3 Sep 2010 12:05:07 +0000 (17:35 +0530)]
[FIX] Purchase : Report should show Partner of destination address

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

bzr revid: jvo@tinyerp.com-20100903120507-48528lakvwyij0gp

13 years ago[FIX] Remove the tools.debug call
Stephane Wirtel [Fri, 3 Sep 2010 11:22:20 +0000 (13:22 +0200)]
[FIX] Remove the tools.debug call

bzr revid: stephane@openerp.com-20100903112220-2obtgyw8pxge4nrg

13 years ago[IMP] stock.move: backport of 6.0 fix: products reservations should be guarded by...
Olivier Dony [Fri, 3 Sep 2010 10:15:10 +0000 (12:15 +0200)]
[IMP] stock.move: backport of 6.0 fix: products reservations should be guarded by a row-wise WRITE-LOCK to avoid potential duplicate reservations

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

bzr revid: odo@openerp.com-20100903101510-yewsnbme662cofcj

13 years ago[FIX] purchase: Use .get instead of an eval
Stephane Wirtel [Fri, 3 Sep 2010 10:10:26 +0000 (12:10 +0200)]
[FIX] purchase: Use .get instead of an eval

bzr revid: stephane@openerp.com-20100903101026-xkkx4rt0iwv9cmqe

13 years ago[I18N] Update the translations
Stephane Wirtel [Thu, 2 Sep 2010 15:34:46 +0000 (17:34 +0200)]
[I18N] Update the translations

bzr revid: stephane@openerp.com-20100902153446-1f8h2n9o1j0i9q3y