Skip to content

Commit

Permalink
[FIX] Oversight of 26da4c0
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde committed Oct 11, 2018
1 parent 26da4c0 commit d115fee
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ncf_manager/views/account_invoice_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,6 @@
<field name="internal_sequence" readonly="1"/>
</field>


<xpath expr="//field[@name='invoice_line_ids']//tree//field[@name='account_id']" position="replace">
<field name="income_type" invisible="1"/>
<field name="account_id" groups="account.group_account_user"
domain="[('company_id', '=', parent.company_id), ('internal_type', '=', 'other'), ('deprecated', '=', False),
('income_type', '=', income_type)]"/>
</xpath>

</field>
</record>

Expand Down

0 comments on commit d115fee

Please sign in to comment.