Skip to content

Commit

Permalink
Remove failing domain
Browse files Browse the repository at this point in the history
There is no type in analytic domain
  • Loading branch information
hparfr committed Jul 25, 2019
1 parent 8a30fee commit 77234fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion purchase_request/views/purchase_request_view.xml
Expand Up @@ -310,7 +310,6 @@
</div>
<field name="analytic_account_id"
groups="analytic.group_analytic_accounting"
domain="[('type','not in',('view','template'))]"
attrs="{'readonly': [('is_editable','=', False)]}"/>
<field name="date_required"
attrs="{'readonly': [('is_editable','=', False)]}"/>
Expand Down

0 comments on commit 77234fa

Please sign in to comment.