openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #11986
[Bug 1006352] [NEW] [6.1] many2many field of osv_memory object organized in database
Public bug reported:
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.
** Affects: openobject-server
Importance: Undecided
Status: New
--
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
Follow ups
References