openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #12106
[Bug 1006352] Re: [6.1] many2many field of osv_memory object organized in database
First i dropped stock_partial_picking table from my database.
And changed super class by TransientModel on stock_partial_picking (addons/stock/stock_partial_picking.py)
Then reupgrade stock module. But stock_partial_picking table has been created on database and storing records in that table.
I don't understand why those memory objects still in databases?
--
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