Skip to content

Commit df91313

Browse files
[MIG] mgmtsystem_nonconformity_hazard: Migration to 18.0
1 parent 93092a7 commit df91313

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

mgmtsystem_nonconformity_hazard/README.rst

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ Contributors
7171
- Marcel Savegnago <[email protected]>
7272
- Kaynnan Lemes <[email protected]>
7373
- Douglas Custodio <[email protected]>
74+
- [Heliconia Solutions Pvt. Ltd.](https://www.heliconia.io)
7475

7576
Maintainers
7677
-----------

mgmtsystem_nonconformity_hazard/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{
55
"name": "Management System - Nonconformity Hazard",
6-
"version": "16.0.1.0.0",
6+
"version": "18.0.1.0.0",
77
"author": "Escodoo, Odoo Community Association (OCA)",
88
"website": "https://github.com/OCA/management-system",
99
"license": "AGPL-3",

mgmtsystem_nonconformity_hazard/readme/CONTRIBUTORS.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
- Marcel Savegnago \<<[email protected]>\>
44
- Kaynnan Lemes \<<[email protected]>\>
55
- Douglas Custodio \<<[email protected]>\>
6+
- \[Heliconia Solutions Pvt. Ltd.\](<https://www.heliconia.io>)

mgmtsystem_nonconformity_hazard/static/description/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
417417
<li>Marcel Savegnago &lt;<a class="reference external" href="mailto:marcel.savegnago&#64;escodoo.com.br">marcel.savegnago&#64;escodoo.com.br</a>&gt;</li>
418418
<li>Kaynnan Lemes &lt;<a class="reference external" href="mailto:kaynnan.lemes&#64;escodoo.com.br">kaynnan.lemes&#64;escodoo.com.br</a>&gt;</li>
419419
<li>Douglas Custodio &lt;<a class="reference external" href="mailto:douglas.custodio&#64;escodoo.com.br">douglas.custodio&#64;escodoo.com.br</a>&gt;</li>
420+
<li>[Heliconia Solutions Pvt. Ltd.](<a class="reference external" href="https://www.heliconia.io">https://www.heliconia.io</a>)</li>
420421
</ul>
421422
</div>
422423
<div class="section" id="maintainers">

mgmtsystem_nonconformity_hazard/views/mgmtsystem_nonconformity.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<page string="Hazards" name="hazards">
1717
<field
1818
name="hazard_ids"
19-
attrs="{'readonly':[('state','not in',['draft','analysis'])]}"
19+
readonly="state not in ('draft', 'analysis')"
2020
/>
2121
</page>
2222
</xpath>

0 commit comments

Comments
 (0)