Skip to content

Commit

Permalink
[FIX] l10n_it_sdi_channel: remove required attr from field in view
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMule71 committed Apr 15, 2022
1 parent 5302d57 commit 480f766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_it_sdi_channel/views/company_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<field name="inherit_id" ref="l10n_it_fatturapa.view_company_form_e_invoice" />
<field name="arch" type="xml">
<field name="fatturapa_fiscal_position_id" position="after">
<field name="sdi_channel_id" required="1" />
<field name="sdi_channel_id" required="0" />
</field>
</field>
</record>
Expand Down

0 comments on commit 480f766

Please sign in to comment.