openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #11452
[Bug 999315] Re: Cannot create a recurring model in accounting
Dear all
in account_view.xml I changed the domain filter for account model
<field name="account_id"
domain="[('type','<>','view'),('type','<>','consolidation')]"/>
instead of
<field name="account_id"
domain="[('type','<>','view'),('type','<>','consolidation'),
('company_id', '=', parent.company_id)]"/>
I don't know if that is the best solution but it works for me
--
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/999315
Title:
Cannot create a recurring model in accounting
Status in OpenERP Addons (modules):
Confirmed
Bug description:
6.1
Try to define a Recurring Model, system will not show allow any account on the model line
seems thereis a bug with the domain
Regards
Maurice
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/999315/+subscriptions
References