Comment 1 for bug 999315

Revision history for this message
TeMPO (info-tempo-consulting) wrote :

Dear all

in account_view.xml I changed the domain filter for account model

                    <field name="account_id" domain="[('type','&lt;&gt;','view'),('type','&lt;&gt;','consolidation')]"/>

instead of

<field name="account_id" domain="[('type','&lt;&gt;','view'),('type','&lt;&gt;','consolidation'), ('company_id', '=', parent.company_id)]"/>

I don't know if that is the best solution but it works for me