Skip to content

Commit

Permalink
[IMP] do not require country on company
Browse files Browse the repository at this point in the history
  • Loading branch information
jjscarafia committed Jun 11, 2020
1 parent f6f376d commit f98d07e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions l10n_ar_ux/views/res_company_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
<field name="arch" type="xml">

<!-- make some fields required if is an Argentian Company -->
<field name="country_id" position="attributes">
<attribute name="required">True</attribute>
</field>
<field name="vat" position="attributes">
<attribute name="attrs">{'required': [('l10n_ar_country_code', '=', 'AR')]}</attribute>
</field>
Expand Down

0 comments on commit f98d07e

Please sign in to comment.