-
-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by ivantodorovich
- Loading branch information
Showing
30 changed files
with
1,176 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
======================================= | ||
Document Management - Wiki - Procedures | ||
======================================= | ||
|
||
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! 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/15.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-15-0/management-system-15-0-document_page_procedure | ||
: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/15.0 | ||
:alt: Try me on Runbot | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This module provides a Procedure Template. If mgmtsystem_manual will be | ||
installed you can change initial template. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Configuration | ||
============= | ||
|
||
To be able configure your template of procedures, you need to install | ||
mgmtsystem_manual: | ||
|
||
* go to Management Systems > Configuration > Categories | ||
* select the Procedure category | ||
* customize the template | ||
|
||
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_procedure%0Aversion:%2015.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> | ||
|
||
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/15.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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "16.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, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 15.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 "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
# Bole <bole@dajmi5.com>, 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 <bole@dajmi5.com>, 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: 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 upravljanja" |
Oops, something went wrong.