Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MIG] [12.0] mgmtsystem manual #246

Merged
merged 17 commits into from
Jun 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
114 changes: 114 additions & 0 deletions mgmtsystem_manual/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
==========================
Management System - Manual
==========================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! 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/12.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-12-0/management-system-12-0-mgmtsystem_manual
: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/12.0
:alt: Try me on Runbot

|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.

Known issues / Roadmap
======================

No known issues

Changelog
=========


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 smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/management-system/issues/new?body=module:%20mgmtsystem_manual%0Aversion:%2012.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]>

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/12.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
21 changes: 21 additions & 0 deletions mgmtsystem_manual/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 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": "12.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>
<record model="document.page" id="manuals">
<field name="name">Manuals</field>
<field name="type">category</field>
</record>
</odoo>
41 changes: 41 additions & 0 deletions mgmtsystem_manual/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# 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: 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"

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

#. module: mgmtsystem_manual
#: model:ir.model,name:mgmtsystem_manual.model_mgmtsystem_system
#: 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:ir.actions.act_window,help:mgmtsystem_manual.action_manuals
msgid "Manuals of your management systems."
msgstr "Handbücher Ihres Management-Systems"
42 changes: 42 additions & 0 deletions mgmtsystem_manual/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# 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: 2018-02-10 07:38+0000\n"
"Last-Translator: enjolras <[email protected]>, 2018\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"

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

#. module: mgmtsystem_manual
#: model:ir.model,name:mgmtsystem_manual.model_mgmtsystem_system
#: model:ir.model.fields,field_description:mgmtsystem_manual.field_mgmtsystem_system_manual_id
msgid "Manual"
msgstr "Manuela"

#. 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:ir.actions.act_window,help:mgmtsystem_manual.action_manuals
msgid "Manuals of your management systems."
msgstr ""
41 changes: 41 additions & 0 deletions mgmtsystem_manual/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# 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,name:mgmtsystem_manual.model_mgmtsystem_system
#: 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:ir.actions.act_window,help:mgmtsystem_manual.action_manuals
msgid "Manuals of your management systems."
msgstr "Manuels de vos systèmes de gestion."
43 changes: 43 additions & 0 deletions mgmtsystem_manual/i18n/hr_HR.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
#
# 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,name:mgmtsystem_manual.model_mgmtsystem_system
#: 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:ir.actions.act_window,help:mgmtsystem_manual.action_manuals
msgid "Manuals of your management systems."
msgstr ""
39 changes: 39 additions & 0 deletions mgmtsystem_manual/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# 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: 2019-03-02 17:11+0000\n"
"Last-Translator: Sergio Zanchetta <[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 3.4\n"

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

#. module: mgmtsystem_manual
#: model:ir.model,name:mgmtsystem_manual.model_mgmtsystem_system
#: 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:ir.actions.act_window,help:mgmtsystem_manual.action_manuals
msgid "Manuals of your management systems."
msgstr "Manuali per i sistemi di gestione."
Loading