From 06174c7601f0b0e015c32e8bf03e6379c228ab13 Mon Sep 17 00:00:00 2001
From: Stefano Consolaro
Date: Sat, 19 Oct 2019 18:01:11 +0200
Subject: [PATCH 01/23] [ADD] new module mgmsystem_nonconformity_hr
---
mgmtsystem_nonconformity_hr/README.rst | 108 +++++
mgmtsystem_nonconformity_hr/__init__.py | 4 +
mgmtsystem_nonconformity_hr/__manifest__.py | 26 +
mgmtsystem_nonconformity_hr/i18n/it.po | 28 ++
.../i18n/mgmtsystem_extended_hr.pot | 27 ++
.../i18n/mgmtsystem_nonconformity_hr.pot | 25 +
.../models/__init__.py | 2 +
.../models/mgmtsystem_nonconformity_hr.py | 17 +
.../readme/CONFIGURE.rst | 1 +
.../readme/CONTRIBUTORS.rst | 2 +
.../readme/DESCRIPTION.rst | 7 +
.../readme/HISTORY.rst | 4 +
.../readme/INSTALL.rst | 1 +
.../readme/ROADMAP.rst | 0
mgmtsystem_nonconformity_hr/readme/USAGE.rst | 6 +
.../static/description/icon.png | Bin 0 -> 4755 bytes
.../static/description/index.html | 459 ++++++++++++++++++
.../views/mgmtsystem_nonconformity_views.xml | 22 +
18 files changed, 739 insertions(+)
create mode 100644 mgmtsystem_nonconformity_hr/README.rst
create mode 100644 mgmtsystem_nonconformity_hr/__init__.py
create mode 100644 mgmtsystem_nonconformity_hr/__manifest__.py
create mode 100644 mgmtsystem_nonconformity_hr/i18n/it.po
create mode 100644 mgmtsystem_nonconformity_hr/i18n/mgmtsystem_extended_hr.pot
create mode 100644 mgmtsystem_nonconformity_hr/i18n/mgmtsystem_nonconformity_hr.pot
create mode 100644 mgmtsystem_nonconformity_hr/models/__init__.py
create mode 100644 mgmtsystem_nonconformity_hr/models/mgmtsystem_nonconformity_hr.py
create mode 100644 mgmtsystem_nonconformity_hr/readme/CONFIGURE.rst
create mode 100644 mgmtsystem_nonconformity_hr/readme/CONTRIBUTORS.rst
create mode 100644 mgmtsystem_nonconformity_hr/readme/DESCRIPTION.rst
create mode 100644 mgmtsystem_nonconformity_hr/readme/HISTORY.rst
create mode 100644 mgmtsystem_nonconformity_hr/readme/INSTALL.rst
create mode 100644 mgmtsystem_nonconformity_hr/readme/ROADMAP.rst
create mode 100644 mgmtsystem_nonconformity_hr/readme/USAGE.rst
create mode 100644 mgmtsystem_nonconformity_hr/static/description/icon.png
create mode 100644 mgmtsystem_nonconformity_hr/static/description/index.html
create mode 100644 mgmtsystem_nonconformity_hr/views/mgmtsystem_nonconformity_views.xml
diff --git a/mgmtsystem_nonconformity_hr/README.rst b/mgmtsystem_nonconformity_hr/README.rst
new file mode 100644
index 000000000000..888189df398c
--- /dev/null
+++ b/mgmtsystem_nonconformity_hr/README.rst
@@ -0,0 +1,108 @@
+====================================
+Management System - Nonconformity HR
+====================================
+
+.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+ !! This file is generated by oca-gen-addon-readme !!
+ !! changes will be overwritten. !!
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
+ :target: https://odoo-community.org/page/development-status
+ :alt: Beta
+.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
+ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
+ :alt: License: AGPL-3
+.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmanagement--system-lightgray.png?logo=github
+ :target: https://github.com/OCA/management-system/tree/11.0/mgmtsystem_nonconformity_hr
+ :alt: OCA/management-system
+.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
+ :target: https://translation.odoo-community.org/projects/management-system-11-0/management-system-11-0-mgmtsystem_nonconformity_hr
+ :alt: Translate me on Weblate
+.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
+ :target: https://runbot.odoo-community.org/runbot/128/11.0
+ :alt: Try me on Runbot
+
+|badge1| |badge2| |badge3| |badge4| |badge5|
+
+This is a bridge module between Management System and Human Resource
+
+This module contains some new features for Management System modules.
+
+Nonconformity (NC)
+
+- Department: add a field to link a specific department.
+
+**Table of contents**
+
+.. contents::
+ :local:
+
+Installation
+============
+
+This module will be automatically installed
+
+Configuration
+=============
+
+This module doesn't need configuration
+
+Usage
+=====
+
+NC Department
+
+* Go to Employees → Department → create a new one
+* Go to Management System → Nonconformity
+* Create new Nonconformity
+* Select a Departament on the list
+
+Changelog
+=========
+
+11.0.1.0.0 (2019-04-01)
+~~~~~~~~~~~~~~~~~~~~~~~
+
+* [INI] Initial development
+
+Bug Tracker
+===========
+
+Bugs are tracked on `GitHub Issues `_.
+In case of trouble, please check there if your issue has already been reported.
+If you spotted it first, help us smashing it by providing a detailed and welcomed
+`feedback `_.
+
+Do not contact contributors directly about support or help with technical issues.
+
+Credits
+=======
+
+Authors
+~~~~~~~
+
+* Associazione PNLUG - Gruppo Odoo
+
+Contributors
+~~~~~~~~~~~~
+
+* Marcelo Frare
+* Stefano Consolaro
+
+Maintainers
+~~~~~~~~~~~
+
+This module is maintained by the OCA.
+
+.. image:: https://odoo-community.org/logo.png
+ :alt: Odoo Community Association
+ :target: https://odoo-community.org
+
+OCA, or the Odoo Community Association, is a nonprofit organization whose
+mission is to support the collaborative development of Odoo features and
+promote its widespread use.
+
+This module is part of the `OCA/management-system `_ project on GitHub.
+
+You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/mgmtsystem_nonconformity_hr/__init__.py b/mgmtsystem_nonconformity_hr/__init__.py
new file mode 100644
index 000000000000..0792fc131fda
--- /dev/null
+++ b/mgmtsystem_nonconformity_hr/__init__.py
@@ -0,0 +1,4 @@
+
+from . import (
+ models,
+)
diff --git a/mgmtsystem_nonconformity_hr/__manifest__.py b/mgmtsystem_nonconformity_hr/__manifest__.py
new file mode 100644
index 000000000000..3a89bcff748b
--- /dev/null
+++ b/mgmtsystem_nonconformity_hr/__manifest__.py
@@ -0,0 +1,26 @@
+# Copyright 2019 Marcelo Frare (Ass. PNLUG - Gruppo Odoo )
+# Copyright 2019 Stefano Consolaro (Ass. PNLUG - Gruppo Odoo )
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
+
+{
+ "name": "Management System - Nonconformity HR",
+ "summary": "Bridge module between hr and mgmsystem and",
+ "version": "11.0.1.0.0",
+
+ "author": "Associazione PNLUG - Gruppo Odoo, Odoo Community Association (OCA)",
+ "website": "https://gitlab.com/PNLUG/Odoo/management-system-improvements/tree/"
+ "11.0/mgmtsystem_extended",
+ "license": "AGPL-3",
+
+ "category": "Management System",
+ "depends": [
+ 'hr',
+ 'mgmtsystem_nonconformity',
+ ],
+ "data": [
+ 'views/mgmtsystem_nonconformity_views.xml',
+ ],
+ 'application': False,
+ 'installable': True,
+ 'auto_install': True,
+}
diff --git a/mgmtsystem_nonconformity_hr/i18n/it.po b/mgmtsystem_nonconformity_hr/i18n/it.po
new file mode 100644
index 000000000000..39babe9cc393
--- /dev/null
+++ b/mgmtsystem_nonconformity_hr/i18n/it.po
@@ -0,0 +1,28 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * mgmtsystem_extended_hr
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 11.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2019-10-20 11:55+0000\n"
+"PO-Revision-Date: 2019-10-20 14:06+0200\n"
+"Last-Translator: \n"
+"Language-Team: \n"
+"Language: it\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Poedit 2.2.4\n"
+
+#. module: mgmtsystem_nonconformity_hr
+#: model:ir.model.fields,field_description:mgmtsystem_nonconformity_hr.field_mgmtsystem_nonconformity_department_id
+msgid "Department"
+msgstr "Reparto"
+
+#. module: mgmtsystem_nonconformity_hr
+#: model:ir.model,name:mgmtsystem_nonconformity_hr.model_mgmtsystem_nonconformity
+msgid "Nonconformity"
+msgstr "Nonconformità"
diff --git a/mgmtsystem_nonconformity_hr/i18n/mgmtsystem_extended_hr.pot b/mgmtsystem_nonconformity_hr/i18n/mgmtsystem_extended_hr.pot
new file mode 100644
index 000000000000..9738418bfff0
--- /dev/null
+++ b/mgmtsystem_nonconformity_hr/i18n/mgmtsystem_extended_hr.pot
@@ -0,0 +1,27 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * mgmtsystem_extended_hr
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 11.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2019-10-20 11:55+0000\n"
+"PO-Revision-Date: 2019-10-20 11:55+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: \n"
+
+#. module: mgmtsystem_extended_hr
+#: model:ir.model.fields,field_description:mgmtsystem_extended_hr.field_mgmtsystem_nonconformity_department_id
+msgid "Department"
+msgstr ""
+
+#. module: mgmtsystem_extended_hr
+#: model:ir.model,name:mgmtsystem_extended_hr.model_mgmtsystem_nonconformity
+msgid "Nonconformity"
+msgstr ""
+
diff --git a/mgmtsystem_nonconformity_hr/i18n/mgmtsystem_nonconformity_hr.pot b/mgmtsystem_nonconformity_hr/i18n/mgmtsystem_nonconformity_hr.pot
new file mode 100644
index 000000000000..4fd9ad18dd02
--- /dev/null
+++ b/mgmtsystem_nonconformity_hr/i18n/mgmtsystem_nonconformity_hr.pot
@@ -0,0 +1,25 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * mgmtsystem_nonconformity_hr
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 11.0\n"
+"Report-Msgid-Bugs-To: \n"
+"Last-Translator: <>\n"
+"Language-Team: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: \n"
+
+#. module: mgmtsystem_nonconformity_hr
+#: model:ir.model.fields,field_description:mgmtsystem_nonconformity_hr.field_mgmtsystem_nonconformity_department_id
+msgid "Department"
+msgstr ""
+
+#. module: mgmtsystem_nonconformity_hr
+#: model:ir.model,name:mgmtsystem_nonconformity_hr.model_mgmtsystem_nonconformity
+msgid "Nonconformity"
+msgstr ""
+
diff --git a/mgmtsystem_nonconformity_hr/models/__init__.py b/mgmtsystem_nonconformity_hr/models/__init__.py
new file mode 100644
index 000000000000..cfbac6c09f8e
--- /dev/null
+++ b/mgmtsystem_nonconformity_hr/models/__init__.py
@@ -0,0 +1,2 @@
+
+from . import mgmtsystem_nonconformity_hr
diff --git a/mgmtsystem_nonconformity_hr/models/mgmtsystem_nonconformity_hr.py b/mgmtsystem_nonconformity_hr/models/mgmtsystem_nonconformity_hr.py
new file mode 100644
index 000000000000..318ced6df745
--- /dev/null
+++ b/mgmtsystem_nonconformity_hr/models/mgmtsystem_nonconformity_hr.py
@@ -0,0 +1,17 @@
+# Copyright 2019 Marcelo Frare (Ass. PNLUG - Gruppo Odoo )
+# Copyright 2019 Stefano Consolaro (Ass. PNLUG - Gruppo Odoo )
+# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
+
+from odoo import fields, models
+
+
+class MgmtsystemMgmHR(models.Model):
+ """
+ Extend nonconformity adding fields for department
+ """
+
+ _inherit = ['mgmtsystem.nonconformity']
+
+ # new fields
+ # department reference
+ department_id = fields.Many2one('hr.department', 'Department')
diff --git a/mgmtsystem_nonconformity_hr/readme/CONFIGURE.rst b/mgmtsystem_nonconformity_hr/readme/CONFIGURE.rst
new file mode 100644
index 000000000000..f2ecb94333fe
--- /dev/null
+++ b/mgmtsystem_nonconformity_hr/readme/CONFIGURE.rst
@@ -0,0 +1 @@
+This module doesn't need configuration
diff --git a/mgmtsystem_nonconformity_hr/readme/CONTRIBUTORS.rst b/mgmtsystem_nonconformity_hr/readme/CONTRIBUTORS.rst
new file mode 100644
index 000000000000..1434d6da1be5
--- /dev/null
+++ b/mgmtsystem_nonconformity_hr/readme/CONTRIBUTORS.rst
@@ -0,0 +1,2 @@
+* Marcelo Frare
+* Stefano Consolaro
diff --git a/mgmtsystem_nonconformity_hr/readme/DESCRIPTION.rst b/mgmtsystem_nonconformity_hr/readme/DESCRIPTION.rst
new file mode 100644
index 000000000000..da0418e5ed00
--- /dev/null
+++ b/mgmtsystem_nonconformity_hr/readme/DESCRIPTION.rst
@@ -0,0 +1,7 @@
+This is a bridge module between Management System and Human Resource
+
+This module contains some new features for Management System modules.
+
+Nonconformity (NC)
+
+- Department: add a field to link a specific department.
diff --git a/mgmtsystem_nonconformity_hr/readme/HISTORY.rst b/mgmtsystem_nonconformity_hr/readme/HISTORY.rst
new file mode 100644
index 000000000000..d8e256b7aa99
--- /dev/null
+++ b/mgmtsystem_nonconformity_hr/readme/HISTORY.rst
@@ -0,0 +1,4 @@
+11.0.1.0.0 (2019-04-01)
+~~~~~~~~~~~~~~~~~~~~~~~
+
+* [INI] Initial development
diff --git a/mgmtsystem_nonconformity_hr/readme/INSTALL.rst b/mgmtsystem_nonconformity_hr/readme/INSTALL.rst
new file mode 100644
index 000000000000..a14179bc2196
--- /dev/null
+++ b/mgmtsystem_nonconformity_hr/readme/INSTALL.rst
@@ -0,0 +1 @@
+This module will be automatically installed
diff --git a/mgmtsystem_nonconformity_hr/readme/ROADMAP.rst b/mgmtsystem_nonconformity_hr/readme/ROADMAP.rst
new file mode 100644
index 000000000000..e69de29bb2d1
diff --git a/mgmtsystem_nonconformity_hr/readme/USAGE.rst b/mgmtsystem_nonconformity_hr/readme/USAGE.rst
new file mode 100644
index 000000000000..372c42bf9b11
--- /dev/null
+++ b/mgmtsystem_nonconformity_hr/readme/USAGE.rst
@@ -0,0 +1,6 @@
+NC Department
+
+* Go to Employees → Department → create a new one
+* Go to Management System → Nonconformity
+* Create new Nonconformity
+* Select a Departament on the list
diff --git a/mgmtsystem_nonconformity_hr/static/description/icon.png b/mgmtsystem_nonconformity_hr/static/description/icon.png
new file mode 100644
index 0000000000000000000000000000000000000000..606cf27e6955e34648909d15a7d8418fa5c9db4c
GIT binary patch
literal 4755
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
literal 0
HcmV?d00001
diff --git a/mgmtsystem_nonconformity_hr/static/description/index.html b/mgmtsystem_nonconformity_hr/static/description/index.html
new file mode 100644
index 000000000000..c633a32b6f32
--- /dev/null
+++ b/mgmtsystem_nonconformity_hr/static/description/index.html
@@ -0,0 +1,459 @@
+
+
+
+
+
+
+Management System - Nonconformity HR
+
+
+
+
+
+
diff --git a/mgmtsystem_nonconformity_hr/views/mgmtsystem_nonconformity_views.xml b/mgmtsystem_nonconformity_hr/views/mgmtsystem_nonconformity_views.xml
new file mode 100644
index 000000000000..334b2c3a7fb0
--- /dev/null
+++ b/mgmtsystem_nonconformity_hr/views/mgmtsystem_nonconformity_views.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+ view.mgmtsystem.nonconformity.department
+ mgmtsystem.nonconformity
+
+
+
+
+
+
+
+
+
From 13ec277c2fdfb847de9bde84159ff6cb1d48c094 Mon Sep 17 00:00:00 2001
From: Stefano Consolaro
Date: Sun, 5 Apr 2020 17:53:27 +0200
Subject: [PATCH 02/23] [MIG] mgmsystem_nonconformity_hr: Migration to 13.0
---
mgmtsystem_nonconformity_hr/README.rst | 22 +++------
mgmtsystem_nonconformity_hr/__init__.py | 5 +-
mgmtsystem_nonconformity_hr/__manifest__.py | 30 +++++-------
mgmtsystem_nonconformity_hr/i18n/it.po | 2 +-
.../i18n/mgmtsystem_nonconformity_hr.pot | 9 ++--
mgmtsystem_nonconformity_hr/i18n/pt.po | 27 +++++++++++
.../models/__init__.py | 1 -
.../models/mgmtsystem_nonconformity_hr.py | 9 +---
.../readme/CONFIGURE.rst | 1 -
.../readme/HISTORY.rst | 2 +-
.../readme/INSTALL.rst | 1 -
.../readme/ROADMAP.rst | 0
.../static/description/index.html | 48 ++++++++-----------
.../views/mgmtsystem_nonconformity_views.xml | 4 +-
14 files changed, 73 insertions(+), 88 deletions(-)
create mode 100644 mgmtsystem_nonconformity_hr/i18n/pt.po
delete mode 100644 mgmtsystem_nonconformity_hr/readme/CONFIGURE.rst
delete mode 100644 mgmtsystem_nonconformity_hr/readme/INSTALL.rst
delete mode 100644 mgmtsystem_nonconformity_hr/readme/ROADMAP.rst
diff --git a/mgmtsystem_nonconformity_hr/README.rst b/mgmtsystem_nonconformity_hr/README.rst
index 888189df398c..75cdd1aa5a24 100644
--- a/mgmtsystem_nonconformity_hr/README.rst
+++ b/mgmtsystem_nonconformity_hr/README.rst
@@ -14,13 +14,13 @@ Management System - Nonconformity HR
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmanagement--system-lightgray.png?logo=github
- :target: https://github.com/OCA/management-system/tree/11.0/mgmtsystem_nonconformity_hr
+ :target: https://github.com/OCA/management-system/tree/13.0/mgmtsystem_nonconformity_hr
:alt: OCA/management-system
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/management-system-11-0/management-system-11-0-mgmtsystem_nonconformity_hr
+ :target: https://translation.odoo-community.org/projects/management-system-13-0/management-system-13-0-mgmtsystem_nonconformity_hr
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
- :target: https://runbot.odoo-community.org/runbot/128/11.0
+ :target: https://runbot.odoo-community.org/runbot/128/13.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -38,16 +38,6 @@ Nonconformity (NC)
.. contents::
:local:
-Installation
-============
-
-This module will be automatically installed
-
-Configuration
-=============
-
-This module doesn't need configuration
-
Usage
=====
@@ -61,7 +51,7 @@ NC Department
Changelog
=========
-11.0.1.0.0 (2019-04-01)
+13.0.1.0.0 (2020-04-01)
~~~~~~~~~~~~~~~~~~~~~~~
* [INI] Initial development
@@ -72,7 +62,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues `_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
-`feedback `_.
+`feedback `_.
Do not contact contributors directly about support or help with technical issues.
@@ -103,6 +93,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-This module is part of the `OCA/management-system `_ project on GitHub.
+This module is part of the `OCA/management-system `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/mgmtsystem_nonconformity_hr/__init__.py b/mgmtsystem_nonconformity_hr/__init__.py
index 0792fc131fda..0650744f6bc6 100644
--- a/mgmtsystem_nonconformity_hr/__init__.py
+++ b/mgmtsystem_nonconformity_hr/__init__.py
@@ -1,4 +1 @@
-
-from . import (
- models,
-)
+from . import models
diff --git a/mgmtsystem_nonconformity_hr/__manifest__.py b/mgmtsystem_nonconformity_hr/__manifest__.py
index 3a89bcff748b..6a5d604fbe33 100644
--- a/mgmtsystem_nonconformity_hr/__manifest__.py
+++ b/mgmtsystem_nonconformity_hr/__manifest__.py
@@ -3,24 +3,16 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
- "name": "Management System - Nonconformity HR",
- "summary": "Bridge module between hr and mgmsystem and",
- "version": "11.0.1.0.0",
-
- "author": "Associazione PNLUG - Gruppo Odoo, Odoo Community Association (OCA)",
- "website": "https://gitlab.com/PNLUG/Odoo/management-system-improvements/tree/"
- "11.0/mgmtsystem_extended",
- "license": "AGPL-3",
-
+ "name": "Management System - Nonconformity HR",
+ "summary": "Bridge module between hr and mgmsystem and",
+ "version": "13.0.1.0.0",
+ "author": "Associazione PNLUG - Gruppo Odoo, Odoo Community Association (OCA)",
+ "website": "https://github.com/OCA/management-system",
+ "license": "AGPL-3",
"category": "Management System",
- "depends": [
- 'hr',
- 'mgmtsystem_nonconformity',
- ],
- "data": [
- 'views/mgmtsystem_nonconformity_views.xml',
- ],
- 'application': False,
- 'installable': True,
- 'auto_install': True,
+ "depends": ["hr", "mgmtsystem_nonconformity"],
+ "data": ["views/mgmtsystem_nonconformity_views.xml"],
+ "application": False,
+ "installable": True,
+ "auto_install": True,
}
diff --git a/mgmtsystem_nonconformity_hr/i18n/it.po b/mgmtsystem_nonconformity_hr/i18n/it.po
index 39babe9cc393..e2f378a99ff8 100644
--- a/mgmtsystem_nonconformity_hr/i18n/it.po
+++ b/mgmtsystem_nonconformity_hr/i18n/it.po
@@ -18,7 +18,7 @@ msgstr ""
"X-Generator: Poedit 2.2.4\n"
#. module: mgmtsystem_nonconformity_hr
-#: model:ir.model.fields,field_description:mgmtsystem_nonconformity_hr.field_mgmtsystem_nonconformity_department_id
+#: model:ir.model.fields,field_description:mgmtsystem_nonconformity_hr.field_mgmtsystem_nonconformity__department_id
msgid "Department"
msgstr "Reparto"
diff --git a/mgmtsystem_nonconformity_hr/i18n/mgmtsystem_nonconformity_hr.pot b/mgmtsystem_nonconformity_hr/i18n/mgmtsystem_nonconformity_hr.pot
index 4fd9ad18dd02..f89e79787297 100644
--- a/mgmtsystem_nonconformity_hr/i18n/mgmtsystem_nonconformity_hr.pot
+++ b/mgmtsystem_nonconformity_hr/i18n/mgmtsystem_nonconformity_hr.pot
@@ -1,12 +1,12 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
-# * mgmtsystem_nonconformity_hr
+# * mgmtsystem_nonconformity_hr
#
msgid ""
msgstr ""
-"Project-Id-Version: Odoo Server 11.0\n"
+"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: <>\n"
+"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: \n"
#. module: mgmtsystem_nonconformity_hr
-#: model:ir.model.fields,field_description:mgmtsystem_nonconformity_hr.field_mgmtsystem_nonconformity_department_id
+#: model:ir.model.fields,field_description:mgmtsystem_nonconformity_hr.field_mgmtsystem_nonconformity__department_id
msgid "Department"
msgstr ""
@@ -22,4 +22,3 @@ msgstr ""
#: model:ir.model,name:mgmtsystem_nonconformity_hr.model_mgmtsystem_nonconformity
msgid "Nonconformity"
msgstr ""
-
diff --git a/mgmtsystem_nonconformity_hr/i18n/pt.po b/mgmtsystem_nonconformity_hr/i18n/pt.po
new file mode 100644
index 000000000000..a2599c86f614
--- /dev/null
+++ b/mgmtsystem_nonconformity_hr/i18n/pt.po
@@ -0,0 +1,27 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * mgmtsystem_nonconformity_hr
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 13.0\n"
+"Report-Msgid-Bugs-To: \n"
+"PO-Revision-Date: 2021-11-26 15:36+0000\n"
+"Last-Translator: Daniel Reis \n"
+"Language-Team: none\n"
+"Language: pt\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=n > 1;\n"
+"X-Generator: Weblate 4.3.2\n"
+
+#. module: mgmtsystem_nonconformity_hr
+#: model:ir.model.fields,field_description:mgmtsystem_nonconformity_hr.field_mgmtsystem_nonconformity__department_id
+msgid "Department"
+msgstr "Departamento"
+
+#. module: mgmtsystem_nonconformity_hr
+#: model:ir.model,name:mgmtsystem_nonconformity_hr.model_mgmtsystem_nonconformity
+msgid "Nonconformity"
+msgstr "Não conformidade"
diff --git a/mgmtsystem_nonconformity_hr/models/__init__.py b/mgmtsystem_nonconformity_hr/models/__init__.py
index cfbac6c09f8e..321ab30b4e59 100644
--- a/mgmtsystem_nonconformity_hr/models/__init__.py
+++ b/mgmtsystem_nonconformity_hr/models/__init__.py
@@ -1,2 +1 @@
-
from . import mgmtsystem_nonconformity_hr
diff --git a/mgmtsystem_nonconformity_hr/models/mgmtsystem_nonconformity_hr.py b/mgmtsystem_nonconformity_hr/models/mgmtsystem_nonconformity_hr.py
index 318ced6df745..441dfecaacab 100644
--- a/mgmtsystem_nonconformity_hr/models/mgmtsystem_nonconformity_hr.py
+++ b/mgmtsystem_nonconformity_hr/models/mgmtsystem_nonconformity_hr.py
@@ -6,12 +6,7 @@
class MgmtsystemMgmHR(models.Model):
- """
- Extend nonconformity adding fields for department
- """
- _inherit = ['mgmtsystem.nonconformity']
+ _inherit = ["mgmtsystem.nonconformity"]
- # new fields
- # department reference
- department_id = fields.Many2one('hr.department', 'Department')
+ department_id = fields.Many2one("hr.department", "Department")
diff --git a/mgmtsystem_nonconformity_hr/readme/CONFIGURE.rst b/mgmtsystem_nonconformity_hr/readme/CONFIGURE.rst
deleted file mode 100644
index f2ecb94333fe..000000000000
--- a/mgmtsystem_nonconformity_hr/readme/CONFIGURE.rst
+++ /dev/null
@@ -1 +0,0 @@
-This module doesn't need configuration
diff --git a/mgmtsystem_nonconformity_hr/readme/HISTORY.rst b/mgmtsystem_nonconformity_hr/readme/HISTORY.rst
index d8e256b7aa99..4d8e6c1ad15a 100644
--- a/mgmtsystem_nonconformity_hr/readme/HISTORY.rst
+++ b/mgmtsystem_nonconformity_hr/readme/HISTORY.rst
@@ -1,4 +1,4 @@
-11.0.1.0.0 (2019-04-01)
+13.0.1.0.0 (2020-04-01)
~~~~~~~~~~~~~~~~~~~~~~~
* [INI] Initial development
diff --git a/mgmtsystem_nonconformity_hr/readme/INSTALL.rst b/mgmtsystem_nonconformity_hr/readme/INSTALL.rst
deleted file mode 100644
index a14179bc2196..000000000000
--- a/mgmtsystem_nonconformity_hr/readme/INSTALL.rst
+++ /dev/null
@@ -1 +0,0 @@
-This module will be automatically installed
diff --git a/mgmtsystem_nonconformity_hr/readme/ROADMAP.rst b/mgmtsystem_nonconformity_hr/readme/ROADMAP.rst
deleted file mode 100644
index e69de29bb2d1..000000000000
diff --git a/mgmtsystem_nonconformity_hr/static/description/index.html b/mgmtsystem_nonconformity_hr/static/description/index.html
index c633a32b6f32..8795c73ee5a4 100644
--- a/mgmtsystem_nonconformity_hr/static/description/index.html
+++ b/mgmtsystem_nonconformity_hr/static/description/index.html
@@ -367,7 +367,7 @@ Management System - Nonconformity HR
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
This is a bridge module between Management System and Human Resource
This module contains some new features for Management System modules.
Nonconformity (NC)
@@ -377,32 +377,22 @@ Management System - Nonconformity HR
Table of contents
-
-
-
This module will be automatically installed
-
-
-
-
This module doesn’t need configuration
-
-
+
NC Department
- Go to Employees → Department → create a new one
@@ -412,45 +402,45 @@
-
+
-
+
- [INI] Initial development
-
+
Bugs are tracked on GitHub Issues.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
-feedback.
+
feedback.
Do not contact contributors directly about support or help with technical issues.
-
+
-
+
- Associazione PNLUG - Gruppo Odoo
-
+
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-
This module is part of the OCA/management-system project on GitHub.
+
This module is part of the OCA/management-system project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/mgmtsystem_nonconformity_hr/views/mgmtsystem_nonconformity_views.xml b/mgmtsystem_nonconformity_hr/views/mgmtsystem_nonconformity_views.xml
index 334b2c3a7fb0..d240a5cc67b0 100644
--- a/mgmtsystem_nonconformity_hr/views/mgmtsystem_nonconformity_views.xml
+++ b/mgmtsystem_nonconformity_hr/views/mgmtsystem_nonconformity_views.xml
@@ -3,11 +3,9 @@
-
+
-
view.mgmtsystem.nonconformity.department
mgmtsystem.nonconformity
From 15e835edfde5201ab20d9bda2352dde7923f3a27 Mon Sep 17 00:00:00 2001
From: Olga Marco
Date: Fri, 24 Dec 2021 11:00:08 +0100
Subject: [PATCH 03/23] [MIG] mgmtsystem_nonconformity_hr: Migration to 14.0
---
mgmtsystem_nonconformity_hr/__manifest__.py | 2 +-
.../views/mgmtsystem_nonconformity_views.xml | 11 ++++++-----
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/mgmtsystem_nonconformity_hr/__manifest__.py b/mgmtsystem_nonconformity_hr/__manifest__.py
index 6a5d604fbe33..85454ebe7d40 100644
--- a/mgmtsystem_nonconformity_hr/__manifest__.py
+++ b/mgmtsystem_nonconformity_hr/__manifest__.py
@@ -5,7 +5,7 @@
{
"name": "Management System - Nonconformity HR",
"summary": "Bridge module between hr and mgmsystem and",
- "version": "13.0.1.0.0",
+ "version": "14.0.1.0.0",
"author": "Associazione PNLUG - Gruppo Odoo, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/management-system",
"license": "AGPL-3",
diff --git a/mgmtsystem_nonconformity_hr/views/mgmtsystem_nonconformity_views.xml b/mgmtsystem_nonconformity_hr/views/mgmtsystem_nonconformity_views.xml
index d240a5cc67b0..cace0ec175dc 100644
--- a/mgmtsystem_nonconformity_hr/views/mgmtsystem_nonconformity_views.xml
+++ b/mgmtsystem_nonconformity_hr/views/mgmtsystem_nonconformity_views.xml
@@ -1,18 +1,19 @@
-
-
+
-
view.mgmtsystem.nonconformity.department
mgmtsystem.nonconformity
-
+
-
+
From 68c6deb74842e86c35dc669bbd32b811a7a81c98 Mon Sep 17 00:00:00 2001
From: oca-travis
Date: Wed, 12 Jan 2022 15:25:22 +0000
Subject: [PATCH 04/23] [UPD] Update mgmtsystem_nonconformity_hr.pot
---
.../i18n/mgmtsystem_nonconformity_hr.pot | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/mgmtsystem_nonconformity_hr/i18n/mgmtsystem_nonconformity_hr.pot b/mgmtsystem_nonconformity_hr/i18n/mgmtsystem_nonconformity_hr.pot
index f89e79787297..7f23ebc71251 100644
--- a/mgmtsystem_nonconformity_hr/i18n/mgmtsystem_nonconformity_hr.pot
+++ b/mgmtsystem_nonconformity_hr/i18n/mgmtsystem_nonconformity_hr.pot
@@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Odoo Server 13.0\n"
+"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -18,6 +18,21 @@ msgstr ""
msgid "Department"
msgstr ""
+#. module: mgmtsystem_nonconformity_hr
+#: model:ir.model.fields,field_description:mgmtsystem_nonconformity_hr.field_mgmtsystem_nonconformity__display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: mgmtsystem_nonconformity_hr
+#: model:ir.model.fields,field_description:mgmtsystem_nonconformity_hr.field_mgmtsystem_nonconformity__id
+msgid "ID"
+msgstr ""
+
+#. module: mgmtsystem_nonconformity_hr
+#: model:ir.model.fields,field_description:mgmtsystem_nonconformity_hr.field_mgmtsystem_nonconformity____last_update
+msgid "Last Modified on"
+msgstr ""
+
#. module: mgmtsystem_nonconformity_hr
#: model:ir.model,name:mgmtsystem_nonconformity_hr.model_mgmtsystem_nonconformity
msgid "Nonconformity"
From 228846d818a193e0ebf09ec64d05d0d2447e0f05 Mon Sep 17 00:00:00 2001
From: OCA-git-bot
Date: Wed, 12 Jan 2022 15:51:19 +0000
Subject: [PATCH 05/23] [UPD] README.rst
---
mgmtsystem_nonconformity_hr/README.rst | 10 +++++-----
.../static/description/index.html | 6 +++---
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/mgmtsystem_nonconformity_hr/README.rst b/mgmtsystem_nonconformity_hr/README.rst
index 75cdd1aa5a24..9555dbb02327 100644
--- a/mgmtsystem_nonconformity_hr/README.rst
+++ b/mgmtsystem_nonconformity_hr/README.rst
@@ -14,13 +14,13 @@ Management System - Nonconformity HR
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmanagement--system-lightgray.png?logo=github
- :target: https://github.com/OCA/management-system/tree/13.0/mgmtsystem_nonconformity_hr
+ :target: https://github.com/OCA/management-system/tree/14.0/mgmtsystem_nonconformity_hr
:alt: OCA/management-system
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/management-system-13-0/management-system-13-0-mgmtsystem_nonconformity_hr
+ :target: https://translation.odoo-community.org/projects/management-system-14-0/management-system-14-0-mgmtsystem_nonconformity_hr
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
- :target: https://runbot.odoo-community.org/runbot/128/13.0
+ :target: https://runbot.odoo-community.org/runbot/128/14.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -62,7 +62,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues `_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
-`feedback `_.
+`feedback `_.
Do not contact contributors directly about support or help with technical issues.
@@ -93,6 +93,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-This module is part of the `OCA/management-system `_ project on GitHub.
+This module is part of the `OCA/management-system `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/mgmtsystem_nonconformity_hr/static/description/index.html b/mgmtsystem_nonconformity_hr/static/description/index.html
index 8795c73ee5a4..7593b3b75af3 100644
--- a/mgmtsystem_nonconformity_hr/static/description/index.html
+++ b/mgmtsystem_nonconformity_hr/static/description/index.html
@@ -367,7 +367,7 @@ Management System - Nonconformity HR
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
This is a bridge module between Management System and Human Resource
This module contains some new features for Management System modules.
Nonconformity (NC)
@@ -415,7 +415,7 @@
Bugs are tracked on GitHub Issues.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
-feedback.
+feedback.
Do not contact contributors directly about support or help with technical issues.
@@ -440,7 +440,7 @@
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-
This module is part of the OCA/management-system project on GitHub.
+
This module is part of the OCA/management-system project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
From 1ccef7e01b04463d7f2ece583f9f6fa3880a6fe7 Mon Sep 17 00:00:00 2001
From: YvanDotet
Date: Thu, 19 May 2022 12:00:20 +0200
Subject: [PATCH 06/23] [MIG] mgmtsystem_nonconformity_hr: Migration to 15.0
---
mgmtsystem_nonconformity_hr/__manifest__.py | 2 +-
.../models/mgmtsystem_nonconformity_hr.py | 1 -
mgmtsystem_nonconformity_hr/readme/CONTRIBUTORS.rst | 1 +
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/mgmtsystem_nonconformity_hr/__manifest__.py b/mgmtsystem_nonconformity_hr/__manifest__.py
index 85454ebe7d40..cf113cee9e46 100644
--- a/mgmtsystem_nonconformity_hr/__manifest__.py
+++ b/mgmtsystem_nonconformity_hr/__manifest__.py
@@ -5,7 +5,7 @@
{
"name": "Management System - Nonconformity HR",
"summary": "Bridge module between hr and mgmsystem and",
- "version": "14.0.1.0.0",
+ "version": "15.0.1.0.0",
"author": "Associazione PNLUG - Gruppo Odoo, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/management-system",
"license": "AGPL-3",
diff --git a/mgmtsystem_nonconformity_hr/models/mgmtsystem_nonconformity_hr.py b/mgmtsystem_nonconformity_hr/models/mgmtsystem_nonconformity_hr.py
index 441dfecaacab..98b5f04e2267 100644
--- a/mgmtsystem_nonconformity_hr/models/mgmtsystem_nonconformity_hr.py
+++ b/mgmtsystem_nonconformity_hr/models/mgmtsystem_nonconformity_hr.py
@@ -6,7 +6,6 @@
class MgmtsystemMgmHR(models.Model):
-
_inherit = ["mgmtsystem.nonconformity"]
department_id = fields.Many2one("hr.department", "Department")
diff --git a/mgmtsystem_nonconformity_hr/readme/CONTRIBUTORS.rst b/mgmtsystem_nonconformity_hr/readme/CONTRIBUTORS.rst
index 1434d6da1be5..b0a6d39566a6 100644
--- a/mgmtsystem_nonconformity_hr/readme/CONTRIBUTORS.rst
+++ b/mgmtsystem_nonconformity_hr/readme/CONTRIBUTORS.rst
@@ -1,2 +1,3 @@
* Marcelo Frare
* Stefano Consolaro
+* Yvan Dotet
From ed5a01bbfe246728c6771d7cdab54fe221b03c91 Mon Sep 17 00:00:00 2001
From: oca-ci
Date: Thu, 19 May 2022 10:30:50 +0000
Subject: [PATCH 07/23] [UPD] Update mgmtsystem_nonconformity_hr.pot
---
.../i18n/mgmtsystem_nonconformity_hr.pot | 17 +----------------
1 file changed, 1 insertion(+), 16 deletions(-)
diff --git a/mgmtsystem_nonconformity_hr/i18n/mgmtsystem_nonconformity_hr.pot b/mgmtsystem_nonconformity_hr/i18n/mgmtsystem_nonconformity_hr.pot
index 7f23ebc71251..85d916436a47 100644
--- a/mgmtsystem_nonconformity_hr/i18n/mgmtsystem_nonconformity_hr.pot
+++ b/mgmtsystem_nonconformity_hr/i18n/mgmtsystem_nonconformity_hr.pot
@@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Odoo Server 14.0\n"
+"Project-Id-Version: Odoo Server 15.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -18,21 +18,6 @@ msgstr ""
msgid "Department"
msgstr ""
-#. module: mgmtsystem_nonconformity_hr
-#: model:ir.model.fields,field_description:mgmtsystem_nonconformity_hr.field_mgmtsystem_nonconformity__display_name
-msgid "Display Name"
-msgstr ""
-
-#. module: mgmtsystem_nonconformity_hr
-#: model:ir.model.fields,field_description:mgmtsystem_nonconformity_hr.field_mgmtsystem_nonconformity__id
-msgid "ID"
-msgstr ""
-
-#. module: mgmtsystem_nonconformity_hr
-#: model:ir.model.fields,field_description:mgmtsystem_nonconformity_hr.field_mgmtsystem_nonconformity____last_update
-msgid "Last Modified on"
-msgstr ""
-
#. module: mgmtsystem_nonconformity_hr
#: model:ir.model,name:mgmtsystem_nonconformity_hr.model_mgmtsystem_nonconformity
msgid "Nonconformity"
From 6b002360e53faaeee053f7aeaf24d9125e69995a Mon Sep 17 00:00:00 2001
From: OCA-git-bot
Date: Thu, 19 May 2022 10:33:42 +0000
Subject: [PATCH 08/23] [UPD] README.rst
---
mgmtsystem_nonconformity_hr/README.rst | 11 ++++++-----
.../static/description/index.html | 7 ++++---
2 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/mgmtsystem_nonconformity_hr/README.rst b/mgmtsystem_nonconformity_hr/README.rst
index 9555dbb02327..5a6da8e5d369 100644
--- a/mgmtsystem_nonconformity_hr/README.rst
+++ b/mgmtsystem_nonconformity_hr/README.rst
@@ -14,13 +14,13 @@ Management System - Nonconformity HR
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmanagement--system-lightgray.png?logo=github
- :target: https://github.com/OCA/management-system/tree/14.0/mgmtsystem_nonconformity_hr
+ :target: https://github.com/OCA/management-system/tree/15.0/mgmtsystem_nonconformity_hr
:alt: OCA/management-system
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/management-system-14-0/management-system-14-0-mgmtsystem_nonconformity_hr
+ :target: https://translation.odoo-community.org/projects/management-system-15-0/management-system-15-0-mgmtsystem_nonconformity_hr
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
- :target: https://runbot.odoo-community.org/runbot/128/14.0
+ :target: https://runbot.odoo-community.org/runbot/128/15.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -62,7 +62,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues `_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
-`feedback `_.
+`feedback `_.
Do not contact contributors directly about support or help with technical issues.
@@ -79,6 +79,7 @@ Contributors
* Marcelo Frare
* Stefano Consolaro
+* Yvan Dotet
Maintainers
~~~~~~~~~~~
@@ -93,6 +94,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-This module is part of the `OCA/management-system `_ project on GitHub.
+This module is part of the `OCA/management-system `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/mgmtsystem_nonconformity_hr/static/description/index.html b/mgmtsystem_nonconformity_hr/static/description/index.html
index 7593b3b75af3..295a453a0052 100644
--- a/mgmtsystem_nonconformity_hr/static/description/index.html
+++ b/mgmtsystem_nonconformity_hr/static/description/index.html
@@ -367,7 +367,7 @@ Management System - Nonconformity HR
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
This is a bridge module between Management System and Human Resource
This module contains some new features for Management System modules.
Nonconformity (NC)
@@ -415,7 +415,7 @@
Bugs are tracked on GitHub Issues.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
-feedback.
+feedback.
Do not contact contributors directly about support or help with technical issues.
@@ -440,7 +441,7 @@
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-
This module is part of the OCA/management-system project on GitHub.
+
This module is part of the OCA/management-system project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
From 3e8d4559eed4a1c79733ff44ac8176a1fe43fd0b Mon Sep 17 00:00:00 2001
From: FernandoRomera
Date: Fri, 16 Dec 2022 07:53:04 +0100
Subject: [PATCH 09/23] [16.0][MIG] mgmtsystem_nonconformity_hr: Migration to
16.0
---
mgmtsystem_nonconformity_hr/__manifest__.py | 2 +-
.../i18n/mgmtsystem_extended_hr.pot | 27 -------------------
2 files changed, 1 insertion(+), 28 deletions(-)
delete mode 100644 mgmtsystem_nonconformity_hr/i18n/mgmtsystem_extended_hr.pot
diff --git a/mgmtsystem_nonconformity_hr/__manifest__.py b/mgmtsystem_nonconformity_hr/__manifest__.py
index cf113cee9e46..c0c6c09ab9e4 100644
--- a/mgmtsystem_nonconformity_hr/__manifest__.py
+++ b/mgmtsystem_nonconformity_hr/__manifest__.py
@@ -5,7 +5,7 @@
{
"name": "Management System - Nonconformity HR",
"summary": "Bridge module between hr and mgmsystem and",
- "version": "15.0.1.0.0",
+ "version": "16.0.1.0.0",
"author": "Associazione PNLUG - Gruppo Odoo, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/management-system",
"license": "AGPL-3",
diff --git a/mgmtsystem_nonconformity_hr/i18n/mgmtsystem_extended_hr.pot b/mgmtsystem_nonconformity_hr/i18n/mgmtsystem_extended_hr.pot
deleted file mode 100644
index 9738418bfff0..000000000000
--- a/mgmtsystem_nonconformity_hr/i18n/mgmtsystem_extended_hr.pot
+++ /dev/null
@@ -1,27 +0,0 @@
-# Translation of Odoo Server.
-# This file contains the translation of the following modules:
-# * mgmtsystem_extended_hr
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Odoo Server 11.0\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-10-20 11:55+0000\n"
-"PO-Revision-Date: 2019-10-20 11:55+0000\n"
-"Last-Translator: <>\n"
-"Language-Team: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: \n"
-"Plural-Forms: \n"
-
-#. module: mgmtsystem_extended_hr
-#: model:ir.model.fields,field_description:mgmtsystem_extended_hr.field_mgmtsystem_nonconformity_department_id
-msgid "Department"
-msgstr ""
-
-#. module: mgmtsystem_extended_hr
-#: model:ir.model,name:mgmtsystem_extended_hr.model_mgmtsystem_nonconformity
-msgid "Nonconformity"
-msgstr ""
-
From b122f90ba2ba3b6b2b6408810a448105aeea1717 Mon Sep 17 00:00:00 2001
From: oca-ci
Date: Mon, 19 Dec 2022 14:55:35 +0000
Subject: [PATCH 10/23] [UPD] Update mgmtsystem_nonconformity_hr.pot
---
.../i18n/mgmtsystem_nonconformity_hr.pot | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mgmtsystem_nonconformity_hr/i18n/mgmtsystem_nonconformity_hr.pot b/mgmtsystem_nonconformity_hr/i18n/mgmtsystem_nonconformity_hr.pot
index 85d916436a47..1bd9003e3b29 100644
--- a/mgmtsystem_nonconformity_hr/i18n/mgmtsystem_nonconformity_hr.pot
+++ b/mgmtsystem_nonconformity_hr/i18n/mgmtsystem_nonconformity_hr.pot
@@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Odoo Server 15.0\n"
+"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
From f90cf40d0848fb11c83228f0d84733011cec4094 Mon Sep 17 00:00:00 2001
From: OCA-git-bot
Date: Mon, 19 Dec 2022 14:59:35 +0000
Subject: [PATCH 11/23] [UPD] README.rst
---
mgmtsystem_nonconformity_hr/README.rst | 10 +++++-----
.../static/description/index.html | 6 +++---
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/mgmtsystem_nonconformity_hr/README.rst b/mgmtsystem_nonconformity_hr/README.rst
index 5a6da8e5d369..e78cf0694b54 100644
--- a/mgmtsystem_nonconformity_hr/README.rst
+++ b/mgmtsystem_nonconformity_hr/README.rst
@@ -14,13 +14,13 @@ Management System - Nonconformity HR
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmanagement--system-lightgray.png?logo=github
- :target: https://github.com/OCA/management-system/tree/15.0/mgmtsystem_nonconformity_hr
+ :target: https://github.com/OCA/management-system/tree/16.0/mgmtsystem_nonconformity_hr
:alt: OCA/management-system
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/management-system-15-0/management-system-15-0-mgmtsystem_nonconformity_hr
+ :target: https://translation.odoo-community.org/projects/management-system-16-0/management-system-16-0-mgmtsystem_nonconformity_hr
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
- :target: https://runbot.odoo-community.org/runbot/128/15.0
+ :target: https://runbot.odoo-community.org/runbot/128/16.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -62,7 +62,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues `_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
-`feedback `_.
+`feedback `_.
Do not contact contributors directly about support or help with technical issues.
@@ -94,6 +94,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-This module is part of the `OCA/management-system `_ project on GitHub.
+This module is part of the `OCA/management-system `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/mgmtsystem_nonconformity_hr/static/description/index.html b/mgmtsystem_nonconformity_hr/static/description/index.html
index 295a453a0052..f889d0017c2b 100644
--- a/mgmtsystem_nonconformity_hr/static/description/index.html
+++ b/mgmtsystem_nonconformity_hr/static/description/index.html
@@ -367,7 +367,7 @@ Management System - Nonconformity HR
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
This is a bridge module between Management System and Human Resource
This module contains some new features for Management System modules.
Nonconformity (NC)
@@ -415,7 +415,7 @@
Bugs are tracked on GitHub Issues.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
-feedback.
+feedback.
Do not contact contributors directly about support or help with technical issues.
@@ -441,7 +441,7 @@
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-
This module is part of the OCA/management-system project on GitHub.
+
This module is part of the OCA/management-system project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
From b51e078ad1daa0527b9a838343c801b38ff55e19 Mon Sep 17 00:00:00 2001
From: Ivorra78
Date: Fri, 7 Jul 2023 13:29:53 +0000
Subject: [PATCH 12/23] Added translation using Weblate (Spanish)
---
mgmtsystem_nonconformity_hr/i18n/es.po | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
create mode 100644 mgmtsystem_nonconformity_hr/i18n/es.po
diff --git a/mgmtsystem_nonconformity_hr/i18n/es.po b/mgmtsystem_nonconformity_hr/i18n/es.po
new file mode 100644
index 000000000000..7121bcbd6aab
--- /dev/null
+++ b/mgmtsystem_nonconformity_hr/i18n/es.po
@@ -0,0 +1,25 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * mgmtsystem_nonconformity_hr
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 16.0\n"
+"Report-Msgid-Bugs-To: \n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: es\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+
+#. module: mgmtsystem_nonconformity_hr
+#: model:ir.model.fields,field_description:mgmtsystem_nonconformity_hr.field_mgmtsystem_nonconformity__department_id
+msgid "Department"
+msgstr ""
+
+#. module: mgmtsystem_nonconformity_hr
+#: model:ir.model,name:mgmtsystem_nonconformity_hr.model_mgmtsystem_nonconformity
+msgid "Nonconformity"
+msgstr ""
From 8f1cee3698936e47c71ff8974a94692fc1910ce8 Mon Sep 17 00:00:00 2001
From: Ivorra78
Date: Fri, 7 Jul 2023 13:30:20 +0000
Subject: [PATCH 13/23] Translated using Weblate (Spanish)
Currently translated at 100.0% (2 of 2 strings)
Translation: management-system-16.0/management-system-16.0-mgmtsystem_nonconformity_hr
Translate-URL: https://translation.odoo-community.org/projects/management-system-16-0/management-system-16-0-mgmtsystem_nonconformity_hr/es/
---
mgmtsystem_nonconformity_hr/i18n/es.po | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/mgmtsystem_nonconformity_hr/i18n/es.po b/mgmtsystem_nonconformity_hr/i18n/es.po
index 7121bcbd6aab..6d82812215a7 100644
--- a/mgmtsystem_nonconformity_hr/i18n/es.po
+++ b/mgmtsystem_nonconformity_hr/i18n/es.po
@@ -6,20 +6,22 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
-"Last-Translator: Automatically generated\n"
+"PO-Revision-Date: 2023-07-07 14:10+0000\n"
+"Last-Translator: Ivorra78 \n"
"Language-Team: none\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Weblate 4.17\n"
#. module: mgmtsystem_nonconformity_hr
#: model:ir.model.fields,field_description:mgmtsystem_nonconformity_hr.field_mgmtsystem_nonconformity__department_id
msgid "Department"
-msgstr ""
+msgstr "Departamento"
#. module: mgmtsystem_nonconformity_hr
#: model:ir.model,name:mgmtsystem_nonconformity_hr.model_mgmtsystem_nonconformity
msgid "Nonconformity"
-msgstr ""
+msgstr "Disconformidad"
From b1c3390ddb26195ca8071a6ad4c04fab39f261c8 Mon Sep 17 00:00:00 2001
From: OCA-git-bot
Date: Sun, 3 Sep 2023 14:25:00 +0000
Subject: [PATCH 14/23] [UPD] README.rst
---
mgmtsystem_nonconformity_hr/README.rst | 15 +++---
.../static/description/index.html | 48 ++++++++++---------
2 files changed, 34 insertions(+), 29 deletions(-)
diff --git a/mgmtsystem_nonconformity_hr/README.rst b/mgmtsystem_nonconformity_hr/README.rst
index e78cf0694b54..c355de19568b 100644
--- a/mgmtsystem_nonconformity_hr/README.rst
+++ b/mgmtsystem_nonconformity_hr/README.rst
@@ -2,10 +2,13 @@
Management System - Nonconformity HR
====================================
-.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+..
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+ !! source digest: sha256:90c0fbd92bd9d064bebd10821ca1e8aea5e4d4afe20966a84c6195010bbb9fc5
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
@@ -19,11 +22,11 @@ Management System - Nonconformity HR
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/management-system-16-0/management-system-16-0-mgmtsystem_nonconformity_hr
:alt: Translate me on Weblate
-.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
- :target: https://runbot.odoo-community.org/runbot/128/16.0
- :alt: Try me on Runbot
+.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/management-system&target_branch=16.0
+ :alt: Try me on Runboat
-|badge1| |badge2| |badge3| |badge4| |badge5|
+|badge1| |badge2| |badge3| |badge4| |badge5|
This is a bridge module between Management System and Human Resource
@@ -61,7 +64,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues `_.
In case of trouble, please check there if your issue has already been reported.
-If you spotted it first, help us smashing it by providing a detailed and welcomed
+If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback `_.
Do not contact contributors directly about support or help with technical issues.
diff --git a/mgmtsystem_nonconformity_hr/static/description/index.html b/mgmtsystem_nonconformity_hr/static/description/index.html
index f889d0017c2b..39eb6f6c7940 100644
--- a/mgmtsystem_nonconformity_hr/static/description/index.html
+++ b/mgmtsystem_nonconformity_hr/static/description/index.html
@@ -1,20 +1,20 @@
-
+
-
+
Management System - Nonconformity HR