Skip to content

Commit

Permalink
Merge PR #606 into 18.0
Browse files Browse the repository at this point in the history
Signed-off-by max3903
  • Loading branch information
OCA-git-bot committed Dec 3, 2024
2 parents 7566c8f + af84355 commit c11ef04
Show file tree
Hide file tree
Showing 33 changed files with 1,425 additions and 0 deletions.
132 changes: 132 additions & 0 deletions mgmtsystem_manual/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
==========================
Management System - Manual
==========================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:978e6683f982488316edf240934db22aa8ad85d0076a884946dd4a71b28cbeff
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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/18.0/mgmtsystem_manual
: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-18-0/management-system-18-0-mgmtsystem_manual
:alt: Translate me on Weblate
.. |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=18.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module adds a menu item "Documentation" and is a dependency of:

- document_page_environment_manual
- document_page_health_safety_manual
- mgmtsystem_quality.

**Table of contents**

.. contents::
:local:

Installation
============

No installation required.

Configuration
=============

No configuration required.

Usage
=====

To use this module, you need to:

- go to Management Systems > Documentation > Manuals
- Create a new page based on existing templates or create your own
templates.

Changelog
=========

13.0.1.0.0 (2019-11-08)
-----------------------

- [MIG] migration to 13.0.

12.0.1.0.0 (2019-06-04)
-----------------------

- [MIG] migration to 12.0.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/management-system/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/management-system/issues/new?body=module:%20mgmtsystem_manual%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
-------

* Savoir-faire Linux

Contributors
------------

- Odoo SA <[email protected]>
- Savoir-faire Linux <[email protected]>
- Gervais Naoussi <[email protected]>
- Eugen Don <[email protected]>
- Jose Maria Alzaga <[email protected]>
- `Tecnativa <https://www.tecnativa.com>`__:

- Ernesto Tejeda

Trobz

- Dung Tran <[email protected]>
- Tuan Nguyen <[email protected]>
- Yvan Dotet <[email protected]>

Other credits
-------------

The development of this module has been financially supported by:

