← Back to team overview

openerp-india team mailing list archive

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

 

This is not a bug. Since 6.1, osv_memory has been renamed in
TransientModel (although 'osv_memory' has been retained for backward
compatibility). TransientModel (and thus osv_memory) are no more
implemented in memory-only records, but instead re-use the Model (i.e.
osv) implementation.

** Changed in: openobject-server
       Status: New => Invalid

-- 
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:
  Invalid

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