Skip to content

Commit

Permalink
Update l10n_it_fatturapa_in/views/account_view.xml
Browse files Browse the repository at this point in the history
Co-authored-by: Simone Rubino <143788994+SirAionTech@users.noreply.github.com>
  • Loading branch information
sergiocorato and SirAionTech committed Jan 17, 2025
1 parent 6a0821b commit e7c9324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions l10n_it_fatturapa_in/views/account_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,10 @@
<record id="view_invoice_tree_fatturapa_in" model="ir.ui.view">
<field name="name">view_invoice_tree_fatturapa_in</field>
<field name="model">account.move</field>
<field name="inherit_id" ref="account.view_invoice_tree" />
<field name="inherit_id" ref="account.view_in_invoice_tree" />
<field name="arch" type="xml">
<field name="invoice_date" position="after">
<field name="e_invoice_received_date" />
<field name="e_invoice_received_date" optional="show" invisible="context.get('default_move_type') not in ('in_invoice', 'in_refund','in_receipt')" />
</field>
</field>
</record>
Expand Down

0 comments on commit e7c9324

Please sign in to comment.