- Camptocamp

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 <https://github.com/OCA/management-system/tree/18.0/mgmtsystem_manual>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
4 changes: 4 additions & 0 deletions mgmtsystem_manual/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright (C) 2010 Savoir-faire Linux (<http://www.savoirfairelinux.com>).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import models
18 changes: 18 additions & 0 deletions mgmtsystem_manual/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Copyright (C) 2010 Savoir-faire Linux (<http://www.savoirfairelinux.com>).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Management System - Manual",
"version": "18.0.1.0.0",
"author": "Savoir-faire Linux,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/management-system",
"license": "AGPL-3",
"category": "Management System",
"depends": ["document_page", "mgmtsystem"],
"data": [
"data/mgmtsystem_manual.xml",
"views/mgmtsystem_manual.xml",
"views/document_page.xml",
],
"installable": True,
}
7 changes: 7 additions & 0 deletions mgmtsystem_manual/data/mgmtsystem_manual.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<odoo noupdate="1">
<record model="document.page" id="manuals">
<field name="name">Manuals</field>
<field name="type">category</field>
</record>
</odoo>
46 changes: 46 additions & 0 deletions mgmtsystem_manual/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mgmtsystem_manual
#
# Translators:
# OCA Transbot <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-21 18:16+0000\n"
"PO-Revision-Date: 2019-09-24 17:24+0000\n"
"Last-Translator: Manuel Stahl <[email protected]>\n"
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
"Language: de\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 3.8\n"

#. module: mgmtsystem_manual
#: model:ir.ui.menu,name:mgmtsystem_manual.menu_mgmtsystem_categories
msgid "Categories"
msgstr "Kategorien"

#. module: mgmtsystem_manual
#: model:ir.model.fields,field_description:mgmtsystem_manual.field_mgmtsystem_system__manual_id
msgid "Manual"
msgstr "Handbuch"

#. module: mgmtsystem_manual
#: model:ir.actions.act_window,name:mgmtsystem_manual.action_manuals
#: model:ir.ui.menu,name:mgmtsystem_manual.menu_mgmtsystem_manuals_manuals
msgid "Manuals"
msgstr "Handbücher"

#. module: mgmtsystem_manual
#: model_terms:ir.actions.act_window,help:mgmtsystem_manual.action_manuals
msgid "Manuals of your management systems."
msgstr "Handbücher Ihres Management-Systems."

#. module: mgmtsystem_manual
#: model:ir.model,name:mgmtsystem_manual.model_mgmtsystem_system
msgid "System"
msgstr "System"
47 changes: 47 additions & 0 deletions mgmtsystem_manual/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mgmtsystem_manual
#
# Translators:
# OCA Transbot <[email protected]>, 2018
# enjolras <[email protected]>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-02-10 07:38+0000\n"
"PO-Revision-Date: 2023-09-04 18:40+0000\n"
"Last-Translator: Ivorra78 <[email protected]>\n"
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\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_manual
#: model:ir.ui.menu,name:mgmtsystem_manual.menu_mgmtsystem_categories
msgid "Categories"
msgstr "categorías"

#. module: mgmtsystem_manual
#: model:ir.model.fields,field_description:mgmtsystem_manual.field_mgmtsystem_system__manual_id
msgid "Manual"
msgstr "Manual"

#. module: mgmtsystem_manual
#: model:ir.actions.act_window,name:mgmtsystem_manual.action_manuals
#: model:ir.ui.menu,name:mgmtsystem_manual.menu_mgmtsystem_manuals_manuals
msgid "Manuals"
msgstr "Manuales"

#. module: mgmtsystem_manual
#: model_terms:ir.actions.act_window,help:mgmtsystem_manual.action_manuals
msgid "Manuals of your management systems."
msgstr "Manuales de tus sistemas de gestión."

#. module: mgmtsystem_manual
#: model:ir.model,name:mgmtsystem_manual.model_mgmtsystem_system
msgid "System"
msgstr "sistema"
45 changes: 45 additions & 0 deletions mgmtsystem_manual/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mgmtsystem_manual
#
# Translators:
# OCA Transbot <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-21 18:16+0000\n"
"PO-Revision-Date: 2017-04-21 18:16+0000\n"
"Last-Translator: OCA Transbot <[email protected]>, 2017\n"
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
"Language: fr\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_manual
#: model:ir.ui.menu,name:mgmtsystem_manual.menu_mgmtsystem_categories
msgid "Categories"
msgstr ""

#. module: mgmtsystem_manual
#: model:ir.model.fields,field_description:mgmtsystem_manual.field_mgmtsystem_system__manual_id
msgid "Manual"
msgstr ""

#. module: mgmtsystem_manual
#: model:ir.actions.act_window,name:mgmtsystem_manual.action_manuals
#: model:ir.ui.menu,name:mgmtsystem_manual.menu_mgmtsystem_manuals_manuals
msgid "Manuals"
msgstr "Manuels"

#. module: mgmtsystem_manual
#: model_terms:ir.actions.act_window,help:mgmtsystem_manual.action_manuals
msgid "Manuals of your management systems."
msgstr "Manuels de vos systèmes de gestion."

#. module: mgmtsystem_manual
#: model:ir.model,name:mgmtsystem_manual.model_mgmtsystem_system
msgid "System"
msgstr ""
47 changes: 47 additions & 0 deletions mgmtsystem_manual/i18n/hr_HR.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mgmtsystem_manual
#
# Translators:
# Bole <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-01 20:06+0000\n"
"PO-Revision-Date: 2017-05-01 20:06+0000\n"
"Last-Translator: Bole <[email protected]>, 2017\n"
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/"
"hr_HR/)\n"
"Language: hr_HR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"

#. module: mgmtsystem_manual
#: model:ir.ui.menu,name:mgmtsystem_manual.menu_mgmtsystem_categories
msgid "Categories"
msgstr ""

#. module: mgmtsystem_manual
#: model:ir.model.fields,field_description:mgmtsystem_manual.field_mgmtsystem_system__manual_id
msgid "Manual"
msgstr "Uputa"

#. module: mgmtsystem_manual
#: model:ir.actions.act_window,name:mgmtsystem_manual.action_manuals
#: model:ir.ui.menu,name:mgmtsystem_manual.menu_mgmtsystem_manuals_manuals
msgid "Manuals"
msgstr "Upute"

#. module: mgmtsystem_manual
#: model_terms:ir.actions.act_window,help:mgmtsystem_manual.action_manuals
msgid "Manuals of your management systems."
msgstr ""

#. module: mgmtsystem_manual
#: model:ir.model,name:mgmtsystem_manual.model_mgmtsystem_system
msgid "System"
msgstr ""
43 changes: 43 additions & 0 deletions mgmtsystem_manual/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mgmtsystem_manual
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2022-11-03 13:44+0000\n"
"Last-Translator: mymage <[email protected]>\n"
"Language-Team: none\n"
"Language: it\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.14.1\n"

#. module: mgmtsystem_manual
#: model:ir.ui.menu,name:mgmtsystem_manual.menu_mgmtsystem_categories
msgid "Categories"
msgstr "Categorie"

#. module: mgmtsystem_manual
#: model:ir.model.fields,field_description:mgmtsystem_manual.field_mgmtsystem_system__manual_id
msgid "Manual"
msgstr "Manuale"

#. module: mgmtsystem_manual
#: model:ir.actions.act_window,name:mgmtsystem_manual.action_manuals
#: model:ir.ui.menu,name:mgmtsystem_manual.menu_mgmtsystem_manuals_manuals
msgid "Manuals"
msgstr "Manuali"

#. module: mgmtsystem_manual
#: model_terms:ir.actions.act_window,help:mgmtsystem_manual.action_manuals
msgid "Manuals of your management systems."
msgstr "Manuali per i sistemi di gestione."

#. module: mgmtsystem_manual
#: model:ir.model,name:mgmtsystem_manual.model_mgmtsystem_system
msgid "System"
msgstr "Sistema"
Loading

0 comments on commit c11ef04

Please sign in to comment.