Skip to content

Commit

Permalink
[IMP] hscodes import: company always visible in install wizard
Browse files Browse the repository at this point in the history
Module intrastat_product_hscodes_import, install wizard:
The Company is a required field unchecking the 'Share Codes' flag.
User having access to the Configuration Wizards will now be able to set
the company field even if they do not belong to the multi-company usability
group.
  • Loading branch information
luc-demeyer committed Nov 10, 2023
1 parent e38c7c0 commit 9a4c5c9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
name="company_id"
options="{'no_create': True, 'no_open': True}"
domain="[('id', 'in', allowed_company_ids)]"
groups="base.group_multi_company"
attrs="{'required': [('share_codes','=',False)],'invisible': [('share_codes','=',True)]}"
/>
</group>
Expand Down

0 comments on commit 9a4c5c9

Please sign in to comment.