Skip to content

Commit f922a9e

Browse files
committed
Merge PR #446 into 18.0
Signed-off-by etobella
2 parents 80215f4 + eed7e51 commit f922a9e

File tree

17 files changed

+882
-0
lines changed

17 files changed

+882
-0
lines changed

base_maintenance_group/README.rst

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
==================
2+
Maintenance Groups
3+
==================
4+
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:7c718a98ca46c4a655437411ed50024b0c76f69f839b6141348a6b6a859f5696
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/18.0/base_maintenance_group
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-18-0/maintenance-18-0-base_maintenance_group
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=18.0
27+
:alt: Try me on Runboat
28+
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
30+
31+
This module provides a security group category 'Maintenance' with two
32+
new user groups:
33+
34+
- 'User'
35+
- 'Full Access'.
36+
37+
The user group 'Equipment Manager', already provided by the standard
38+
Odoo, will also be listed in the group category 'Maintenance'.
39+
40+
**Table of contents**
41+
42+
.. contents::
43+
:local:
44+
45+
Usage
46+
=====
47+
48+
Assign any of the Maintenance groups ('User' or 'Equipment Manager' or
49+
'Full Access') to the users, in order to enable the maintenance menus.
50+
51+
To do so, you need to:
52+
53+
1. Go on 'Settings' -> 'Users & Companies' -> 'Users'.
54+
2. Create a new user or select an already existing one.
55+
3. In the tab 'Access Rights', at the 'Application Accesses' paragraph,
56+
set a group in the 'Maintenance' category.
57+
58+
Bug Tracker
59+
===========
60+
61+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/maintenance/issues>`_.
62+
In case of trouble, please check there if your issue has already been reported.
63+
If you spotted it first, help us to smash it by providing a detailed and welcomed
64+
`feedback <https://github.com/OCA/maintenance/issues/new?body=module:%20base_maintenance_group%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
65+
66+
Do not contact contributors directly about support or help with technical issues.
67+
68+
Credits
69+
=======
70+
71+
Authors
72+
-------
73+
74+
* Onestein
75+
76+
Contributors
77+
------------
78+
79+
- Antonio Esposito <a.esposito@onestein.nl>
80+
- Andrea Stirpe <a.stirpe@onestein.nl>
81+
- Luisa Miguéns <luisa.miguens@solvos.es>
82+
- `Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>`__
83+
84+
- Bhavesh Heliconia
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+
This module is part of the `OCA/maintenance <https://github.com/OCA/maintenance/tree/18.0/base_maintenance_group>`_ project on GitHub.
100+
101+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

