Skip to content

Commit

Permalink
Merge pull request #366 from OCA/15.0
Browse files Browse the repository at this point in the history
Syncing from upstream OCA/management-system (15.0)
  • Loading branch information
bt-admin authored Oct 25, 2023
2 parents 9ef1864 + d72ff57 commit b4f241b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ addon | version | maintainers | summary
[mgmtsystem_health_safety](mgmtsystem_health_safety/) | 15.0.1.0.0 | | Health and Safety Management System
[mgmtsystem_info_security_manual](mgmtsystem_info_security_manual/) | 15.0.1.0.0 | | Information Security Management System Manual
[mgmtsystem_manual](mgmtsystem_manual/) | 15.0.1.0.0 | | Management System - Manual
[mgmtsystem_nonconformity](mgmtsystem_nonconformity/) | 15.0.1.1.0 | | Management System - Nonconformity
[mgmtsystem_nonconformity](mgmtsystem_nonconformity/) | 15.0.1.1.1 | | Management System - Nonconformity
[mgmtsystem_nonconformity_hr](mgmtsystem_nonconformity_hr/) | 15.0.1.0.0 | | Bridge module between hr and mgmsystem and
[mgmtsystem_nonconformity_mrp](mgmtsystem_nonconformity_mrp/) | 15.0.1.0.0 | | Bridge module between mrp and mgmsystem
[mgmtsystem_nonconformity_product](mgmtsystem_nonconformity_product/) | 15.0.1.0.0 | | Bridge module between Product and Management System.
Expand Down
2 changes: 1 addition & 1 deletion mgmtsystem_nonconformity/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Management System - Nonconformity
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:c2beaa82eef5f9324d19ba151971b06f350dca363c0dfbf88e5dba14d46f84e3
!! source digest: sha256:11ccff8aeb8b73b4fafaba497960d5758ee2cdfb3649946019a6963b139937ee
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion mgmtsystem_nonconformity/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Management System - Nonconformity",
"version": "15.0.1.1.0",
"version": "15.0.1.1.1",
"author": "Savoir-faire Linux, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/management-system",
"license": "AGPL-3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class MgmtsystemNonconformityStage(models.Model):
sequence = fields.Integer(
help="Used to order states. Lower is better.", default=100
)
state = fields.Selection(_STATES, readonly=True, default="draft")
state = fields.Selection(_STATES, default="draft")
is_starting = fields.Boolean(
string="Is starting Stage",
help="select stis checkbox if this is the default stage \n"
Expand Down
2 changes: 1 addition & 1 deletion mgmtsystem_nonconformity/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Management System - Nonconformity</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:c2beaa82eef5f9324d19ba151971b06f350dca363c0dfbf88e5dba14d46f84e3
!! source digest: sha256:11ccff8aeb8b73b4fafaba497960d5758ee2cdfb3649946019a6963b139937ee
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/management-system/tree/15.0/mgmtsystem_nonconformity"><img alt="OCA/management-system" src="https://img.shields.io/badge/github-OCA%2Fmanagement--system-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/management-system-15-0/management-system-15-0-mgmtsystem_nonconformity"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/management-system&amp;target_branch=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module enables you to manage the nonconformities of your management systems:</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<field name="fold" />
<field name="sequence" groups="base.group_no_one" />
<field name="is_starting" />
<field name="state" />
</group>
</sheet>
</form>
Expand Down

0 comments on commit b4f241b

Please sign in to comment.