Skip to content

Commit

Permalink
[FIX] No account type on analytic account.
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienpeiffer committed Oct 25, 2016
1 parent e381de4 commit c6ef362
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 @@ -100,7 +100,6 @@
</div>
<field name="analytic_account_id"
groups="analytic.group_analytic_accounting"
domain="[('account_type','=','normal')]"
attrs="{'readonly': [('is_editable','=', False)]}"/>
<field name="date_required"
attrs="{'readonly': [('is_editable','=', False)]}"/>
Expand Down

0 comments on commit c6ef362

Please sign in to comment.