← Back to team overview

openerp-india team mailing list archive

[Bug 1317529] [NEW] Manual reconcile is not multi-company aware

 

Public bug reported:

How to reproduce
- create two companies A and B
- create a partner P with no company_id, so the partner is shared by all companies
- create a non admin user U and sets its preferences to company A
- from now on, use user U, not admin
- create invoices and unreconciled payments for partner P on company A
- go to Manual Reconcile and view entries to reconcile for partner P
- now change the user preference to company B
- go to Manual Reconcile and view entries to reconcile: the partner P is proposed in the list of partners to reconcile but no entries are visible

This is due to the query in list_partners_to_reconcile() in
account/account_move_line.py which is not multi-company aware.

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1317529

Title:
  Manual reconcile is not multi-company aware

Status in OpenERP Addons (modules):
  New

Bug description:
  How to reproduce
  - create two companies A and B
  - create a partner P with no company_id, so the partner is shared by all companies
  - create a non admin user U and sets its preferences to company A
  - from now on, use user U, not admin
  - create invoices and unreconciled payments for partner P on company A
  - go to Manual Reconcile and view entries to reconcile for partner P
  - now change the user preference to company B
  - go to Manual Reconcile and view entries to reconcile: the partner P is proposed in the list of partners to reconcile but no entries are visible

  This is due to the query in list_partners_to_reconcile() in
  account/account_move_line.py which is not multi-company aware.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1317529/+subscriptions


Follow ups

References