Skip to content

Commit

Permalink
Merge PR #610 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 2, 2024
2 parents 5cf2a0f + 6576745 commit 33ff463
Show file tree
Hide file tree
Showing 31 changed files with 1,211 additions and 0 deletions.
108 changes: 108 additions & 0 deletions document_page_procedure/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
=======================================
Document Management - Wiki - Procedures
=======================================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:0c824ca06c10b367a34e2b2984df8bd5659bc8b14ea054955ede5ac7f0ea03ef
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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/document_page_procedure
: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-document_page_procedure
: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 provides a Procedure template.

- Go to Management Systems > Documentation > Procedures
- Create a new Procedure
- Fill in the title and the content

**Table of contents**

.. contents::
:local:

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

To configure your template of procedures:

- Go to Knowledge > Pages > Categories
- Select the Procedure category
- Customize the 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 to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/management-system/issues/new?body=module:%20document_page_procedure%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
------------

- Savoir-faire Linux <support@savoirfairelinux.com>
- Gervais Naoussi <gervaisnaoussi@gmail.com>
- Eugen Don <eugen.don@don-systems.de>
- Jose Maria Alzaga <jose.alzaga@aselcis.com>
- `Tecnativa <https://www.tecnativa.com>`__:

- Ernesto Tejeda

Trobz

- Dung Tran <dungtd@trobz.com>
- Yvan Dotet <yvan.dotet@logicasoft.eu>
- Tuan Nguyen <tuanna@trobz.com>

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

