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

Created by Pinakin Nayi (OpenERP) and last modified
Get this branch:
bzr branch lp:~openerp-dev/openobject-addons/7.0-opw-596067-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

9345. By Pinakin Nayi (OpenERP)

[FIX]l10n_be_invoice_bba : change compare algorithm so its compare on invoice type

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.

9340. By Denis Ledoux (OpenERP)

[FIX]auth_crypt: was storing password when passsing by res.users create, like auth_signup

9339. By Denis Ledoux (OpenERP)

[FIX]auth_crypt: check_credentials checking if there is a password stored, if not, not trying to crypt anything and raise

9338. By Denis Ledoux (OpenERP)

[FIX]stock: wizard stock change qty, object_reference return an integer and not a browse record

9337. By Denis Ledoux (OpenERP)

[FIX]auth_ldap: remove base_crypt warning from manifest

9336. By Denis Ledoux (OpenERP)

[FIX]auth_ldap: now using check_credentials instead of check

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