lp:~openerp-dev/openobject-addons/7.0-opw-595832-pna

Created by Pinakin Nayi (OpenERP) and last modified
Get this branch:
bzr branch lp:~openerp-dev/openobject-addons/7.0-opw-595832-pna
Members of OpenERP R&D Team can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
OpenERP R&D Team
Project:
Odoo Addons (MOVED TO GITHUB)
Status:
Development

Recent revisions

9350. By Pinakin Nayi (OpenERP)

[IMP]stock: nit code as there is no need to browse record

9349. By Pinakin Nayi (OpenERP)

[FIX]stock : improve sequence gap on delivery order

9348. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

9347. By Martin Trigaux (OpenERP)

[FIX] l10n_be_invoice_bba: add copy method to invoice to generate a new bba comunication when duplicating, courtesy of Peter Langenberg (Agaplan)

9346. By Martin Trigaux (OpenERP)

[FIX] account: use dateformat instead of datetime for date objects

9345. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

9344. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

9343. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

9342. By Martin Trigaux (OpenERP)

[FIX] account_voucher: evaluate move line account with correct precision

This bug may have generated incorrect account_voucher_line when validating a voucher with amount less than 1. This patch will avoid reproducing the problem on new lines but not fix already existing vouchers. To do so apply the following steps:

1. apply this patch
2. do a manual reconciliation of the account.move.lines with amount less than 1 (use the manual reconciliation menu to see every line, included 0-0 lines)
3. execute the following SQL query

DELETE FROM account_voucher_line WHERE id IN (SELECT l.id FROM account_voucher_line AS l JOIN account_voucher AS v ON (v.id = l.voucher_id) JOIN account_move_line AS ml ON (l.move_line_id = ml.id) WHERE l.amount = 0 AND v.state = 'draft' AND ml.debit = ml.credit AND ml.credit = 0);

that will remove account voucher lines from draft vouchers linked to an empty move lines

9341. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:openobject-addons
This branch contains Public information 
Everyone can see this information.

Subscribers