base_maintenance_group/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Copyright 2017-2019 Onestein (<https://www.onestein.eu>)
2+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
3+
4+
{
5+
"name": "Maintenance Groups",
6+
"summary": "Provides base access groups for the Maintenance App",
7+
"author": "Onestein, Odoo Community Association (OCA)",
8+
"website": "https://github.com/OCA/maintenance",
9+
"category": "Maintenance",
10+
"version": "18.0.1.0.0",
11+
"license": "AGPL-3",
12+
"depends": ["maintenance"],
13+
"data": [
14+
"data/maintenance_data.xml",
15+
"security/maintenance_security.xml",
16+
"views/maintenance_views.xml",
17+
],
18+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<!-- Copyright 2017 Onestein (<https://www.onestein.eu>)
3+
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
4+
<odoo noupdate="1">
5+
<record id="module_maintenance" model="ir.module.category">
6+
<field name="name">Maintenance</field>
7+
<field name="sequence">103</field>
8+
</record>
9+
</odoo>
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * base_maintenance_group
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: base_maintenance_group
17+
#: model:res.groups,name:base_maintenance_group.group_maintenance_manager
18+
msgid "Full Access"
19+
msgstr ""
20+
21+
#. module: base_maintenance_group
22+
#: model:ir.module.category,name:base_maintenance_group.module_maintenance
23+
msgid "Maintenance"
24+
msgstr ""
25+
26+
#. module: base_maintenance_group
27+
#: model:res.groups,name:base_maintenance_group.group_maintenance_user
28+
msgid "User"
29+
msgstr ""

base_maintenance_group/i18n/es.po

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * base_maintenance_group
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 16.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2023-07-22 23:09+0000\n"
10+
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"
11+
"Language-Team: none\n"
12+
"Language: es\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
17+
"X-Generator: Weblate 4.17\n"
18+
19+
#. module: base_maintenance_group
20+
#: model:res.groups,name:base_maintenance_group.group_maintenance_manager
21+
msgid "Full Access"
22+
msgstr "Acceso total"
23+
24+
#. module: base_maintenance_group
25+
#: model:ir.module.category,name:base_maintenance_group.module_maintenance
26+
msgid "Maintenance"
27+
msgstr "Mantenimiento"
28+
29+
#. module: base_maintenance_group
30+
#: model:res.groups,name:base_maintenance_group.group_maintenance_user
31+
msgid "User"
32+
msgstr "Usuario"

base_maintenance_group/i18n/it.po

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * base_maintenance_group
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 12.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2021-07-23 15:49+0000\n"
10+
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
11+
"Language-Team: none\n"
12+
"Language: it\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
17+
"X-Generator: Weblate 4.3.2\n"
18+
19+
#. module: base_maintenance_group
20+
#: model:res.groups,name:base_maintenance_group.group_maintenance_manager
21+
msgid "Full Access"
22+
msgstr "Accesso completo"
23+
24+
#. module: base_maintenance_group
25+
#: model:ir.module.category,name:base_maintenance_group.module_maintenance
26+
msgid "Maintenance"
27+
msgstr "Manutenzione"
28+
29+
#. module: base_maintenance_group
30+
#: model:res.groups,name:base_maintenance_group.group_maintenance_user
31+
msgid "User"
32+
msgstr "Utente"
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * base_maintenance_group
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 12.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2020-06-23 22:10+0000\n"
10+
"Last-Translator: Fernando Colus <fcolus1@gmail.com>\n"
11+
"Language-Team: none\n"
12+
"Language: pt_BR\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=2; plural=n > 1;\n"
17+
"X-Generator: Weblate 3.10\n"
18+
19+
#. module: base_maintenance_group
20+
#: model:res.groups,name:base_maintenance_group.group_maintenance_manager
21+
msgid "Full Access"
22+
msgstr "Acesso Total"
23+
24+
#. module: base_maintenance_group
25+
#: model:ir.module.category,name:base_maintenance_group.module_maintenance
26+
msgid "Maintenance"
27+
msgstr "Manutenção"
28+
29+
#. module: base_maintenance_group
30+
#: model:res.groups,name:base_maintenance_group.group_maintenance_user
31+
msgid "User"
32+
msgstr "Usuário"

base_maintenance_group/i18n/sk.po

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * base_maintenance_group
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 16.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"Last-Translator: Automatically generated\n"
10+
"Language-Team: none\n"
11+
"Language: sk\n"
12+
"MIME-Version: 1.0\n"
13+
"Content-Type: text/plain; charset=UTF-8\n"
14+
"Content-Transfer-Encoding: \n"
15+
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
16+
17+
#. module: base_maintenance_group
18+
#: model:res.groups,name:base_maintenance_group.group_maintenance_manager
19+
msgid "Full Access"
20+
msgstr ""
21+
22+
#. module: base_maintenance_group
23+
#: model:ir.module.category,name:base_maintenance_group.module_maintenance
24+
msgid "Maintenance"
25+
msgstr ""
26+
27+
#. module: base_maintenance_group
28+
#: model:res.groups,name:base_maintenance_group.group_maintenance_user
29+
msgid "User"
30+
msgstr ""
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["whool"]
3+
build-backend = "whool.buildapi"

0 commit comments

Comments
 (0)