Skip to content

Commit

Permalink
Merge PR #526 into 12.0
Browse files Browse the repository at this point in the history
Signed-off-by max3903
  • Loading branch information
OCA-git-bot committed Jul 16, 2023
2 parents 5715aa6 + 98f27e6 commit ecbed9b
Show file tree
Hide file tree
Showing 24 changed files with 1,005 additions and 0 deletions.
98 changes: 98 additions & 0 deletions document_page_environmental_aspect/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
=====================
Environmental Aspects
=====================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
:target: https://odoo-community.org/page/development-status
:alt: Production/Stable
.. |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/document_page_environmental_aspect
: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-document_page_environmental_aspect
: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 extends the functionality of the Environment Management System and adds a template for environmental aspects.

**Table of contents**

.. contents::
:local:

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

To configure this module, you need to:

* go to Management Systems > Configuration > Categories
* select the Environmental Aspect category and customize it

Usage
=====

To create environmental aspects, you need to:

* go to Management Systems > Documentation > Environmental Aspects
* click on Create and select the Environmental Aspect category
* enter your content

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:%20document_page_environmental_aspect%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
~~~~~~~~~~~~

* Savoir-faire Linux <support@savoirfairelinux.com>
* Gervais Naoussi <gervaisnaoussi@gmail.com>
* `Guadaltech <https://www.guadaltech.es>`_:

* Fernando La Chica <fernando.lachica@guadaltech.es>

* `Trey Kilobytes de Soluciones SL <https://www.trey.es>`__:

