Skip to content

Commit

Permalink
[MIG] : Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amh-mw committed Dec 19, 2024
1 parent 9883d33 commit 00a5285
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion calendar_event_multi_company/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Calendar Event Multi Company",
"summary": """
This module add multi-company management to calendar events""",
"version": "15.0.1.0.0",
"version": "18.0.1.0.0",
"license": "AGPL-3",
"author": "ACSONE SA/NV," "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/multi-company",
Expand Down
4 changes: 2 additions & 2 deletions calendar_event_multi_company/views/calendar_event.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<field name="model">calendar.event</field>
<field name="inherit_id" ref="calendar.view_calendar_event_tree" />
<field name="arch" type="xml">
<tree position="inside">
<list position="inside">
<field name="company_id" groups="base.group_multi_company" />
</tree>
</list>
</field>
</record>
</odoo>

0 comments on commit 00a5285

Please sign in to comment.