← Back to team overview

openerp-india team mailing list archive

[Bug 1006352] Re: [6.1] many2many field of osv_memory object organized in database

 

In database all osv_memory object has created table each other.

Such as :

stock_partial_picking
Stock_partial_picking_line

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

Title:
  [6.1] many2many field of osv_memory object organized in database

Status in OpenERP Server:
  New

Bug description:
  
  Any many2many field of osv_memory object has organized in database.

  If you see addons/account/wizard/account_automatic_reconcile.py line 32:
  ...
  'account_ids': fields.many2many('account.account', 'reconcile_account_rel', 'reconcile_id', 'account_id', 'Accounts to Reconcile', domain = [('reconcile','=',1)],),
  ...

  Then check in database, "reconcile_account_rel" table has created.

  I think this is a bug.

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


References