odoo-addon-maintenance-equipment-certification 16.0.1.0.0.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- odoo/addons/maintenance_equipment_certification/README.rst +94 -0
- odoo/addons/maintenance_equipment_certification/__init__.py +1 -0
- odoo/addons/maintenance_equipment_certification/__manifest__.py +19 -0
- odoo/addons/maintenance_equipment_certification/i18n/es.po +103 -0
- odoo/addons/maintenance_equipment_certification/i18n/maintenance_equipment_certification.pot +99 -0
- odoo/addons/maintenance_equipment_certification/models/__init__.py +2 -0
- odoo/addons/maintenance_equipment_certification/models/maintenance_equipment.py +13 -0
- odoo/addons/maintenance_equipment_certification/models/maintenance_equipment_certificate.py +22 -0
- odoo/addons/maintenance_equipment_certification/readme/CONTRIBUTORS.rst +3 -0
- odoo/addons/maintenance_equipment_certification/readme/DESCRIPTION.rst +2 -0
- odoo/addons/maintenance_equipment_certification/readme/USAGE.rst +3 -0
- odoo/addons/maintenance_equipment_certification/security/ir.model.access.csv +3 -0
- odoo/addons/maintenance_equipment_certification/static/description/icon.png +0 -0
- odoo/addons/maintenance_equipment_certification/static/description/index.html +438 -0
- odoo/addons/maintenance_equipment_certification/tests/__init__.py +1 -0
- odoo/addons/maintenance_equipment_certification/tests/test_maintenance_equipment_certification.py +41 -0
- odoo/addons/maintenance_equipment_certification/views/maintenance_equipment_views.xml +27 -0
- odoo_addon_maintenance_equipment_certification-16.0.1.0.0.2.dist-info/METADATA +109 -0
- odoo_addon_maintenance_equipment_certification-16.0.1.0.0.2.dist-info/RECORD +21 -0
- odoo_addon_maintenance_equipment_certification-16.0.1.0.0.2.dist-info/WHEEL +5 -0
- odoo_addon_maintenance_equipment_certification-16.0.1.0.0.2.dist-info/top_level.txt +1 -0
@@ -0,0 +1,94 @@
|
|
1
|
+
===================================
|
2
|
+
Maintenance equipment certification
|
3
|
+
===================================
|
4
|
+
|
5
|
+
..
|
6
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
7
|
+
!! This file is generated by oca-gen-addon-readme !!
|
8
|
+
!! changes will be overwritten. !!
|
9
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
10
|
+
!! source digest: sha256:73d6dedecc9753187ee8d4627069ea90fe0ec5baf550af7b0d0208b7134ce46b
|
11
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
12
|
+
|
13
|
+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
14
|
+
:target: https://odoo-community.org/page/development-status
|
15
|
+
:alt: Beta
|
16
|
+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
|
17
|
+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
18
|
+
:alt: License: AGPL-3
|
19
|
+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmaintenance-lightgray.png?logo=github
|
20
|
+
:target: https://github.com/OCA/maintenance/tree/16.0/maintenance_equipment_certification
|
21
|
+
:alt: OCA/maintenance
|
22
|
+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
23
|
+
:target: https://translation.odoo-community.org/projects/maintenance-16-0/maintenance-16-0-maintenance_equipment_certification
|
24
|
+
:alt: Translate me on Weblate
|
25
|
+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
26
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/maintenance&target_branch=16.0
|
27
|
+
:alt: Try me on Runboat
|
28
|
+
|
29
|
+
|badge1| |badge2| |badge3| |badge4| |badge5|
|
30
|
+
|
31
|
+
Allows you to store a record of the certifications associated with a piece of
|
32
|
+
equipment.
|
33
|
+
|
34
|
+
**Table of contents**
|
35
|
+
|
36
|
+
.. contents::
|
37
|
+
:local:
|
38
|
+
|
39
|
+
Usage
|
40
|
+
=====
|
41
|
+
|
42
|
+
* Got to **Maintenance > Equipment** menu.
|
43
|
+
* Open any equipment.
|
44
|
+
* You will see a Certification tab.
|
45
|
+
|
46
|
+
Bug Tracker
|
47
|
+
===========
|
48
|
+
|
49
|
+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/maintenance/issues>`_.
|
50
|
+
In case of trouble, please check there if your issue has already been reported.
|
51
|
+
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
52
|
+
`feedback <https://github.com/OCA/maintenance/issues/new?body=module:%20maintenance_equipment_certification%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
53
|
+
|
54
|
+
Do not contact contributors directly about support or help with technical issues.
|
55
|
+
|
56
|
+
Credits
|
57
|
+
=======
|
58
|
+
|
59
|
+
Authors
|
60
|
+
~~~~~~~
|
61
|
+
|
62
|
+
* Trey (www.trey.es)
|
63
|
+
|
64
|
+
Contributors
|
65
|
+
~~~~~~~~~~~~
|
66
|
+
|
67
|
+
* `Trey <https://www.trey.es>`_:
|
68
|
+
|
69
|
+
* Vicent Cubells <vicent@trey.es>
|
70
|
+
|
71
|
+
Maintainers
|
72
|
+
~~~~~~~~~~~
|
73
|
+
|
74
|
+
This module is maintained by the OCA.
|
75
|
+
|
76
|
+
.. image:: https://odoo-community.org/logo.png
|
77
|
+
:alt: Odoo Community Association
|
78
|
+
:target: https://odoo-community.org
|
79
|
+
|
80
|
+
OCA, or the Odoo Community Association, is a nonprofit organization whose
|
81
|
+
mission is to support the collaborative development of Odoo features and
|
82
|
+
promote its widespread use.
|
83
|
+
|
84
|
+
.. |maintainer-cubells| image:: https://github.com/cubells.png?size=40px
|
85
|
+
:target: https://github.com/cubells
|
86
|
+
:alt: cubells
|
87
|
+
|
88
|
+
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|
89
|
+
|
90
|
+
|maintainer-cubells|
|
91
|
+
|
92
|
+
This module is part of the `OCA/maintenance <https://github.com/OCA/maintenance/tree/16.0/maintenance_equipment_certification>`_ project on GitHub.
|
93
|
+
|
94
|
+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
@@ -0,0 +1 @@
|
|
1
|
+
from . import models
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# Copyright 2025 Trey, Kilobytes de Soluciones - Vicent Cubells
|
2
|
+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
3
|
+
{
|
4
|
+
"name": "Maintenance equipment certification",
|
5
|
+
"summary": "Add to store certifications associated with a equipment.",
|
6
|
+
"category": "Human Resources",
|
7
|
+
"version": "16.0.1.0.0",
|
8
|
+
"author": "Trey (www.trey.es), Odoo Community Association (OCA)",
|
9
|
+
"website": "https://github.com/OCA/maintenance",
|
10
|
+
"maintainers": ["cubells"],
|
11
|
+
"license": "AGPL-3",
|
12
|
+
"depends": [
|
13
|
+
"maintenance",
|
14
|
+
],
|
15
|
+
"data": [
|
16
|
+
"security/ir.model.access.csv",
|
17
|
+
"views/maintenance_equipment_views.xml",
|
18
|
+
],
|
19
|
+
}
|
@@ -0,0 +1,103 @@
|
|
1
|
+
# Translation of Odoo Server.
|
2
|
+
# This file contains the translation of the following modules:
|
3
|
+
# * maintenance_equipment_certification
|
4
|
+
#
|
5
|
+
msgid ""
|
6
|
+
msgstr ""
|
7
|
+
"Project-Id-Version: Odoo Server 16.0\n"
|
8
|
+
"Report-Msgid-Bugs-To: \n"
|
9
|
+
"POT-Creation-Date: 2025-05-20 15:45+0000\n"
|
10
|
+
"PO-Revision-Date: 2025-05-20 17:48+0200\n"
|
11
|
+
"Last-Translator: \n"
|
12
|
+
"Language-Team: \n"
|
13
|
+
"Language: es\n"
|
14
|
+
"MIME-Version: 1.0\n"
|
15
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
16
|
+
"Content-Transfer-Encoding: 8bit\n"
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18
|
+
"X-Generator: Poedit 3.6\n"
|
19
|
+
|
20
|
+
#. module: maintenance_equipment_certification
|
21
|
+
#: model:ir.model.fields,field_description:maintenance_equipment_certification.field_maintenance_equipment_certificate__certificate_file
|
22
|
+
msgid "Certificate"
|
23
|
+
msgstr "Certificado"
|
24
|
+
|
25
|
+
#. module: maintenance_equipment_certification
|
26
|
+
#: model:ir.model.fields,field_description:maintenance_equipment_certification.field_maintenance_equipment_certificate__certificate_filename
|
27
|
+
msgid "Certificate file name"
|
28
|
+
msgstr "Nombre del fichero del certificado"
|
29
|
+
|
30
|
+
#. module: maintenance_equipment_certification
|
31
|
+
#: model:ir.model.fields,field_description:maintenance_equipment_certification.field_maintenance_equipment__certificate_ids
|
32
|
+
msgid "Certificates"
|
33
|
+
msgstr "Certificados"
|
34
|
+
|
35
|
+
#. module: maintenance_equipment_certification
|
36
|
+
#: model_terms:ir.ui.view,arch_db:maintenance_equipment_certification.hr_equipment_view_form
|
37
|
+
msgid "Certifications"
|
38
|
+
msgstr "Certificaciones"
|
39
|
+
|
40
|
+
#. module: maintenance_equipment_certification
|
41
|
+
#: model:ir.model.fields,field_description:maintenance_equipment_certification.field_maintenance_equipment_certificate__create_uid
|
42
|
+
msgid "Created by"
|
43
|
+
msgstr "Creado por"
|
44
|
+
|
45
|
+
#. module: maintenance_equipment_certification
|
46
|
+
#: model:ir.model.fields,field_description:maintenance_equipment_certification.field_maintenance_equipment_certificate__create_date
|
47
|
+
msgid "Created on"
|
48
|
+
msgstr "Creado el"
|
49
|
+
|
50
|
+
#. module: maintenance_equipment_certification
|
51
|
+
#: model:ir.model.fields,field_description:maintenance_equipment_certification.field_maintenance_equipment_certificate__date
|
52
|
+
msgid "Date"
|
53
|
+
msgstr "Fecha"
|
54
|
+
|
55
|
+
#. module: maintenance_equipment_certification
|
56
|
+
#: model:ir.model.fields,field_description:maintenance_equipment_certification.field_maintenance_equipment_certificate__display_name
|
57
|
+
msgid "Display Name"
|
58
|
+
msgstr "Nombre a mostrar"
|
59
|
+
|
60
|
+
#. module: maintenance_equipment_certification
|
61
|
+
#: model:ir.model.fields,field_description:maintenance_equipment_certification.field_maintenance_equipment_certificate__equipment_id
|
62
|
+
msgid "Equipment"
|
63
|
+
msgstr "Equipo"
|
64
|
+
|
65
|
+
#. module: maintenance_equipment_certification
|
66
|
+
#: model:ir.model.fields,field_description:maintenance_equipment_certification.field_maintenance_equipment_certificate__id
|
67
|
+
msgid "ID"
|
68
|
+
msgstr "Identificador"
|
69
|
+
|
70
|
+
#. module: maintenance_equipment_certification
|
71
|
+
#: model:ir.model.fields,field_description:maintenance_equipment_certification.field_maintenance_equipment_certificate____last_update
|
72
|
+
msgid "Last Modified on"
|
73
|
+
msgstr "Última modificación el"
|
74
|
+
|
75
|
+
#. module: maintenance_equipment_certification
|
76
|
+
#: model:ir.model.fields,field_description:maintenance_equipment_certification.field_maintenance_equipment_certificate__write_uid
|
77
|
+
msgid "Last Updated by"
|
78
|
+
msgstr "Última modificación por"
|
79
|
+
|
80
|
+
#. module: maintenance_equipment_certification
|
81
|
+
#: model:ir.model.fields,field_description:maintenance_equipment_certification.field_maintenance_equipment_certificate__write_date
|
82
|
+
msgid "Last Updated on"
|
83
|
+
msgstr "Última actualización el"
|
84
|
+
|
85
|
+
#. module: maintenance_equipment_certification
|
86
|
+
#: model:ir.model,name:maintenance_equipment_certification.model_maintenance_equipment
|
87
|
+
msgid "Maintenance Equipment"
|
88
|
+
msgstr "Equipo de mantenimiento"
|
89
|
+
|
90
|
+
#. module: maintenance_equipment_certification
|
91
|
+
#: model:ir.model,name:maintenance_equipment_certification.model_maintenance_equipment_certificate
|
92
|
+
msgid "Maintenance equipment certificate"
|
93
|
+
msgstr "Certificado del equipo de mantenimiento"
|
94
|
+
|
95
|
+
#. module: maintenance_equipment_certification
|
96
|
+
#: model:ir.model.fields,field_description:maintenance_equipment_certification.field_maintenance_equipment_certificate__name
|
97
|
+
msgid "Name"
|
98
|
+
msgstr "Nombre"
|
99
|
+
|
100
|
+
#. module: maintenance_equipment_certification
|
101
|
+
#: model:ir.model.fields,field_description:maintenance_equipment_certification.field_maintenance_equipment_certificate__notes
|
102
|
+
msgid "Notes"
|
103
|
+
msgstr "Notas"
|
@@ -0,0 +1,99 @@
|
|
1
|
+
# Translation of Odoo Server.
|
2
|
+
# This file contains the translation of the following modules:
|
3
|
+
# * maintenance_equipment_certification
|
4
|
+
#
|
5
|
+
msgid ""
|
6
|
+
msgstr ""
|
7
|
+
"Project-Id-Version: Odoo Server 16.0\n"
|
8
|
+
"Report-Msgid-Bugs-To: \n"
|
9
|
+
"Last-Translator: \n"
|
10
|
+
"Language-Team: \n"
|
11
|
+
"MIME-Version: 1.0\n"
|
12
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
13
|
+
"Content-Transfer-Encoding: \n"
|
14
|
+
"Plural-Forms: \n"
|
15
|
+
|
16
|
+
#. module: maintenance_equipment_certification
|
17
|
+
#: model:ir.model.fields,field_description:maintenance_equipment_certification.field_maintenance_equipment_certificate__certificate_file
|
18
|
+
msgid "Certificate"
|
19
|
+
msgstr ""
|
20
|
+
|
21
|
+
#. module: maintenance_equipment_certification
|
22
|
+
#: model:ir.model.fields,field_description:maintenance_equipment_certification.field_maintenance_equipment_certificate__certificate_filename
|
23
|
+
msgid "Certificate file name"
|
24
|
+
msgstr ""
|
25
|
+
|
26
|
+
#. module: maintenance_equipment_certification
|
27
|
+
#: model:ir.model.fields,field_description:maintenance_equipment_certification.field_maintenance_equipment__certificate_ids
|
28
|
+
msgid "Certificates"
|
29
|
+
msgstr ""
|
30
|
+
|
31
|
+
#. module: maintenance_equipment_certification
|
32
|
+
#: model_terms:ir.ui.view,arch_db:maintenance_equipment_certification.hr_equipment_view_form
|
33
|
+
msgid "Certifications"
|
34
|
+
msgstr ""
|
35
|
+
|
36
|
+
#. module: maintenance_equipment_certification
|
37
|
+
#: model:ir.model.fields,field_description:maintenance_equipment_certification.field_maintenance_equipment_certificate__create_uid
|
38
|
+
msgid "Created by"
|
39
|
+
msgstr ""
|
40
|
+
|
41
|
+
#. module: maintenance_equipment_certification
|
42
|
+
#: model:ir.model.fields,field_description:maintenance_equipment_certification.field_maintenance_equipment_certificate__create_date
|
43
|
+
msgid "Created on"
|
44
|
+
msgstr ""
|
45
|
+
|
46
|
+
#. module: maintenance_equipment_certification
|
47
|
+
#: model:ir.model.fields,field_description:maintenance_equipment_certification.field_maintenance_equipment_certificate__date
|
48
|
+
msgid "Date"
|
49
|
+
msgstr ""
|
50
|
+
|
51
|
+
#. module: maintenance_equipment_certification
|
52
|
+
#: model:ir.model.fields,field_description:maintenance_equipment_certification.field_maintenance_equipment_certificate__display_name
|
53
|
+
msgid "Display Name"
|
54
|
+
msgstr ""
|
55
|
+
|
56
|
+
#. module: maintenance_equipment_certification
|
57
|
+
#: model:ir.model.fields,field_description:maintenance_equipment_certification.field_maintenance_equipment_certificate__equipment_id
|
58
|
+
msgid "Equipment"
|
59
|
+
msgstr ""
|
60
|
+
|
61
|
+
#. module: maintenance_equipment_certification
|
62
|
+
#: model:ir.model.fields,field_description:maintenance_equipment_certification.field_maintenance_equipment_certificate__id
|
63
|
+
msgid "ID"
|
64
|
+
msgstr ""
|
65
|
+
|
66
|
+
#. module: maintenance_equipment_certification
|
67
|
+
#: model:ir.model.fields,field_description:maintenance_equipment_certification.field_maintenance_equipment_certificate____last_update
|
68
|
+
msgid "Last Modified on"
|
69
|
+
msgstr ""
|
70
|
+
|
71
|
+
#. module: maintenance_equipment_certification
|
72
|
+
#: model:ir.model.fields,field_description:maintenance_equipment_certification.field_maintenance_equipment_certificate__write_uid
|
73
|
+
msgid "Last Updated by"
|
74
|
+
msgstr ""
|
75
|
+
|
76
|
+
#. module: maintenance_equipment_certification
|
77
|
+
#: model:ir.model.fields,field_description:maintenance_equipment_certification.field_maintenance_equipment_certificate__write_date
|
78
|
+
msgid "Last Updated on"
|
79
|
+
msgstr ""
|
80
|
+
|
81
|
+
#. module: maintenance_equipment_certification
|
82
|
+
#: model:ir.model,name:maintenance_equipment_certification.model_maintenance_equipment
|
83
|
+
msgid "Maintenance Equipment"
|
84
|
+
msgstr ""
|
85
|
+
|
86
|
+
#. module: maintenance_equipment_certification
|
87
|
+
#: model:ir.model,name:maintenance_equipment_certification.model_maintenance_equipment_certificate
|
88
|
+
msgid "Maintenance equipment certificate"
|
89
|
+
msgstr ""
|
90
|
+
|
91
|
+
#. module: maintenance_equipment_certification
|
92
|
+
#: model:ir.model.fields,field_description:maintenance_equipment_certification.field_maintenance_equipment_certificate__name
|
93
|
+
msgid "Name"
|
94
|
+
msgstr ""
|
95
|
+
|
96
|
+
#. module: maintenance_equipment_certification
|
97
|
+
#: model:ir.model.fields,field_description:maintenance_equipment_certification.field_maintenance_equipment_certificate__notes
|
98
|
+
msgid "Notes"
|
99
|
+
msgstr ""
|
@@ -0,0 +1,13 @@
|
|
1
|
+
# Copyright 2025 Trey, Kilobytes de Soluciones - Vicent Cubells
|
2
|
+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
3
|
+
from odoo import fields, models
|
4
|
+
|
5
|
+
|
6
|
+
class MaintenanceEquipment(models.Model):
|
7
|
+
_inherit = "maintenance.equipment"
|
8
|
+
|
9
|
+
certificate_ids = fields.One2many(
|
10
|
+
comodel_name="maintenance.equipment.certificate",
|
11
|
+
inverse_name="equipment_id",
|
12
|
+
string="Certificates",
|
13
|
+
)
|
@@ -0,0 +1,22 @@
|
|
1
|
+
# Copyright 2025 Trey, Kilobytes de Soluciones - Vicent Cubells
|
2
|
+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
3
|
+
from odoo import fields, models
|
4
|
+
|
5
|
+
|
6
|
+
class MaintenanceEquipmentCertificate(models.Model):
|
7
|
+
_name = "maintenance.equipment.certificate"
|
8
|
+
_description = "Maintenance equipment certificate"
|
9
|
+
|
10
|
+
name = fields.Char()
|
11
|
+
notes = fields.Text()
|
12
|
+
date = fields.Date()
|
13
|
+
certificate_file = fields.Binary(
|
14
|
+
string="Certificate",
|
15
|
+
attachment=True,
|
16
|
+
)
|
17
|
+
certificate_filename = fields.Char(
|
18
|
+
string="Certificate file name",
|
19
|
+
)
|
20
|
+
equipment_id = fields.Many2one(
|
21
|
+
comodel_name="maintenance.equipment",
|
22
|
+
)
|
@@ -0,0 +1,3 @@
|
|
1
|
+
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
|
2
|
+
access_equipment_certification_user,Certification user,model_maintenance_equipment_certificate,base.group_user,1,0,0,0
|
3
|
+
access_equipment_certification_admin,Certification admin,model_maintenance_equipment_certificate,maintenance.group_equipment_manager,1,1,1,1
|
@@ -0,0 +1,438 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
2
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
5
|
+
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
|
6
|
+
<title>Maintenance equipment certification</title>
|
7
|
+
<style type="text/css">
|
8
|
+
|
9
|
+
/*
|
10
|
+
:Author: David Goodger (goodger@python.org)
|
11
|
+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
|
12
|
+
:Copyright: This stylesheet has been placed in the public domain.
|
13
|
+
|
14
|
+
Default cascading style sheet for the HTML output of Docutils.
|
15
|
+
Despite the name, some widely supported CSS2 features are used.
|
16
|
+
|
17
|
+
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
|
18
|
+
customize this style sheet.
|
19
|
+
*/
|
20
|
+
|
21
|
+
/* used to remove borders from tables and images */
|
22
|
+
.borderless, table.borderless td, table.borderless th {
|
23
|
+
border: 0 }
|
24
|
+
|
25
|
+
table.borderless td, table.borderless th {
|
26
|
+
/* Override padding for "table.docutils td" with "! important".
|
27
|
+
The right padding separates the table cells. */
|
28
|
+
padding: 0 0.5em 0 0 ! important }
|
29
|
+
|
30
|
+
.first {
|
31
|
+
/* Override more specific margin styles with "! important". */
|
32
|
+
margin-top: 0 ! important }
|
33
|
+
|
34
|
+
.last, .with-subtitle {
|
35
|
+
margin-bottom: 0 ! important }
|
36
|
+
|
37
|
+
.hidden {
|
38
|
+
display: none }
|
39
|
+
|
40
|
+
.subscript {
|
41
|
+
vertical-align: sub;
|
42
|
+
font-size: smaller }
|
43
|
+
|
44
|
+
.superscript {
|
45
|
+
vertical-align: super;
|
46
|
+
font-size: smaller }
|
47
|
+
|
48
|
+
a.toc-backref {
|
49
|
+
text-decoration: none ;
|
50
|
+
color: black }
|
51
|
+
|
52
|
+
blockquote.epigraph {
|
53
|
+
margin: 2em 5em ; }
|
54
|
+
|
55
|
+
dl.docutils dd {
|
56
|
+
margin-bottom: 0.5em }
|
57
|
+
|
58
|
+
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
|
59
|
+
overflow: hidden;
|
60
|
+
}
|
61
|
+
|
62
|
+
/* Uncomment (and remove this text!) to get bold-faced definition list terms
|
63
|
+
dl.docutils dt {
|
64
|
+
font-weight: bold }
|
65
|
+
*/
|
66
|
+
|
67
|
+
div.abstract {
|
68
|
+
margin: 2em 5em }
|
69
|
+
|
70
|
+
div.abstract p.topic-title {
|
71
|
+
font-weight: bold ;
|
72
|
+
text-align: center }
|
73
|
+
|
74
|
+
div.admonition, div.attention, div.caution, div.danger, div.error,
|
75
|
+
div.hint, div.important, div.note, div.tip, div.warning {
|
76
|
+
margin: 2em ;
|
77
|
+
border: medium outset ;
|
78
|
+
padding: 1em }
|
79
|
+
|
80
|
+
div.admonition p.admonition-title, div.hint p.admonition-title,
|
81
|
+
div.important p.admonition-title, div.note p.admonition-title,
|
82
|
+
div.tip p.admonition-title {
|
83
|
+
font-weight: bold ;
|
84
|
+
font-family: sans-serif }
|
85
|
+
|
86
|
+
div.attention p.admonition-title, div.caution p.admonition-title,
|
87
|
+
div.danger p.admonition-title, div.error p.admonition-title,
|
88
|
+
div.warning p.admonition-title, .code .error {
|
89
|
+
color: red ;
|
90
|
+
font-weight: bold ;
|
91
|
+
font-family: sans-serif }
|
92
|
+
|
93
|
+
/* Uncomment (and remove this text!) to get reduced vertical space in
|
94
|
+
compound paragraphs.
|
95
|
+
div.compound .compound-first, div.compound .compound-middle {
|
96
|
+
margin-bottom: 0.5em }
|
97
|
+
|
98
|
+
div.compound .compound-last, div.compound .compound-middle {
|
99
|
+
margin-top: 0.5em }
|
100
|
+
*/
|
101
|
+
|
102
|
+
div.dedication {
|
103
|
+
margin: 2em 5em ;
|
104
|
+
text-align: center ;
|
105
|
+
font-style: italic }
|
106
|
+
|
107
|
+
div.dedication p.topic-title {
|
108
|
+
font-weight: bold ;
|
109
|
+
font-style: normal }
|
110
|
+
|
111
|
+
div.figure {
|
112
|
+
margin-left: 2em ;
|
113
|
+
margin-right: 2em }
|
114
|
+
|
115
|
+
div.footer, div.header {
|
116
|
+
clear: both;
|
117
|
+
font-size: smaller }
|
118
|
+
|
119
|
+
div.line-block {
|
120
|
+
display: block ;
|
121
|
+
margin-top: 1em ;
|
122
|
+
margin-bottom: 1em }
|
123
|
+
|
124
|
+
div.line-block div.line-block {
|
125
|
+
margin-top: 0 ;
|
126
|
+
margin-bottom: 0 ;
|
127
|
+
margin-left: 1.5em }
|
128
|
+
|
129
|
+
div.sidebar {
|
130
|
+
margin: 0 0 0.5em 1em ;
|
131
|
+
border: medium outset ;
|
132
|
+
padding: 1em ;
|
133
|
+
background-color: #ffffee ;
|
134
|
+
width: 40% ;
|
135
|
+
float: right ;
|
136
|
+
clear: right }
|
137
|
+
|
138
|
+
div.sidebar p.rubric {
|
139
|
+
font-family: sans-serif ;
|
140
|
+
font-size: medium }
|
141
|
+
|
142
|
+
div.system-messages {
|
143
|
+
margin: 5em }
|
144
|
+
|
145
|
+
div.system-messages h1 {
|
146
|
+
color: red }
|
147
|
+
|
148
|
+
div.system-message {
|
149
|
+
border: medium outset ;
|
150
|
+
padding: 1em }
|
151
|
+
|
152
|
+
div.system-message p.system-message-title {
|
153
|
+
color: red ;
|
154
|
+
font-weight: bold }
|
155
|
+
|
156
|
+
div.topic {
|
157
|
+
margin: 2em }
|
158
|
+
|
159
|
+
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
|
160
|
+
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
|
161
|
+
margin-top: 0.4em }
|
162
|
+
|
163
|
+
h1.title {
|
164
|
+
text-align: center }
|
165
|
+
|
166
|
+
h2.subtitle {
|
167
|
+
text-align: center }
|
168
|
+
|
169
|
+
hr.docutils {
|
170
|
+
width: 75% }
|
171
|
+
|
172
|
+
img.align-left, .figure.align-left, object.align-left, table.align-left {
|
173
|
+
clear: left ;
|
174
|
+
float: left ;
|
175
|
+
margin-right: 1em }
|
176
|
+
|
177
|
+
img.align-right, .figure.align-right, object.align-right, table.align-right {
|
178
|
+
clear: right ;
|
179
|
+
float: right ;
|
180
|
+
margin-left: 1em }
|
181
|
+
|
182
|
+
img.align-center, .figure.align-center, object.align-center {
|
183
|
+
display: block;
|
184
|
+
margin-left: auto;
|
185
|
+
margin-right: auto;
|
186
|
+
}
|
187
|
+
|
188
|
+
table.align-center {
|
189
|
+
margin-left: auto;
|
190
|
+
margin-right: auto;
|
191
|
+
}
|
192
|
+
|
193
|
+
.align-left {
|
194
|
+
text-align: left }
|
195
|
+
|
196
|
+
.align-center {
|
197
|
+
clear: both ;
|
198
|
+
text-align: center }
|
199
|
+
|
200
|
+
.align-right {
|
201
|
+
text-align: right }
|
202
|
+
|
203
|
+
/* reset inner alignment in figures */
|
204
|
+
div.align-right {
|
205
|
+
text-align: inherit }
|
206
|
+
|
207
|
+
/* div.align-center * { */
|
208
|
+
/* text-align: left } */
|
209
|
+
|
210
|
+
.align-top {
|
211
|
+
vertical-align: top }
|
212
|
+
|
213
|
+
.align-middle {
|
214
|
+
vertical-align: middle }
|
215
|
+
|
216
|
+
.align-bottom {
|
217
|
+
vertical-align: bottom }
|
218
|
+
|
219
|
+
ol.simple, ul.simple {
|
220
|
+
margin-bottom: 1em }
|
221
|
+
|
222
|
+
ol.arabic {
|
223
|
+
list-style: decimal }
|
224
|
+
|
225
|
+
ol.loweralpha {
|
226
|
+
list-style: lower-alpha }
|
227
|
+
|
228
|
+
ol.upperalpha {
|
229
|
+
list-style: upper-alpha }
|
230
|
+
|
231
|
+
ol.lowerroman {
|
232
|
+
list-style: lower-roman }
|
233
|
+
|
234
|
+
ol.upperroman {
|
235
|
+
list-style: upper-roman }
|
236
|
+
|
237
|
+
p.attribution {
|
238
|
+
text-align: right ;
|
239
|
+
margin-left: 50% }
|
240
|
+
|
241
|
+
p.caption {
|
242
|
+
font-style: italic }
|
243
|
+
|
244
|
+
p.credits {
|
245
|
+
font-style: italic ;
|
246
|
+
font-size: smaller }
|
247
|
+
|
248
|
+
p.label {
|
249
|
+
white-space: nowrap }
|
250
|
+
|
251
|
+
p.rubric {
|
252
|
+
font-weight: bold ;
|
253
|
+
font-size: larger ;
|
254
|
+
color: maroon ;
|
255
|
+
text-align: center }
|
256
|
+
|
257
|
+
p.sidebar-title {
|
258
|
+
font-family: sans-serif ;
|
259
|
+
font-weight: bold ;
|
260
|
+
font-size: larger }
|
261
|
+
|
262
|
+
p.sidebar-subtitle {
|
263
|
+
font-family: sans-serif ;
|
264
|
+
font-weight: bold }
|
265
|
+
|
266
|
+
p.topic-title {
|
267
|
+
font-weight: bold }
|
268
|
+
|
269
|
+
pre.address {
|
270
|
+
margin-bottom: 0 ;
|
271
|
+
margin-top: 0 ;
|
272
|
+
font: inherit }
|
273
|
+
|
274
|
+
pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
275
|
+
margin-left: 2em ;
|
276
|
+
margin-right: 2em }
|
277
|
+
|
278
|
+
pre.code .ln { color: gray; } /* line numbers */
|
279
|
+
pre.code, code { background-color: #eeeeee }
|
280
|
+
pre.code .comment, code .comment { color: #5C6576 }
|
281
|
+
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
282
|
+
pre.code .literal.string, code .literal.string { color: #0C5404 }
|
283
|
+
pre.code .name.builtin, code .name.builtin { color: #352B84 }
|
284
|
+
pre.code .deleted, code .deleted { background-color: #DEB0A1}
|
285
|
+
pre.code .inserted, code .inserted { background-color: #A3D289}
|
286
|
+
|
287
|
+
span.classifier {
|
288
|
+
font-family: sans-serif ;
|
289
|
+
font-style: oblique }
|
290
|
+
|
291
|
+
span.classifier-delimiter {
|
292
|
+
font-family: sans-serif ;
|
293
|
+
font-weight: bold }
|
294
|
+
|
295
|
+
span.interpreted {
|
296
|
+
font-family: sans-serif }
|
297
|
+
|
298
|
+
span.option {
|
299
|
+
white-space: nowrap }
|
300
|
+
|
301
|
+
span.pre {
|
302
|
+
white-space: pre }
|
303
|
+
|
304
|
+
span.problematic, pre.problematic {
|
305
|
+
color: red }
|
306
|
+
|
307
|
+
span.section-subtitle {
|
308
|
+
/* font-size relative to parent (h1..h6 element) */
|
309
|
+
font-size: 80% }
|
310
|
+
|
311
|
+
table.citation {
|
312
|
+
border-left: solid 1px gray;
|
313
|
+
margin-left: 1px }
|
314
|
+
|
315
|
+
table.docinfo {
|
316
|
+
margin: 2em 4em }
|
317
|
+
|
318
|
+
table.docutils {
|
319
|
+
margin-top: 0.5em ;
|
320
|
+
margin-bottom: 0.5em }
|
321
|
+
|
322
|
+
table.footnote {
|
323
|
+
border-left: solid 1px black;
|
324
|
+
margin-left: 1px }
|
325
|
+
|
326
|
+
table.docutils td, table.docutils th,
|
327
|
+
table.docinfo td, table.docinfo th {
|
328
|
+
padding-left: 0.5em ;
|
329
|
+
padding-right: 0.5em ;
|
330
|
+
vertical-align: top }
|
331
|
+
|
332
|
+
table.docutils th.field-name, table.docinfo th.docinfo-name {
|
333
|
+
font-weight: bold ;
|
334
|
+
text-align: left ;
|
335
|
+
white-space: nowrap ;
|
336
|
+
padding-left: 0 }
|
337
|
+
|
338
|
+
/* "booktabs" style (no vertical lines) */
|
339
|
+
table.docutils.booktabs {
|
340
|
+
border: 0px;
|
341
|
+
border-top: 2px solid;
|
342
|
+
border-bottom: 2px solid;
|
343
|
+
border-collapse: collapse;
|
344
|
+
}
|
345
|
+
table.docutils.booktabs * {
|
346
|
+
border: 0px;
|
347
|
+
}
|
348
|
+
table.docutils.booktabs th {
|
349
|
+
border-bottom: thin solid;
|
350
|
+
text-align: left;
|
351
|
+
}
|
352
|
+
|
353
|
+
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
|
354
|
+
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
|
355
|
+
font-size: 100% }
|
356
|
+
|
357
|
+
ul.auto-toc {
|
358
|
+
list-style-type: none }
|
359
|
+
|
360
|
+
</style>
|
361
|
+
</head>
|
362
|
+
<body>
|
363
|
+
<div class="document" id="maintenance-equipment-certification">
|
364
|
+
<h1 class="title">Maintenance equipment certification</h1>
|
365
|
+
|
366
|
+
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
367
|
+
!! This file is generated by oca-gen-addon-readme !!
|
368
|
+
!! changes will be overwritten. !!
|
369
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
370
|
+
!! source digest: sha256:73d6dedecc9753187ee8d4627069ea90fe0ec5baf550af7b0d0208b7134ce46b
|
371
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
372
|
+
<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/maintenance/tree/16.0/maintenance_equipment_certification"><img alt="OCA/maintenance" src="https://img.shields.io/badge/github-OCA%2Fmaintenance-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/maintenance-16-0/maintenance-16-0-maintenance_equipment_certification"><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/maintenance&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
373
|
+
<p>Allows you to store a record of the certifications associated with a piece of
|
374
|
+
equipment.</p>
|
375
|
+
<p><strong>Table of contents</strong></p>
|
376
|
+
<div class="contents local topic" id="contents">
|
377
|
+
<ul class="simple">
|
378
|
+
<li><a class="reference internal" href="#usage" id="toc-entry-1">Usage</a></li>
|
379
|
+
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-2">Bug Tracker</a></li>
|
380
|
+
<li><a class="reference internal" href="#credits" id="toc-entry-3">Credits</a><ul>
|
381
|
+
<li><a class="reference internal" href="#authors" id="toc-entry-4">Authors</a></li>
|
382
|
+
<li><a class="reference internal" href="#contributors" id="toc-entry-5">Contributors</a></li>
|
383
|
+
<li><a class="reference internal" href="#maintainers" id="toc-entry-6">Maintainers</a></li>
|
384
|
+
</ul>
|
385
|
+
</li>
|
386
|
+
</ul>
|
387
|
+
</div>
|
388
|
+
<div class="section" id="usage">
|
389
|
+
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
|
390
|
+
<ul class="simple">
|
391
|
+
<li>Got to <strong>Maintenance > Equipment</strong> menu.</li>
|
392
|
+
<li>Open any equipment.</li>
|
393
|
+
<li>You will see a Certification tab.</li>
|
394
|
+
</ul>
|
395
|
+
</div>
|
396
|
+
<div class="section" id="bug-tracker">
|
397
|
+
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
|
398
|
+
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/maintenance/issues">GitHub Issues</a>.
|
399
|
+
In case of trouble, please check there if your issue has already been reported.
|
400
|
+
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
401
|
+
<a class="reference external" href="https://github.com/OCA/maintenance/issues/new?body=module:%20maintenance_equipment_certification%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
402
|
+
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
403
|
+
</div>
|
404
|
+
<div class="section" id="credits">
|
405
|
+
<h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
|
406
|
+
<div class="section" id="authors">
|
407
|
+
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
|
408
|
+
<ul class="simple">
|
409
|
+
<li>Trey (www.trey.es)</li>
|
410
|
+
</ul>
|
411
|
+
</div>
|
412
|
+
<div class="section" id="contributors">
|
413
|
+
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
|
414
|
+
<ul class="simple">
|
415
|
+
<li><a class="reference external" href="https://www.trey.es">Trey</a>:<ul>
|
416
|
+
<li>Vicent Cubells <<a class="reference external" href="mailto:vicent@trey.es">vicent@trey.es</a>></li>
|
417
|
+
</ul>
|
418
|
+
</li>
|
419
|
+
</ul>
|
420
|
+
</div>
|
421
|
+
<div class="section" id="maintainers">
|
422
|
+
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
|
423
|
+
<p>This module is maintained by the OCA.</p>
|
424
|
+
<a class="reference external image-reference" href="https://odoo-community.org">
|
425
|
+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
426
|
+
</a>
|
427
|
+
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
428
|
+
mission is to support the collaborative development of Odoo features and
|
429
|
+
promote its widespread use.</p>
|
430
|
+
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
|
431
|
+
<p><a class="reference external image-reference" href="https://github.com/cubells"><img alt="cubells" src="https://github.com/cubells.png?size=40px" /></a></p>
|
432
|
+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/maintenance/tree/16.0/maintenance_equipment_certification">OCA/maintenance</a> project on GitHub.</p>
|
433
|
+
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
|
434
|
+
</div>
|
435
|
+
</div>
|
436
|
+
</div>
|
437
|
+
</body>
|
438
|
+
</html>
|
@@ -0,0 +1 @@
|
|
1
|
+
from . import test_maintenance_equipment_certification
|
odoo/addons/maintenance_equipment_certification/tests/test_maintenance_equipment_certification.py
ADDED
@@ -0,0 +1,41 @@
|
|
1
|
+
# Copyright 2025 Trey, Kilobytes de Soluciones - Vicent Cubells
|
2
|
+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
3
|
+
from odoo.exceptions import AccessError
|
4
|
+
from odoo.tests.common import TransactionCase
|
5
|
+
|
6
|
+
|
7
|
+
class TestMaintenanceEquipmentCertification(TransactionCase):
|
8
|
+
def setUp(self):
|
9
|
+
super().setUp()
|
10
|
+
self.equipment = self.env["maintenance.equipment"].create(
|
11
|
+
{
|
12
|
+
"name": "Test equipment",
|
13
|
+
}
|
14
|
+
)
|
15
|
+
self.user_demo = self.env["res.users"].create(
|
16
|
+
{
|
17
|
+
"name": "Demo User",
|
18
|
+
"login": "Demo",
|
19
|
+
"email": "demo@user.com",
|
20
|
+
"groups_id": [
|
21
|
+
(6, 0, [self.env.ref("base.group_user").id]),
|
22
|
+
],
|
23
|
+
}
|
24
|
+
)
|
25
|
+
|
26
|
+
def test_user_with_no_permission(self):
|
27
|
+
"""Test user with no permission can not modify equipment."""
|
28
|
+
with self.assertRaises(AccessError):
|
29
|
+
self.equipment.with_user(self.user_demo).name = "Test equipment rename"
|
30
|
+
|
31
|
+
def test_user_with_permission(self):
|
32
|
+
"""Test user with permission can modify equipment."""
|
33
|
+
self.user_demo.write(
|
34
|
+
{
|
35
|
+
"groups_id": [
|
36
|
+
(6, 0, [self.env.ref("maintenance.group_equipment_manager").id])
|
37
|
+
],
|
38
|
+
}
|
39
|
+
)
|
40
|
+
self.equipment.with_user(self.user_demo).name = "Test equipment rename"
|
41
|
+
self.assertEqual(self.equipment.name, "Test equipment rename")
|
@@ -0,0 +1,27 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
2
|
+
<odoo>
|
3
|
+
<record id="hr_equipment_view_form" model="ir.ui.view">
|
4
|
+
<field name="model">maintenance.equipment</field>
|
5
|
+
<field name="inherit_id" ref="maintenance.hr_equipment_view_form" />
|
6
|
+
<field name="arch" type="xml">
|
7
|
+
<xpath expr="//notebook" position="inside">
|
8
|
+
<page name="certifications" string="Certifications">
|
9
|
+
<group>
|
10
|
+
<field name="certificate_ids" nolabel="1" colspan="2">
|
11
|
+
<tree editable="top">
|
12
|
+
<field name="date" />
|
13
|
+
<field name="name" />
|
14
|
+
<field name="notes" />
|
15
|
+
<field name="certificate_filename" invisible="1" />
|
16
|
+
<field
|
17
|
+
name="certificate_file"
|
18
|
+
filename="certificate_filename"
|
19
|
+
/>
|
20
|
+
</tree>
|
21
|
+
</field>
|
22
|
+
</group>
|
23
|
+
</page>
|
24
|
+
</xpath>
|
25
|
+
</field>
|
26
|
+
</record>
|
27
|
+
</odoo>
|
@@ -0,0 +1,109 @@
|
|
1
|
+
Metadata-Version: 2.1
|
2
|
+
Name: odoo-addon-maintenance_equipment_certification
|
3
|
+
Version: 16.0.1.0.0.2
|
4
|
+
Summary: Add to store certifications associated with a equipment.
|
5
|
+
Home-page: https://github.com/OCA/maintenance
|
6
|
+
Author: Trey (www.trey.es), Odoo Community Association (OCA)
|
7
|
+
Author-email: support@odoo-community.org
|
8
|
+
License: AGPL-3
|
9
|
+
Classifier: Programming Language :: Python
|
10
|
+
Classifier: Framework :: Odoo
|
11
|
+
Classifier: Framework :: Odoo :: 16.0
|
12
|
+
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
13
|
+
Requires-Python: >=3.10
|
14
|
+
Requires-Dist: odoo<16.1dev,>=16.0a
|
15
|
+
|
16
|
+
===================================
|
17
|
+
Maintenance equipment certification
|
18
|
+
===================================
|
19
|
+
|
20
|
+
..
|
21
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
22
|
+
!! This file is generated by oca-gen-addon-readme !!
|
23
|
+
!! changes will be overwritten. !!
|
24
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
25
|
+
!! source digest: sha256:73d6dedecc9753187ee8d4627069ea90fe0ec5baf550af7b0d0208b7134ce46b
|
26
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
27
|
+
|
28
|
+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
29
|
+
:target: https://odoo-community.org/page/development-status
|
30
|
+
:alt: Beta
|
31
|
+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
|
32
|
+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
33
|
+
:alt: License: AGPL-3
|
34
|
+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmaintenance-lightgray.png?logo=github
|
35
|
+
:target: https://github.com/OCA/maintenance/tree/16.0/maintenance_equipment_certification
|
36
|
+
:alt: OCA/maintenance
|
37
|
+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
38
|
+
:target: https://translation.odoo-community.org/projects/maintenance-16-0/maintenance-16-0-maintenance_equipment_certification
|
39
|
+
:alt: Translate me on Weblate
|
40
|
+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
41
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/maintenance&target_branch=16.0
|
42
|
+
:alt: Try me on Runboat
|
43
|
+
|
44
|
+
|badge1| |badge2| |badge3| |badge4| |badge5|
|
45
|
+
|
46
|
+
Allows you to store a record of the certifications associated with a piece of
|
47
|
+
equipment.
|
48
|
+
|
49
|
+
**Table of contents**
|
50
|
+
|
51
|
+
.. contents::
|
52
|
+
:local:
|
53
|
+
|
54
|
+
Usage
|
55
|
+
=====
|
56
|
+
|
57
|
+
* Got to **Maintenance > Equipment** menu.
|
58
|
+
* Open any equipment.
|
59
|
+
* You will see a Certification tab.
|
60
|
+
|
61
|
+
Bug Tracker
|
62
|
+
===========
|
63
|
+
|
64
|
+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/maintenance/issues>`_.
|
65
|
+
In case of trouble, please check there if your issue has already been reported.
|
66
|
+
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
67
|
+
`feedback <https://github.com/OCA/maintenance/issues/new?body=module:%20maintenance_equipment_certification%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
68
|
+
|
69
|
+
Do not contact contributors directly about support or help with technical issues.
|
70
|
+
|
71
|
+
Credits
|
72
|
+
=======
|
73
|
+
|
74
|
+
Authors
|
75
|
+
~~~~~~~
|
76
|
+
|
77
|
+
* Trey (www.trey.es)
|
78
|
+
|
79
|
+
Contributors
|
80
|
+
~~~~~~~~~~~~
|
81
|
+
|
82
|
+
* `Trey <https://www.trey.es>`_:
|
83
|
+
|
84
|
+
* Vicent Cubells <vicent@trey.es>
|
85
|
+
|
86
|
+
Maintainers
|
87
|
+
~~~~~~~~~~~
|
88
|
+
|
89
|
+
This module is maintained by the OCA.
|
90
|
+
|
91
|
+
.. image:: https://odoo-community.org/logo.png
|
92
|
+
:alt: Odoo Community Association
|
93
|
+
:target: https://odoo-community.org
|
94
|
+
|
95
|
+
OCA, or the Odoo Community Association, is a nonprofit organization whose
|
96
|
+
mission is to support the collaborative development of Odoo features and
|
97
|
+
promote its widespread use.
|
98
|
+
|
99
|
+
.. |maintainer-cubells| image:: https://github.com/cubells.png?size=40px
|
100
|
+
:target: https://github.com/cubells
|
101
|
+
:alt: cubells
|
102
|
+
|
103
|
+
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|
104
|
+
|
105
|
+
|maintainer-cubells|
|
106
|
+
|
107
|
+
This module is part of the `OCA/maintenance <https://github.com/OCA/maintenance/tree/16.0/maintenance_equipment_certification>`_ project on GitHub.
|
108
|
+
|
109
|
+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
@@ -0,0 +1,21 @@
|
|
1
|
+
odoo/addons/maintenance_equipment_certification/README.rst,sha256=V-Z4hzuReY3htRHYqcMakgZW48P7PbxVM1enZUFPGJ0,3354
|
2
|
+
odoo/addons/maintenance_equipment_certification/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
|
3
|
+
odoo/addons/maintenance_equipment_certification/__manifest__.py,sha256=M668yaBubZwGXH9UfafaKihMAMvlGZjXVdhfhbVjnDc,659
|
4
|
+
odoo/addons/maintenance_equipment_certification/i18n/es.po,sha256=Rx7XUiXIWRxgAV0DHa7IHRBn0-jSG-Ex0w8r6_KryWw,4283
|
5
|
+
odoo/addons/maintenance_equipment_certification/i18n/maintenance_equipment_certification.pot,sha256=cKgSl4Wv1p7L-vbTmUpkgpDpVzQsuk1d0P0aB8rQp7k,3839
|
6
|
+
odoo/addons/maintenance_equipment_certification/models/__init__.py,sha256=O4ZPO2GIogTXH0M5vr4p8G-BtVfOSPHhR_rgjDCTHYA,84
|
7
|
+
odoo/addons/maintenance_equipment_certification/models/maintenance_equipment.py,sha256=SQ3DP4dRLQ60stqTw-Oadh3gvx0LvesxmtEdOooqEKc,415
|
8
|
+
odoo/addons/maintenance_equipment_certification/models/maintenance_equipment_certificate.py,sha256=xnhlpJXUu0HW-wFIugeANy7g3z6uia3-PCxDXC7Z0pA,668
|
9
|
+
odoo/addons/maintenance_equipment_certification/readme/CONTRIBUTORS.rst,sha256=mUFTGkfx97FXu0-S2N4Y_nQbImlaIK1veU9BqZ7GwAk,70
|
10
|
+
odoo/addons/maintenance_equipment_certification/readme/DESCRIPTION.rst,sha256=oCFQfbwN8JdCYpmi3DGXYfnjL1leFyIuWOoncMkjSAM,89
|
11
|
+
odoo/addons/maintenance_equipment_certification/readme/USAGE.rst,sha256=W3D6TrCPsn1K9Uqgte2aazUm-9WtG7XaIZBj1L5wcoY,101
|
12
|
+
odoo/addons/maintenance_equipment_certification/security/ir.model.access.csv,sha256=oIfjYdat3wNd2tWyFPh-v1nQiwd9FRc6sECmvyMoGi0,337
|
13
|
+
odoo/addons/maintenance_equipment_certification/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
14
|
+
odoo/addons/maintenance_equipment_certification/static/description/index.html,sha256=qTKu7XvIhOUQ-doF-xS0oRilDf2zU5xFmk4LGbcDryE,12986
|
15
|
+
odoo/addons/maintenance_equipment_certification/tests/__init__.py,sha256=S3T8JA2gEOsBlyk_r3KssJfkCvgiQN7P5T9exb7PxFs,55
|
16
|
+
odoo/addons/maintenance_equipment_certification/tests/test_maintenance_equipment_certification.py,sha256=EUctlLKRxDFH6xJLZPEl2C-oFldHyxMcawGtqVA8c0c,1492
|
17
|
+
odoo/addons/maintenance_equipment_certification/views/maintenance_equipment_views.xml,sha256=cJKDS47EcHMb1dk2iQAIhV50dJ0nGQJOQFnjs-6hoHc,1194
|
18
|
+
odoo_addon_maintenance_equipment_certification-16.0.1.0.0.2.dist-info/METADATA,sha256=aosOnyDS5M42qyvEQEu6u5PerutUr263o_JcxfJviUo,3929
|
19
|
+
odoo_addon_maintenance_equipment_certification-16.0.1.0.0.2.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
20
|
+
odoo_addon_maintenance_equipment_certification-16.0.1.0.0.2.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
21
|
+
odoo_addon_maintenance_equipment_certification-16.0.1.0.0.2.dist-info/RECORD,,
|
@@ -0,0 +1 @@
|
|
1
|
+
odoo
|