Skip to content

Commit

Permalink
[FIX] restricted fields were required in domains
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalyi committed Nov 28, 2023
1 parent 1f1228f commit 2c9f1c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion l10n_br_fiscal/views/document_serie_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<field name="code" />
<field name="name" />
<field name="document_type_id" />
<field name="company_id" groups="base.group_multi_company" />
<field name="company_id" />
<field name="internal_sequence_id" />
<field name="sequence_number_next" />
</group>
Expand Down
6 changes: 1 addition & 5 deletions l10n_br_fiscal/views/document_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -297,11 +297,7 @@
</group>
</group>
<group name="company_info" string="Company">
<field
name="company_id"
required="1"
groups="base.group_multi_company"
/>
<field name="company_id" required="1" />
</group>
<group>
<group name="company_left">
Expand Down
6 changes: 1 addition & 5 deletions l10n_br_fiscal/views/res_partner_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@
<field name="arch" type="xml">
<group name="fiscal_numbers" position="after">
<group string="Fiscal Profile" name="fiscal_profile">
<field
name="fiscal_profile_id"
force_save="1"
groups="l10n_br_fiscal.group_user"
/>
<field name="fiscal_profile_id" />
<field
name="ind_ie_dest"
force_save="1"
Expand Down

0 comments on commit 2c9f1c2

Please sign in to comment.