* Vicent Cubells

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/document_page_environmental_aspect>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
19 changes: 19 additions & 0 deletions document_page_environmental_aspect/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2010 Savoir-faire Linux (<http://www.savoirfairelinux.com>).
#
# 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 <http://www.gnu.org/licenses/>.
#
##############################################################################
31 changes: 31 additions & 0 deletions document_page_environmental_aspect/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2010 Savoir-faire Linux (<http://www.savoirfairelinux.com>).
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
#
# 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 <http://www.gnu.org/licenses/>.
#
##############################################################################
{
"name": "Environmental Aspects",
"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": "Generic Modules/Others",
"depends": ["document_page", "mgmtsystem"],
"data": ["data/document_page.xml", "views/document_page.xml"],
"development_status": "Production/Stable",
}
26 changes: 26 additions & 0 deletions document_page_environmental_aspect/data/document_page.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<record id="document_page_group_environmental_aspect" model="document.page">
<field name="name">Environmental Aspect</field>
<field name="type">category</field>
<field name="template">
<![CDATA[
<h1>Activity</h1>
<h1>Environmental Aspect</h1>
<h1>Environmental Impact</h1>
<h1>Laws and Regulations</h1>
<h1>Operational Control</h1>
<h1>Responsibilities</h1>
<h1>Objectives</h1>
<h1>Programs</h1>
]]>
</field>
</record>
</odoo>
32 changes: 32 additions & 0 deletions document_page_environmental_aspect/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_environmental_aspect
#
# Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012
# Rudolf Schnapka <rs@techno-flex.de>, 2016
msgid ""
msgstr ""
"Project-Id-Version: management-system (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-07 01:44+0000\n"
"PO-Revision-Date: 2016-03-11 15:53+0000\n"
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>\n"
"Language-Team: German (http://www.transifex.com/oca/OCA-management-"
"system-9-0/language/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: document_page_environmental_aspect
#: model:ir.actions.act_window,name:document_page_environmental_aspect.action_environmental_aspects
#: model:ir.ui.menu,name:document_page_environmental_aspect.menu_mgmtsystem_manuals_environmental_aspects
msgid "Environmental Aspects"
msgstr "Umweltaspekte"

#. module: document_page_environmental_aspect
#: model_terms:ir.actions.act_window,help:document_page_environmental_aspect.action_environmental_aspects
msgid "Environmental aspects of your management system."
msgstr "Umweltaspekte Ihres Management-Systems."
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_environmental_aspect
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.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"

#. module: document_page_environmental_aspect
#: model:ir.actions.act_window,name:document_page_environmental_aspect.action_environmental_aspects
#: model:ir.ui.menu,name:document_page_environmental_aspect.menu_mgmtsystem_manuals_environmental_aspects
msgid "Environmental Aspects"
msgstr ""

#. module: document_page_environmental_aspect
#: model_terms:ir.actions.act_window,help:document_page_environmental_aspect.action_environmental_aspects
msgid "Environmental aspects of your management system."
msgstr ""
31 changes: 31 additions & 0 deletions document_page_environmental_aspect/i18n/es_CL.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_environmental_aspect
#
# Translators:
# GABRIELA STEGEN <gabrstegen@gmx.net>, 2016
msgid ""
msgstr ""
"Project-Id-Version: management-system (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-08-07 06:43+0000\n"
"PO-Revision-Date: 2016-09-14 21:32+0000\n"
"Last-Translator: GABRIELA STEGEN <gabrstegen@gmx.net>\n"
"Language-Team: Spanish (Chile) (http://www.transifex.com/oca/OCA-management-"
"system-9-0/language/es_CL/)\n"
"Language: es_CL\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: document_page_environmental_aspect
#: model:ir.actions.act_window,name:document_page_environmental_aspect.action_environmental_aspects
#: model:ir.ui.menu,name:document_page_environmental_aspect.menu_mgmtsystem_manuals_environmental_aspects
msgid "Environmental Aspects"
msgstr "Aspectos medio ambientales"

#. module: document_page_environmental_aspect
#: model_terms:ir.actions.act_window,help:document_page_environmental_aspect.action_environmental_aspects
msgid "Environmental aspects of your management system."
msgstr "Aspectos medio ambientales de tu sistema de administración"
32 changes: 32 additions & 0 deletions document_page_environmental_aspect/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_environmental_aspect
#
# Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012
# Maxime Chambreuil <maxime.chambreuil@gmail.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: management-system (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-08-07 14:27+0000\n"
"PO-Revision-Date: 2015-05-26 18:45+0000\n"
"Last-Translator: Maxime Chambreuil <maxime.chambreuil@gmail.com>\n"
"Language-Team: French (http://www.transifex.com/oca/OCA-management-"
"system-8-0/language/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: document_page_environmental_aspect
#: model:ir.actions.act_window,name:document_page_environmental_aspect.action_environmental_aspects
#: model:ir.ui.menu,name:document_page_environmental_aspect.menu_mgmtsystem_manuals_environmental_aspects
msgid "Environmental Aspects"
msgstr "Aspects environnementaux"

#. module: document_page_environmental_aspect
#: model_terms:ir.actions.act_window,help:document_page_environmental_aspect.action_environmental_aspects
msgid "Environmental aspects of your management system."
msgstr "Aspects environnementaux de votre système de gestion."
28 changes: 28 additions & 0 deletions document_page_environmental_aspect/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_environmental_aspect
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2022-11-11 19:44+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\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: document_page_environmental_aspect
#: model:ir.actions.act_window,name:document_page_environmental_aspect.action_environmental_aspects
#: model:ir.ui.menu,name:document_page_environmental_aspect.menu_mgmtsystem_manuals_environmental_aspects
msgid "Environmental Aspects"
msgstr "Aspetti ambientali"

#. module: document_page_environmental_aspect
#: model_terms:ir.actions.act_window,help:document_page_environmental_aspect.action_environmental_aspects
msgid "Environmental aspects of your management system."
msgstr "Aspetti ambientali per il tuo sistema di gestione."
36 changes: 36 additions & 0 deletions document_page_environmental_aspect/i18n/nb.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Norwegian Bokmal translation for openerp-mgmtsystem
# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
# This file is distributed under the same license as the openerp-mgmtsystem package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: openerp-mgmtsystem\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-02-22 20:40+0000\n"
"PO-Revision-Date: 2014-01-22 17:54+0000\n"
"Last-Translator: Torvald Baade Bringsvor <torvald@bringsvor.com>\n"
"Language-Team: Norwegian Bokmal <nb@li.org>\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2014-04-24 06:29+0000\n"
"X-Generator: Launchpad (build 16985)\n"

#. module: document_page_environmental_aspect
#: model:ir.actions.act_window,name:document_page_environmental_aspect.action_environmental_aspects
#: model:ir.ui.menu,name:document_page_environmental_aspect.menu_mgmtsystem_manuals_environmental_aspects
msgid "Environmental Aspects"
msgstr ""

#. module: document_page_environmental_aspect
#: model_terms:ir.actions.act_window,help:document_page_environmental_aspect.action_environmental_aspects
#, fuzzy
msgid "Environmental aspects of your management system."
msgstr ""
"Mal for miljøaspekter, brukbar for miljøstyringssystem\n"
" "

#~ msgid "Document Management - Wiki - Environmental Aspects"
#~ msgstr "Dokumenthåndtering - Wiki - Miljøaspekter"
28 changes: 28 additions & 0 deletions document_page_environmental_aspect/i18n/pt.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_environmental_aspect
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-11-26 15:36+0000\n"
"Last-Translator: Daniel Reis <dgreis@sapo.pt>\n"
"Language-Team: none\n"
"Language: pt\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.3.2\n"

#. module: document_page_environmental_aspect
#: model:ir.actions.act_window,name:document_page_environmental_aspect.action_environmental_aspects
#: model:ir.ui.menu,name:document_page_environmental_aspect.menu_mgmtsystem_manuals_environmental_aspects
msgid "Environmental Aspects"
msgstr "Aspetos ambientais"

#. module: document_page_environmental_aspect
#: model_terms:ir.actions.act_window,help:document_page_environmental_aspect.action_environmental_aspects
msgid "Environmental aspects of your management system."
msgstr "Aspetos ambientais do seu sistema de gestão."
Loading

0 comments on commit ecbed9b

Please sign in to comment.