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
Dear all
in account_view.xml I changed the domain filter for account model
instead of
<field name="account_id" domain= "[('type' ,'<& gt;','view' ),('type' ,'<& gt;','consolida tion'), ('company_id', '=', parent. company_ id)]"/>
I don't know if that is the best solution but it works for me