diff --git a/document_page_health_safety_manual/README.rst b/document_page_health_safety_manual/README.rst new file mode 100644 index 000000000000..e9e5fc31e4b3 --- /dev/null +++ b/document_page_health_safety_manual/README.rst @@ -0,0 +1,99 @@ +======================== +Health and Safety Manual +======================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:72bb4d4a4da5acaa70958ca4fcb1cc637cb872c87b8f49cb0dd131a9e656fb77 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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/17.0/document_page_health_safety_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-17-0/management-system-17-0-document_page_health_safety_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=17.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module provides an Health and Safety Manual template. + +**Table of contents** + +.. contents:: + :local: + +Usage +===== + +To enter your information security manual, you need to: + +- go to Management Systems > Documentation > Manuals +- click on Create and select the Health and Safety Manual category +- enter your content + +Known issues / Roadmap +====================== + +- Report any issue or ideas to + https://github.com/OCA/management-system/issues + +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 to smash it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +------- + +* Savoir-faire Linux + +Contributors +------------ + +- Loïc Faure-Lacroix +- Gervais Naoussi +- `Guadaltech `__: + + - Fernando La Chica + +- `Binhex `__: + + - David Luis Mora + +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/document_page_health_safety_manual/__init__.py b/document_page_health_safety_manual/__init__.py new file mode 100644 index 000000000000..75b83e4df9fb --- /dev/null +++ b/document_page_health_safety_manual/__init__.py @@ -0,0 +1,19 @@ +############################################################################## +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2010 Savoir-faire Linux (). +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# +############################################################################## diff --git a/document_page_health_safety_manual/__manifest__.py b/document_page_health_safety_manual/__manifest__.py new file mode 100644 index 000000000000..f82a0e207505 --- /dev/null +++ b/document_page_health_safety_manual/__manifest__.py @@ -0,0 +1,30 @@ +############################################################################## +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2010 Savoir-faire Linux (). +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +############################################################################## +{ + "name": "Health and Safety Manual", + "version": "17.0.1.0.0", + "author": "Savoir-faire Linux, Odoo Community Association (OCA)", + "website": "https://github.com/OCA/management-system", + "license": "AGPL-3", + "category": "Generic Modules/Others", + "depends": ["mgmtsystem_manual"], + "data": ["data/document_page.xml"], + "installable": True, +} diff --git a/document_page_health_safety_manual/data/document_page.xml b/document_page_health_safety_manual/data/document_page.xml new file mode 100644 index 000000000000..e4866a23cf24 --- /dev/null +++ b/document_page_health_safety_manual/data/document_page.xml @@ -0,0 +1,10 @@ + + + + Health and Safety Manual + category + +TODO: Add the structure of the health and safety manual from the OHSAS 18001 standard. + + + diff --git a/document_page_health_safety_manual/i18n/document_page_health_safety_manual.pot b/document_page_health_safety_manual/i18n/document_page_health_safety_manual.pot new file mode 100644 index 000000000000..78d58d53fe07 --- /dev/null +++ b/document_page_health_safety_manual/i18n/document_page_health_safety_manual.pot @@ -0,0 +1,13 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.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" diff --git a/document_page_health_safety_manual/i18n/it.po b/document_page_health_safety_manual/i18n/it.po new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/document_page_health_safety_manual/pyproject.toml b/document_page_health_safety_manual/pyproject.toml new file mode 100644 index 000000000000..4231d0cccb3d --- /dev/null +++ b/document_page_health_safety_manual/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/document_page_health_safety_manual/readme/CONTRIBUTORS.md b/document_page_health_safety_manual/readme/CONTRIBUTORS.md new file mode 100644 index 000000000000..d29e43ed9a68 --- /dev/null +++ b/document_page_health_safety_manual/readme/CONTRIBUTORS.md @@ -0,0 +1,6 @@ +- Loïc Faure-Lacroix \<\> +- Gervais Naoussi \<\> +- [Guadaltech](https://www.guadaltech.es): + - Fernando La Chica \<\> +- [Binhex](https://binhex.cloud//com): + - David Luis Mora \<\> diff --git a/document_page_health_safety_manual/readme/DESCRIPTION.md b/document_page_health_safety_manual/readme/DESCRIPTION.md new file mode 100644 index 000000000000..722ae4912674 --- /dev/null +++ b/document_page_health_safety_manual/readme/DESCRIPTION.md @@ -0,0 +1 @@ +This module provides an Health and Safety Manual template. diff --git a/document_page_health_safety_manual/readme/ROADMAP.md b/document_page_health_safety_manual/readme/ROADMAP.md new file mode 100644 index 000000000000..ce93f090dba5 --- /dev/null +++ b/document_page_health_safety_manual/readme/ROADMAP.md @@ -0,0 +1,2 @@ +- Report any issue or ideas to + diff --git a/document_page_health_safety_manual/readme/USAGE.md b/document_page_health_safety_manual/readme/USAGE.md new file mode 100644 index 000000000000..c063dddfe52f --- /dev/null +++ b/document_page_health_safety_manual/readme/USAGE.md @@ -0,0 +1,5 @@ +To enter your information security manual, you need to: + +- go to Management Systems \> Documentation \> Manuals +- click on Create and select the Health and Safety Manual category +- enter your content diff --git a/document_page_health_safety_manual/static/description/icon.png b/document_page_health_safety_manual/static/description/icon.png new file mode 100644 index 000000000000..cb1620bf203f Binary files /dev/null and b/document_page_health_safety_manual/static/description/icon.png differ diff --git a/document_page_health_safety_manual/static/description/index.html b/document_page_health_safety_manual/static/description/index.html new file mode 100644 index 000000000000..d2b24081db8f --- /dev/null +++ b/document_page_health_safety_manual/static/description/index.html @@ -0,0 +1,448 @@ + + + + + + +Health and Safety Manual + + + +
+

Health and Safety Manual

+ + +

Beta License: AGPL-3 OCA/management-system Translate me on Weblate Try me on Runboat

+

This module provides an Health and Safety Manual template.

+

Table of contents

+ +
+

Usage

+

To enter your information security manual, you need to:

+
    +
  • go to Management Systems > Documentation > Manuals
  • +
  • click on Create and select the Health and Safety Manual category
  • +
  • enter your content
  • +
+
+ +
+

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 to smash it by providing a detailed and welcomed +feedback.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Savoir-faire Linux
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

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.

+
+
+
+ +