Skip to content

Commit

Permalink
[MIG] kpi: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasperalta1 committed Aug 19, 2024
1 parent e211cc0 commit 6e2b57c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kpi/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
"name": "Key Performance Indicator",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"author": "Savoir-faire Linux,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/reporting-engine",
"license": "AGPL-3",
Expand Down
2 changes: 1 addition & 1 deletion kpi/security/kpi_security.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Copyright 2012 -Now Savoir-faire Linux <https://www.savoirfairelinux.com/>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo>
<data noupdate="0">
<data>
<record id="group_kpi_manager" model="res.groups">
<field name="name">Manage KPI's</field>
<field name="category_id" ref="base.module_category_hidden" />
Expand Down
2 changes: 1 addition & 1 deletion kpi/views/kpi_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<separator orientation="vertical" />
<field name="name" />
<field name="category_id" />
<field name="company_id" group="base.group_multi_company" />
<field name="company_id" groups="base.group_multi_company" />
</group>
<newline />
<group expand="0" name="Group By...">
Expand Down

0 comments on commit 6e2b57c

Please sign in to comment.