Skip to content

Commit

Permalink
[FIX] add company_id in view
Browse files Browse the repository at this point in the history
  • Loading branch information
MiquelRForgeFlow authored and andreagidaltig committed Dec 4, 2023
1 parent 0303b5d commit 9572e46
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hr_holidays_settings/views/hr_holidays_config_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
<button string="Save" type="object" name="execute" class="oe_highlight"/>
<button string="Cancel" type="object" name="cancel" class="oe_link" special="cancel"/>
</header>
<group>
<field name="company_id" invisible="1"/>
</group>
<div>
<span>(*) This configuration is related to the company you're logged into.</span>
</div>
</form>
</field>
</record>
Expand Down

0 comments on commit 9572e46

Please sign in to comment.