odoo/odoo.git
12 years agoLaunchpad automatic translations update. 6.0.4-addons
Launchpad Translations on behalf of openerp [Thu, 8 Mar 2012 05:09:37 +0000 (05:09 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120307054852-jn6212a6zo9by0pm
bzr revid: launchpad_translations_on_behalf_of_openerp-20120308050937-km6vxpdlgx34d12w

12 years ago[RELEASE] OpenERP 6.0.4 6.0.4-server
Xavier ALT [Wed, 7 Mar 2012 23:59:45 +0000 (00:59 +0100)]
[RELEASE] OpenERP 6.0.4

bzr revid: xal@openerp.com-20120307235945-kl6lrnque4g3wv1v

12 years ago[MERGE] publisher warranty stats
Xavier ALT [Wed, 7 Mar 2012 15:17:12 +0000 (16:17 +0100)]
[MERGE] publisher warranty stats

bzr revid: xal@openerp.com-20120307151712-2bq4rkie03rsm6gt

12 years ago[BACKPORT] publisher warranty stats
Xavier ALT [Wed, 7 Mar 2012 15:15:53 +0000 (16:15 +0100)]
[BACKPORT] publisher warranty stats

bzr revid: xal@openerp.com-20120307151553-elcp4xkcab60opck

12 years ago[REVERT] previous commit cause failure in runbot
Jean-Christophe VASSORT [Wed, 7 Mar 2012 14:10:09 +0000 (15:10 +0100)]
[REVERT] previous commit cause failure in runbot

bzr revid: jcv@openerp.com-20120307141009-csv57tc06lu78f6i

12 years ago[MERGE] OPW 16988 function fields with multi does not work on osv_memory
Jean-Christophe VASSORT [Wed, 7 Mar 2012 12:30:14 +0000 (13:30 +0100)]
[MERGE] OPW 16988 function fields with multi does not work on osv_memory

bzr revid: jcv@openerp.com-20120307123014-wymjy2c4v1nz0xfh

12 years ago[MERGE] OPW 441976 Problem with the read method in base/res_currency
Jean-Christophe VASSORT [Wed, 7 Mar 2012 11:34:37 +0000 (12:34 +0100)]
[MERGE] OPW 441976  Problem with the read method in base/res_currency

When an Integer 'ids' is supplied as parameter of read() method, a
traceback is caused because a dict will be return by the execution
of next statement(when passed 'ids' as integer) that is
'res=super(osv.osv, self).read(cr, user, ids, fields, context, load)'
whereas a list of dict is expected to execute the code within next
looping statement.

bzr revid: jcv@openerp.com-20120307113437-3x13fwg8ltdfrh0d

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 7 Mar 2012 05:48:23 +0000 (05:48 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120307054823-5u0upmlkgslp8j0z

12 years ago[MERGE] OPW 381524 - on picking invoicing, do not invoice scrapped products
Xavier ALT [Tue, 6 Mar 2012 15:50:32 +0000 (16:50 +0100)]
[MERGE] OPW 381524 - on picking invoicing, do not invoice scrapped products

bzr revid: xal@openerp.com-20120306155032-tstgulwdv8i4wg5v

12 years ago[FIX] stock: picking invoice: do not invoice scrapped products (simply code)
Xavier ALT [Tue, 6 Mar 2012 15:45:36 +0000 (16:45 +0100)]
[FIX] stock: picking invoice: do not invoice scrapped products (simply code)

bzr revid: xal@openerp.com-20120306154536-vs5kaxsuyh7l6lqo

12 years ago[MERGE] OPW 18001: l10n_ch: create_date wizard was not saving file inside wizard
Xavier ALT [Tue, 6 Mar 2012 14:26:19 +0000 (15:26 +0100)]
[MERGE] OPW 18001: l10n_ch: create_date wizard was not saving file inside wizard

bzr revid: xal@openerp.com-20120306142619-6gz97mg0nrgwcimb

12 years ago[MERGE] OPW 18001: do not lock-out user when payment.order is 'done', allow it to...
Xavier ALT [Tue, 6 Mar 2012 14:00:39 +0000 (15:00 +0100)]
[MERGE] OPW 18001: do not lock-out user when payment.order is 'done', allow it to cancel it

  - When 'Payment Order' is in 'done' state, the workflow is frozen and the
    user is unable to cancel it (required in case bank refuse the payment).
    This allow to cancel the payment order except when some lines are already
    imported in a bank statement (i.e payment done bank-side: modification
    forbidden).

bzr revid: xal@openerp.com-20120306140039-5r8l3xrzbaq70xev

12 years ago[FIX] account_payment: improve error message and do not freeze workflow on 'done...
Xavier ALT [Tue, 6 Mar 2012 13:58:27 +0000 (14:58 +0100)]
[FIX] account_payment: improve error message and do not freeze workflow on 'done' state

bzr revid: xal@openerp.com-20120306135827-uo4xpkjcnpf7su7k

12 years ago[MERGE] OPW 51189 - on invoice 'refund', keep original salesman and fiscal position
Xavier ALT [Tue, 6 Mar 2012 13:26:05 +0000 (14:26 +0100)]
[MERGE] OPW 51189 - on invoice 'refund', keep original salesman and fiscal position

bzr revid: xal@openerp.com-20120306132605-sccngzpqyab9ry8j

12 years ago[MERGE] OPW 51075 - account.move.line: reconcile_partial() error msg when lines are...
Xavier ALT [Tue, 6 Mar 2012 12:36:12 +0000 (13:36 +0100)]
[MERGE] OPW 51075 - account.move.line: reconcile_partial() error msg when lines are already reconciled

bzr revid: xal@openerp.com-20120306123612-uk96sxe4z8iub6z2

12 years ago[MERGE] OPW 279130 - translate errors raised inside product_id_change (sale/purchase...
Xavier ALT [Tue, 6 Mar 2012 11:50:07 +0000 (12:50 +0100)]
[MERGE] OPW 279130 - translate errors raised inside product_id_change (sale/purchase) dep. on user lang., not partner lang.

bzr revid: xal@openerp.com-20120306115007-r7lxlt2qn10ugmji

12 years ago[MERGE] OPW 382063 - account fiscal year closing: fix default date in opening entries
Xavier ALT [Tue, 6 Mar 2012 11:10:32 +0000 (12:10 +0100)]
[MERGE] OPW 382063 - account fiscal year closing: fix default date in opening entries

bzr revid: xal@openerp.com-20120306111032-5egpdu6ey96w8z1i

12 years ago[FIX] sale, purchase: little improvement for arguments
Rifakat (OpenERP) [Tue, 6 Mar 2012 10:24:05 +0000 (15:54 +0530)]
[FIX] sale, purchase: little improvement for arguments

bzr revid: rha@tinyerp.com-20120306102405-q8etxh9kyjoyu8h6

12 years ago[MERGE] OPW 16328 - do not request write off when generating fy opening entries
Xavier ALT [Tue, 6 Mar 2012 09:33:55 +0000 (10:33 +0100)]
[MERGE] OPW 16328 - do not request write off when generating fy opening entries

bzr revid: xal@openerp.com-20120306093355-dr53kseotagn1dh9

12 years ago[MERGE] OPW 50627 Issue with act_window
Jean-Christophe VASSORT [Fri, 2 Mar 2012 15:46:02 +0000 (16:46 +0100)]
[MERGE] OPW 50627 Issue with act_window

related to this bug: https://bugs.launchpad.net/openobject-addons/+bug/708467

To reproduce the issue:

1 Create a new database with demo and sale module
2. Open Menu Sale/Address Book/Customers
3. Search Agrolait and open it
4. Click on Sales (link)
5. You must see 2 sales
6. Create new sale order
7. The customer field is empty (should have Agrolait)

This happens with all act_windows.

bzr revid: jcv@openerp.com-20120302154602-o0qlm7kdtj659aq1

12 years ago[MERGE] OPW 381848 - search_default filter not working for purchase requisition
Xavier ALT [Fri, 2 Mar 2012 14:27:07 +0000 (15:27 +0100)]
[MERGE] OPW 381848 - search_default filter not working for purchase requisition

bzr revid: xal@openerp.com-20120302142707-1cx6ni8kem0wevml

12 years ago[MERGE] OPW 381937 - stock: product valuation having a price of 0 should be 0, not 1
Xavier ALT [Fri, 2 Mar 2012 13:13:03 +0000 (14:13 +0100)]
[MERGE] OPW 381937 - stock: product valuation having a price of 0 should be 0, not 1

bzr revid: xal@openerp.com-20120302131303-8uddsftpd6abh6qr

12 years ago[FIX] account move entry should be created with 0.0 value when cost price is 0.0
ado [Fri, 2 Mar 2012 12:01:44 +0000 (17:31 +0530)]
[FIX] account move entry should be created with 0.0 value when cost price is 0.0

bzr revid: ado@tinyerp.com-20120302120144-y1vttony6y3u224l

12 years ago[FIX] account move entry should be created with 0.0 value when cost price is 0.0
ado [Fri, 2 Mar 2012 10:21:21 +0000 (15:51 +0530)]
[FIX] account move entry should be created with 0.0 value when cost price is 0.0

bzr revid: ado@tinyerp.com-20120302102121-tjkllsh7naa31nma

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 2 Mar 2012 04:57:02 +0000 (04:57 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120225053517-wmauo5s1kl4rceut
bzr revid: launchpad_translations_on_behalf_of_openerp-20120226050851-3hah7fb7tmvmhlv7
bzr revid: launchpad_translations_on_behalf_of_openerp-20120227051540-qyf01c7c6jvslsxl
bzr revid: launchpad_translations_on_behalf_of_openerp-20120228060822-4kc1qrzu4c8nf54a
bzr revid: launchpad_translations_on_behalf_of_openerp-20120229045825-x8211mpm50qe85gt
bzr revid: launchpad_translations_on_behalf_of_openerp-20120301051332-lrgfpnzu8esn96w4
bzr revid: launchpad_translations_on_behalf_of_openerp-20120302045702-tasalpywak0sq9js

12 years ago[MERGE] OPW 56037: make sure res.log context is not bigger than field size (250 chars)
Xavier ALT [Wed, 29 Feb 2012 12:26:09 +0000 (13:26 +0100)]
[MERGE] OPW 56037: make sure res.log context is not bigger than field size (250 chars)

bzr revid: xal@openerp.com-20120229122609-a19ox62555becz02

12 years ago[REVERT] r3591: causing problem to install some modules
Xavier ALT [Wed, 29 Feb 2012 12:03:35 +0000 (13:03 +0100)]
[REVERT] r3591: causing problem to install some modules

bzr revid: xal@openerp.com-20120229120335-8r9qap8m432crv09

12 years ago[FIX] res.log: make sure create context size if not bigger that field size
Xavier ALT [Wed, 29 Feb 2012 11:36:09 +0000 (12:36 +0100)]
[FIX] res.log: make sure create context size if not bigger that field size

bzr revid: xal@openerp.com-20120229113609-7jjsv660j5y61mg9

12 years ago[FIX] res_currency: When passed integer 'ids' as parameter to read() of res_currency...
Ravi Gohil (Open ERP) [Wed, 29 Feb 2012 10:45:15 +0000 (16:15 +0530)]
[FIX] res_currency: When passed integer 'ids' as parameter to read() of res_currency instead of 'ids' as list, traceback is caused(Maintenance Case : 441976)

bzr revid: rgo@tinyerp.com-20120229104515-bp66d657fnwknexr

12 years ago[FIX] filter user context and client specific value from res.log context
Xavier ALT [Tue, 28 Feb 2012 15:25:08 +0000 (16:25 +0100)]
[FIX] filter user context and client specific value from res.log context

 - We do not want to store user context (lang, timezone) and openerp client
   specific values (bin_size, client, _terp_view_name) as those value will
   be updated anyway (depending on user/client settings) when user access
   an res.log item.

bzr revid: xal@openerp.com-20120228152508-5hjiqmezl2j6wbct

12 years ago[REVERT] r3583: revert back res.log context field to fields.char(size=255)
Xavier ALT [Tue, 28 Feb 2012 11:12:15 +0000 (12:12 +0100)]
[REVERT] r3583: revert back res.log context field to fields.char(size=255)

bzr revid: xal@openerp.com-20120228111215-ldpfujaxii0ovmrb

12 years ago[FIX] res_currency: When passed integer 'ids' as parameter to read() of res_currency...
Ravi Gohil (Open ERP) [Tue, 28 Feb 2012 10:39:54 +0000 (16:09 +0530)]
[FIX] res_currency: When passed integer 'ids' as parameter to read() of res_currency instead of 'ids' as list, traceback is caused(Maintenance Case : 441976)

bzr revid: rgo@tinyerp.com-20120228103954-2gx0yrnvbjy59q6m

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 28 Feb 2012 06:07:39 +0000 (06:07 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120225053450-6g2npquxxknaxcsr
bzr revid: launchpad_translations_on_behalf_of_openerp-20120228060739-fnyp2o0xojd5hawg

12 years ago[MERGE] OPW 381612
Xavier ALT [Fri, 24 Feb 2012 16:33:45 +0000 (17:33 +0100)]
[MERGE] OPW 381612

bzr revid: xal@openerp.com-20120224163345-zgdkxp17glcfhuu3

12 years ago[MERGE] resubmit OPW 383649
Xavier ALT [Fri, 24 Feb 2012 15:48:17 +0000 (16:48 +0100)]
[MERGE] resubmit OPW 383649

bzr revid: xal@openerp.com-20120224154817-m64kg3tizs0scp7e

12 years ago[FIX] OPW 383640: reduce move, partner, desc column size on journal report to avoid...
Xavier ALT [Fri, 24 Feb 2012 14:50:00 +0000 (15:50 +0100)]
[FIX] OPW 383640: reduce move, partner, desc column size on journal report to avoid overlap

bzr revid: xal@openerp.com-20120224145000-7b43jdbbm9735im2

12 years ago[MERGE] OPW 19972
Xavier ALT [Fri, 24 Feb 2012 14:22:06 +0000 (15:22 +0100)]
[MERGE] OPW 19972

bzr revid: xal@openerp.com-20120224142206-arzi85zkuda0g418

12 years ago[MERGE] OPW 383510
Xavier ALT [Fri, 24 Feb 2012 14:14:41 +0000 (15:14 +0100)]
[MERGE] OPW 383510

bzr revid: xal@openerp.com-20120224141441-ey7t04rpz23t05h8

12 years ago[MERGE] OPW 57602
Xavier ALT [Fri, 24 Feb 2012 14:09:26 +0000 (15:09 +0100)]
[MERGE] OPW 57602

bzr revid: xal@openerp.com-20120224140926-h5arpvh551ux3u23

12 years ago[FIX] osv: small imp for if condition
Rifakat (OpenERP) [Fri, 24 Feb 2012 13:12:20 +0000 (18:42 +0530)]
[FIX] osv: small imp for if condition

bzr revid: rha@tinyerp.com-20120224131220-xy7cufigwqpk4mnc

12 years ago[FIX] purchase: fix the problem for invoice while delivery order
Rifakat (OpenERP) [Fri, 24 Feb 2012 12:55:01 +0000 (18:25 +0530)]
[FIX] purchase: fix the problem for invoice while delivery order

bzr revid: rha@tinyerp.com-20120224125501-av56ujhkyqv1tm79

12 years ago[MERGE] OPW 18123
Jean-Christophe VASSORT [Fri, 24 Feb 2012 12:51:45 +0000 (13:51 +0100)]
[MERGE] OPW 18123

bzr revid: jcv@openerp.com-20120224125145-9xmoz6kmq9ig6eh1

12 years ago[FIX] Dependancies loop executes when you install a new module
ado [Fri, 24 Feb 2012 12:46:59 +0000 (18:16 +0530)]
[FIX] Dependancies loop executes when you install a new module

bzr revid: ado@tinyerp.com-20120224124659-79pbrylvpgrerx4v

12 years ago[FIX] Dependancies loop executes when you install a new module
ado [Fri, 24 Feb 2012 12:08:17 +0000 (17:38 +0530)]
[FIX] Dependancies loop executes when you install a new module

bzr revid: ado@tinyerp.com-20120224120817-xjr73fdsj88qsm40

12 years ago[MERGE] OPW 17833: System does not take into account the currency of the pricelist...
Jean-Christophe VASSORT [Fri, 24 Feb 2012 10:09:42 +0000 (11:09 +0100)]
[MERGE] OPW 17833: System does not take into account the currency of the pricelist if base price is 'Partner section in product form'

bzr revid: jcv@openerp.com-20120224100942-v5o8lozap85kjsdg

12 years ago[MERGE] OPW 18390
Xavier ALT [Fri, 24 Feb 2012 10:04:28 +0000 (11:04 +0100)]
[MERGE] OPW 18390

bzr revid: xal@openerp.com-20120224100428-93bfa0j0hpoz35eg

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 24 Feb 2012 05:08:43 +0000 (05:08 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120222062431-7m9jmt3jyt470zg3
bzr revid: launchpad_translations_on_behalf_of_openerp-20120223050111-ardvw47kpsucejpr
bzr revid: launchpad_translations_on_behalf_of_openerp-20120224050843-5k37rqmrc9du3til

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 22 Feb 2012 05:10:57 +0000 (05:10 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120217052441-bowbmdqc4dg2s608
bzr revid: launchpad_translations_on_behalf_of_openerp-20120218052731-7zxk938b30m690z5
bzr revid: launchpad_translations_on_behalf_of_openerp-20120221061614-1bvwtwoykhhe8u8i
bzr revid: launchpad_translations_on_behalf_of_openerp-20120222051057-pq85rmii2bf25737

12 years ago[REVERT] revert r5086, broke sale tests
Xavier ALT [Tue, 21 Feb 2012 19:16:22 +0000 (20:16 +0100)]
[REVERT] revert r5086, broke sale tests

bzr revid: xal@openerp.com-20120221191622-cdcec6snphj5ur9u

12 years ago[MERGE] opw 51169
Jean-Christophe VASSORT [Tue, 21 Feb 2012 16:39:18 +0000 (17:39 +0100)]
[MERGE] opw 51169

bzr revid: jcv@openerp.com-20120221163918-lk8xfaa00djaz3el

12 years ago[MERGE] opw 55403: stock wizard: Precision of Average Unit Cost in Picking Processing
Jean-Christophe VASSORT [Tue, 21 Feb 2012 15:24:32 +0000 (16:24 +0100)]
[MERGE] opw 55403: stock wizard: Precision of Average Unit Cost in Picking Processing

bzr revid: jcv@openerp.com-20120221152432-03majoi5ci7ydko7

12 years ago[FIX] account_voucher: improvement for checking length of move_lines while creating...
Rifakat (OpenERP) [Tue, 21 Feb 2012 12:09:58 +0000 (17:39 +0530)]
[FIX] account_voucher: improvement for checking  length of move_lines while creating partial reconcilation

bzr revid: rha@tinyerp.com-20120221120958-00grldviwws254z0

12 years ago[MERGE] OPW 20038 account:[FIX] : Bold text in Balance Sheet Report
Jean-Christophe VASSORT [Tue, 21 Feb 2012 11:42:18 +0000 (12:42 +0100)]
[MERGE] OPW 20038 account:[FIX] : Bold text in Balance Sheet Report

In Balance Sheet report of Account module, The Font display in Bold and Normal mode seems to be incorrect in both landscape and normal view.

bzr revid: jcv@openerp.com-20120221114218-jnjqbcu02al7ekpj

12 years ago[MERGE] OPW 51172
Xavier ALT [Tue, 21 Feb 2012 11:37:59 +0000 (12:37 +0100)]
[MERGE] OPW 51172

bzr revid: xal@openerp.com-20120221113759-0v5sv8qcpsergeml

12 years ago[MERGE] OPW 52676
Xavier ALT [Tue, 21 Feb 2012 11:24:31 +0000 (12:24 +0100)]
[MERGE] OPW 52676

bzr revid: xal@openerp.com-20120221112431-hu08wz4681wb530w

12 years ago[FIX] hr_holidays borken test case on report generation
Xavier ALT [Tue, 21 Feb 2012 11:21:49 +0000 (12:21 +0100)]
[FIX] hr_holidays borken test case on report generation

bzr revid: xal@openerp.com-20120221112149-9c8u46qxq1s0qqsr

12 years ago[IMP] account_voucher: optimized code
Rifakat (OpenERP) [Tue, 14 Feb 2012 12:39:21 +0000 (18:09 +0530)]
[IMP] account_voucher: optimized code

bzr revid: rha@tinyerp.com-20120214123921-lo718nx2pojl70yc

12 years ago[FIX] fix needed for opw 51206. Is linked to a server fix for csv import
olt@tinyerp.com [Tue, 14 Feb 2012 08:10:02 +0000 (09:10 +0100)]
[FIX] fix needed for opw 51206. Is linked to a server fix for csv import

bzr revid: olt@tinyerp.com-20120214081002-991gs3eua8dsn2hl

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 14 Feb 2012 06:24:15 +0000 (06:24 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120214062415-030cuk6vmeqc2qhj

12 years ago[MERGE]
Najlaâ [Mon, 13 Feb 2012 16:21:45 +0000 (17:21 +0100)]
[MERGE]

bzr revid: nel@tinyerp.com-20120213162145-j91bf9xk76202gvr

12 years ago[MERGE]
Najlaâ [Mon, 13 Feb 2012 14:57:46 +0000 (15:57 +0100)]
[MERGE]

bzr revid: nel@tinyerp.com-20120213145746-w8z1ruqwr6v6e9ps

12 years ago[FIX] mess up relation filled in picking wizard + solve key error 'wizard_pick_id...
tfr@openerp.com [Mon, 13 Feb 2012 14:27:20 +0000 (15:27 +0100)]
[FIX] mess up relation filled in picking wizard + solve key error 'wizard_pick_id', this error is due to the implementation of the read for one2many field in osv_memory, if a field in osv_memory is never written, the key is not present in the dict (representation of osv_memory) then we get the error key Error,
the workarount is defining default value for missing key (fields) in the osv_memory during the read, the correct fix should be done in the orm

bzr revid: tfr@openerp.com-20120213142720-x16a4l5i29i86qop

12 years ago[REVERT] 5050
tfr@openerp.com [Mon, 13 Feb 2012 13:15:55 +0000 (14:15 +0100)]
[REVERT] 5050

bzr revid: tfr@openerp.com-20120213131555-91fjiuxh26rz89wg

12 years ago[FIX] OPW 17161 : don't use the same relational field for two different osv_memory...
tfr@openerp.com [Mon, 13 Feb 2012 12:11:16 +0000 (13:11 +0100)]
[FIX] OPW 17161 : don't use the same relational field for two different osv_memory, avoid to mess up 'foreign key'

bzr revid: tfr@openerp.com-20120213121116-2xd3xk2q9197sbux

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 13 Feb 2012 05:12:12 +0000 (05:12 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120211054609-yehvfhxhsu9ulzcj
bzr revid: launchpad_translations_on_behalf_of_openerp-20120212050345-vjtlemal1b6fuj4n
bzr revid: launchpad_translations_on_behalf_of_openerp-20120213051212-ari3100fu43bvcj4

12 years ago[MERGE] opw 18200 : don't erase unit price when erasing the product in invoice line
tfr@openerp.com [Fri, 10 Feb 2012 17:06:29 +0000 (18:06 +0100)]
[MERGE] opw 18200 : don't erase unit price when erasing the product in invoice line

bzr revid: tfr@openerp.com-20120210170629-wzavkis8wxelsz0h

12 years ago[FIX] opw 382100
olt@tinyerp.com [Fri, 10 Feb 2012 15:32:50 +0000 (16:32 +0100)]
[FIX] opw 382100

bzr revid: olt@tinyerp.com-20120210153250-gp83r68bkk2nohyv

12 years ago[MERGE] fix opw issue 56037 : res.log context need to allow more the 250 char
tfr@openerp.com [Fri, 10 Feb 2012 10:09:20 +0000 (11:09 +0100)]
[MERGE] fix opw issue 56037 : res.log context need to allow more the 250 char

bzr revid: tfr@openerp.com-20120210100920-fcbah41cmldmevw4

12 years ago[FIX] account_voucher: little corretion for set of invoice_ids to for faster execution
Rifakat (OpenERP) [Fri, 10 Feb 2012 05:40:10 +0000 (11:10 +0530)]
[FIX] account_voucher: little corretion for set of invoice_ids to for faster execution

bzr revid: rha@tinyerp.com-20120210054010-0gwxidjiswd7gsj2

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 10 Feb 2012 05:13:59 +0000 (05:13 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120210051359-pijki64avabtn1ng

12 years ago[IMP] backport of rev odo@openerp.com-20120202143210-05p1w24t6u77cyv8 of trunk: tools...
Christophe Simonis [Thu, 9 Feb 2012 10:52:03 +0000 (11:52 +0100)]
[IMP] backport of rev odo@openerp.com-20120202143210-05p1w24t6u77cyv8 of trunk: tools.translate: be more lenient and accept standart gettext source annotations

Original commit information:
------------------------------------------------------------
revno: 4002
revision-id: odo@openerp.com-20120202143210-05p1w24t6u77cyv8
parent: xmo@openerp.com-20120131154023-lbxqpdirjk9df694
committer: Olivier Dony <odo@openerp.com>
branch nick: trunk
timestamp: Thu 2012-02-02 15:32:10 +0100
message:
  [IMP] tools.translate: be more lenient and accept standart gettext source annotations

   The GetText spec says that PO auto-comments indicating
    the source location have this form:
     #: /path/to/file:lineno
    However OpenERP's POT export system defaults to a modified
    version of this format with an extra 'type' field:
     #: type:/path/to/file:lineno
    The babel extractors we use for openerp-web's translations
    have the GetText format hardcoded, so it's a good idea
    to be more lenient and allow the standards annotations too.
    We can use a default 'code' type for such cases.

    For openerp-web translations the type does not matter,
    as the translations will be directly loaded by the
    web engine from the PO files and served in Javascript
   to the browser, with no typing needed.

    This patch simply avoids failing to parse updated PO files
    that will contain standard GetText annotations for the
    openerp-web related terms.

bzr revid: chs@openerp.com-20120209105203-7y9busughofi65vf

12 years ago[FIX] web_uservoice: Fix the reference about the translation
Stephane Wirtel [Thu, 9 Feb 2012 10:09:28 +0000 (11:09 +0100)]
[FIX] web_uservoice: Fix the reference about the translation

bzr revid: stw@openerp.com-20120209100928-rbscvmmho1kymsjr

12 years ago[FIX] ir_values: revert r3568: caused a crash when creating a new purchase.order
olt@tinyerp.com [Thu, 9 Feb 2012 08:53:51 +0000 (09:53 +0100)]
[FIX] ir_values: revert r3568: caused a crash when creating a new purchase.order

bzr revid: olt@tinyerp.com-20120209085351-c7s0p221nqfz20gr

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 9 Feb 2012 07:35:42 +0000 (07:35 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120209073542-opzaibp1dlc2uart

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 9 Feb 2012 07:35:07 +0000 (07:35 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120128051409-edj9vpp629twl2u9
bzr revid: launchpad_translations_on_behalf_of_openerp-20120204060425-t5rr37n4gm0xwjf4
bzr revid: launchpad_translations_on_behalf_of_openerp-20120208064542-76154cqwhkuur0p7
bzr revid: launchpad_translations_on_behalf_of_openerp-20120209073507-atunyysr7w3eba7l

12 years ago[FIX] account_voucher: account vocher unreconcilation problem
<hbto> [Thu, 9 Feb 2012 07:28:15 +0000 (12:58 +0530)]
[FIX] account_voucher: account vocher unreconcilation problem

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

bzr revid: rha@tinyerp.com-20120209072815-wkfc3imxot6la15h

12 years ago[MERGE]
Najlaâ [Wed, 8 Feb 2012 10:20:15 +0000 (11:20 +0100)]
[MERGE]

bzr revid: nel@tinyerp.com-20120208102015-mazyri2jrpjk0g19

12 years ago[FIX] account_voucher: small fix for pool reference
Rifakat (OpenERP) [Wed, 8 Feb 2012 09:21:51 +0000 (14:51 +0530)]
[FIX] account_voucher: small fix for pool  reference

bzr revid: rha@tinyerp.com-20120208092151-or4r2jb0zwc2qtj7

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 8 Feb 2012 07:49:54 +0000 (07:49 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120208074954-xpjmniz57wcsoho1

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 6 Feb 2012 05:03:43 +0000 (05:03 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120203061941-y2ixj0q1rgpcsmtt
bzr revid: launchpad_translations_on_behalf_of_openerp-20120204060510-tb06ey9o9nw0ucwu
bzr revid: launchpad_translations_on_behalf_of_openerp-20120205050821-z1naev23qluynwie
bzr revid: launchpad_translations_on_behalf_of_openerp-20120206050343-8s3m7o7l98u6br39

12 years ago[FIX] account: added missing date on fiscalyear closure wizard,backported from trunk...
Meera Trambadia (OpenERP) [Fri, 3 Feb 2012 10:12:23 +0000 (15:42 +0530)]
[FIX] account: added missing date on fiscalyear closure wizard,backported from trunk addons revison:6379

bzr revid: mtr@tinyerp.com-20120203101223-q9wyta6609pfh3s1

12 years ago[FIX] opw 50985
olt@tinyerp.com [Thu, 2 Feb 2012 13:03:27 +0000 (14:03 +0100)]
[FIX] opw 50985

bzr revid: olt@tinyerp.com-20120202130327-ycvj08qx4yenwveu

12 years ago[FIX] opw 50985
olt@tinyerp.com [Thu, 2 Feb 2012 13:01:35 +0000 (14:01 +0100)]
[FIX] opw 50985

bzr revid: olt@tinyerp.com-20120202130135-znzd2vrqsuk3o0r9

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 2 Feb 2012 06:19:53 +0000 (06:19 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120202061953-69egqcylzla0eil3

12 years ago[FIX] thunderbird compatible with 9.0.1
tfr@openerp.com [Wed, 1 Feb 2012 15:42:18 +0000 (16:42 +0100)]
[FIX] thunderbird compatible with 9.0.1

bzr revid: tfr@openerp.com-20120201154218-njvk1cqatvbian3t

12 years ago[FIX]account_voucher: partial payments went away when doing partial recincilation
Rifakat (OpenERP) [Wed, 1 Feb 2012 08:25:02 +0000 (13:55 +0530)]
[FIX]account_voucher: partial payments went away when doing partial recincilation

bzr revid: rha@tinyerp.com-20120201082502-zw9icqry4u5946bj

12 years ago[FIX]account_voucher: partial payments went away when doing partial recincilation
Rifakat (OpenERP) [Wed, 1 Feb 2012 08:00:00 +0000 (13:30 +0530)]
[FIX]account_voucher: partial payments went away when doing partial recincilation

bzr revid: rha@tinyerp.com-20120201080000-y88in0okr4q2y4uc

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 1 Feb 2012 05:18:35 +0000 (05:18 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120201051835-92k8belhilmg360l

12 years ago[MERGE]
Najlaâ [Tue, 31 Jan 2012 12:45:11 +0000 (13:45 +0100)]
[MERGE]

bzr revid: nel@tinyerp.com-20120131124511-5ev3y9lx56ld8499

12 years ago[MERGE]
Najlaâ [Tue, 31 Jan 2012 11:03:20 +0000 (12:03 +0100)]
[MERGE]

bzr revid: nel@tinyerp.com-20120131110320-co4qfoeqaibip3pt

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 31 Jan 2012 06:41:53 +0000 (06:41 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120131064153-rt7j7jrqw2cvtwon

12 years ago[MERGE]
Najlaâ [Mon, 30 Jan 2012 12:29:36 +0000 (13:29 +0100)]
[MERGE]

bzr revid: nel@tinyerp.com-20120130122936-bnf530hdi8bf1hjp

12 years ago[FIX] account_voucher: partial reconcile disappears when we cancel partial payments
Rifakat (OpenERP) [Mon, 30 Jan 2012 07:18:41 +0000 (12:48 +0530)]
[FIX] account_voucher: partial reconcile disappears when we cancel partial payments

bzr revid: rha@tinyerp.com-20120130071841-drpn0k3k8hdnrdyk

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 30 Jan 2012 05:02:48 +0000 (05:02 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120124065705-sl0zhct2ew0uzw6k
bzr revid: launchpad_translations_on_behalf_of_openerp-20120125054035-svc3a8y418xfjqw8
bzr revid: launchpad_translations_on_behalf_of_openerp-20120126054016-9i3ratoz85ctay0r
bzr revid: launchpad_translations_on_behalf_of_openerp-20120127054023-zogs5jwprjhip0ym
bzr revid: launchpad_translations_on_behalf_of_openerp-20120128051539-67leh559c15nphur
bzr revid: launchpad_translations_on_behalf_of_openerp-20120129052958-r7aa6swiytu05fil
bzr revid: launchpad_translations_on_behalf_of_openerp-20120130050248-d6ob541vx4iz0y8q

12 years agoreverted patch for 'opw 51026'
olt@tinyerp.com [Fri, 27 Jan 2012 09:32:59 +0000 (10:32 +0100)]
reverted patch for 'opw 51026'

bzr revid: olt@tinyerp.com-20120127093259-8drboimgtrpyp50m

12 years ago[MERGE] opw 5801
olt@tinyerp.com [Fri, 27 Jan 2012 09:02:49 +0000 (10:02 +0100)]
[MERGE] opw 5801

bzr revid: olt@tinyerp.com-20120127090249-919qxtfbjhdwj4in

12 years ago[MERGE] opw 50831
olt@tinyerp.com [Fri, 27 Jan 2012 08:48:07 +0000 (09:48 +0100)]
[MERGE] opw 50831

bzr revid: olt@tinyerp.com-20120127084807-br1qcn5lyhbn5vqn

12 years ago[MERGE] opw 51093
olt@tinyerp.com [Fri, 27 Jan 2012 08:28:58 +0000 (09:28 +0100)]
[MERGE] opw 51093

bzr revid: olt@tinyerp.com-20120127082858-9ugz6ikcqkmzid6q

12 years ago[MERGE] opw 51026
olt@tinyerp.com [Fri, 27 Jan 2012 07:55:46 +0000 (08:55 +0100)]
[MERGE] opw 51026

bzr revid: olt@tinyerp.com-20120127075546-wlf51c967reolndk

12 years ago[FIX] purchase_requisition: fixed filters for purchase_requisition
Rifakat (OpenERP) [Wed, 25 Jan 2012 12:06:08 +0000 (17:36 +0530)]
[FIX] purchase_requisition: fixed filters for purchase_requisition

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

bzr revid: rha@tinyerp.com-20120125120608-79r9am66adxrjxlt