The migration 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/document_page_procedure>`_ project on GitHub.

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

{
"name": "Document Management - Wiki - Procedures",
"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/document_page_procedure.xml", "views/document_page_procedure.xml"],
"demo": ["demo/document_page_procedure.xml"],
"installable": True,
}
3 changes: 3 additions & 0 deletions document_page_procedure/checklog-odoo.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[checklog-odoo]
ignore=
WARNING.0 failed, 0 error\(s\).
20 changes: 20 additions & 0 deletions document_page_procedure/data/document_page_procedure.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8" ?>
<odoo noupdate="1">
<record id="document_page_group_procedure" model="document.page">
<field name="name">Procedure</field>
<field name="type">category</field>
<field name="template">
<![CDATA[
<h1>Objective</h1>
<h1>Application Domain</h1>
<h1>Terms and Definitions</h1>
<h1>Responsibilities</h1>
<h1>Process</h1>
]]>
</field>
</record>
</odoo>
21 changes: 21 additions & 0 deletions document_page_procedure/demo/document_page_procedure.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<record id="document_page_procedure" model="document.page">
<field name="name">Procedure</field>
<field name="parent_id" ref="document_page_group_procedure" />
<field name="type">content</field>
<field name="content">
<![CDATA[
<h1>Objective</h1>
<h1>Application Domain</h1>
<h1>Terms and Definitions</h1>
<h1>Responsibilities</h1>
<h1>Process</h1>
]]>
</field>
</record>
</odoo>
30 changes: 30 additions & 0 deletions document_page_procedure/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * document_page_procedure
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-15 18:09+0000\n"
"PO-Revision-Date: 2018-01-15 18:09+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\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: document_page_procedure
#: model:ir.actions.act_window,name:document_page_procedure.action_procedures
#: model:ir.ui.menu,name:document_page_procedure.menu_mgmtsystem_manuals_procedures
msgid "Procedures"
msgstr "Vorgänge"

#. module: document_page_procedure
#: model_terms:ir.actions.act_window,help:document_page_procedure.action_procedures
msgid "Procedures of your management system."
msgstr "Prozeduren Ihres Management-Systems."
25 changes: 25 additions & 0 deletions document_page_procedure/i18n/document_page_procedure.pot
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_procedure
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.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_procedure
#: model:ir.actions.act_window,name:document_page_procedure.action_procedures
#: model:ir.ui.menu,name:document_page_procedure.menu_mgmtsystem_manuals_procedures
msgid "Procedures"
msgstr ""

#. module: document_page_procedure
#: model_terms:ir.actions.act_window,help:document_page_procedure.action_procedures
msgid "Procedures of your management system."
msgstr ""
28 changes: 28 additions & 0 deletions document_page_procedure/i18n/es.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_procedure
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-28 14:32+0000\n"
"PO-Revision-Date: 2015-07-28 14:32+0000\n"
"Last-Translator: Glen Sojo <glen.sojo@clearcorp.co.cr>\n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: document_page_procedure
#: model:ir.actions.act_window,name:document_page_procedure.action_procedures
#: model:ir.ui.menu,name:document_page_procedure.menu_mgmtsystem_manuals_procedures
msgid "Procedures"
msgstr "Procedimientos"

#. module: document_page_procedure
#: model_terms:ir.actions.act_window,help:document_page_procedure.action_procedures
msgid "Procedures of your management system."
msgstr "Procedimientos de su sistema de gestión."
32 changes: 32 additions & 0 deletions document_page_procedure/i18n/es_CO.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_procedure
#
# Translators:
# JOSE ALEJANDRO ECHEVERRI VALENCIA <josealejandroeche@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-16 07:18+0000\n"
"PO-Revision-Date: 2018-01-16 07:18+0000\n"
"Last-Translator: JOSE ALEJANDRO ECHEVERRI VALENCIA <josealejandroeche@gmail."
"com>, 2018\n"
"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/"
"es_CO/)\n"
"Language: es_CO\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_procedure
#: model:ir.actions.act_window,name:document_page_procedure.action_procedures
#: model:ir.ui.menu,name:document_page_procedure.menu_mgmtsystem_manuals_procedures
msgid "Procedures"
msgstr "Procedimientos"

#. module: document_page_procedure
#: model_terms:ir.actions.act_window,help:document_page_procedure.action_procedures
msgid "Procedures of your management system."
msgstr "Procedimientos de tu sistema de gestión."
28 changes: 28 additions & 0 deletions document_page_procedure/i18n/fa.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_procedure
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-08-28 13:06+0000\n"
"Last-Translator: Mostafa Barmshory <mostafa.barmshory@gmail.com>\n"
"Language-Team: none\n"
"Language: fa\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 5.6.2\n"

#. module: document_page_procedure
#: model:ir.actions.act_window,name:document_page_procedure.action_procedures
#: model:ir.ui.menu,name:document_page_procedure.menu_mgmtsystem_manuals_procedures
msgid "Procedures"
msgstr "رویه‌ها"

#. module: document_page_procedure
#: model_terms:ir.actions.act_window,help:document_page_procedure.action_procedures
msgid "Procedures of your management system."
msgstr "رویه‌های سیستم مدیریت شما."
32 changes: 32 additions & 0 deletions document_page_procedure/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_procedure
#
# 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:38+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_procedure
#: model:ir.actions.act_window,name:document_page_procedure.action_procedures
#: model:ir.ui.menu,name:document_page_procedure.menu_mgmtsystem_manuals_procedures
msgid "Procedures"
msgstr "Procédures"

#. module: document_page_procedure
#: model_terms:ir.actions.act_window,help:document_page_procedure.action_procedures
msgid "Procedures of your management system."
msgstr "Procédures du système de gestion"
31 changes: 31 additions & 0 deletions document_page_procedure/i18n/hr.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_procedure
#
# Translators:
# Bole <bole@dajmi5.com>, 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: Bole <bole@dajmi5.com>, 2018\n"
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
"Language: 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: document_page_procedure
#: model:ir.actions.act_window,name:document_page_procedure.action_procedures
#: model:ir.ui.menu,name:document_page_procedure.menu_mgmtsystem_manuals_procedures
msgid "Procedures"
msgstr "Procedure"

#. module: document_page_procedure
#: model_terms:ir.actions.act_window,help:document_page_procedure.action_procedures
msgid "Procedures of your management system."
msgstr "Procedure vašeg sustava kvalitete"
Loading

0 comments on commit 33ff463

Please sign in to comment.