Skip to content

Commit 9205bb2

Browse files
YvanDotetFernandoRomera
authored andcommitted
[MIG] mgmtsystem_quality: Migration to 15.0
1 parent ba4cec3 commit 9205bb2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

mgmtsystem_quality/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "Quality Management System",
55
"summary": "Manage your quality management system",
6-
"version": "14.0.1.0.0",
6+
"version": "15.0.1.0.0",
77
"author": "Savoir-faire Linux, " "Odoo Community Association (OCA)",
88
"website": "https://github.com/OCA/management-system",
99
"license": "AGPL-3",
@@ -15,6 +15,6 @@
1515
"mgmtsystem_review",
1616
],
1717
"data": ["data/mgmtsystem_system.xml"],
18-
"development_status": "Production/Stable",
18+
"installable": True,
1919
"maintainers": ["max3903"],
2020
}

mgmtsystem_quality/data/mgmtsystem_system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8" ?>
2-
<odoo>
2+
<odoo noupdate="1">
33

44
<record id="system_quality" model="mgmtsystem.system">
55
<field name="name">Quality</field>

mgmtsystem_quality/readme/CONTRIBUTORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111
* Guadaltech <https://www.guadaltech.es>
1212

1313
* Fernando La Chica <[email protected]>
14+
* Yvan Dotet <[email protected]>

0 commit comments

Comments
 (0)