Skip to content

Commit

Permalink
Merge PR #607 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 23, 2024
2 parents a6b639f + fbbff22 commit c397366
Show file tree
Hide file tree
Showing 29 changed files with 1,149 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 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\).*
113 changes: 113 additions & 0 deletions document_page_work_instruction/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
==============================================
Document Management - Wiki - Work Instructions
==============================================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:cf9fa902a8a6c4bc10a0f811e2e70252236b5316b4847b4590b5b609f1069f30
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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_work_instruction
: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_work_instruction
: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 Work Instructions Template.

**Table of contents**

.. contents::
:local:

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

To enter your work instruction template, you need to:

- go to Management Systems > Documentation > Work Instructions
- select the Work Instructions category and edit 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 to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/management-system/issues/new?body=module:%20document_page_work_instruction%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 <[email protected]>

- Gervais Naoussi <[email protected]>

- Eugen Don <[email protected]>

- Jose Maria Alzaga <[email protected]>

- `Tecnativa <https://www.tecnativa.com>`__:

- Ernesto Tejeda

- `Trobz <https://www.trobz.com>`__:

- Dung Tran <[email protected]>
- Khoi (Kien Kim) <[email protected]>

- Yvan Dotet <[email protected]>

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

The development of this module has been financially supported by:

- Camptocamp

The migration of this module from 16.0 to 18.0 was 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_work_instruction>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
2 changes: 2 additions & 0 deletions document_page_work_instruction/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Copyright (C) 2010 Savoir-faire Linux (<http://www.savoirfairelinux.com>).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
14 changes: 14 additions & 0 deletions document_page_work_instruction/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 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 - Work Instructions",
"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.xml", "views/document_page_work_instructions.xml"],
"installable": True,
}
16 changes: 16 additions & 0 deletions document_page_work_instruction/data/document_page.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" ?>
<odoo noupdate="1">
<record id="document_page_group_work_instructions" model="document.page">
<field name="name">Work Instructions</field>
<field name="type">category</field>
<field name="template">
<![CDATA[
<h1>Step 1</h1>
<h1>Step 2</h1>
<h1>Step 3</h1>
]]>
</field>
</record>
</odoo>
31 changes: 31 additions & 0 deletions document_page_work_instruction/i18n/de.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_work_instruction
#
# Translators:
# Rudolf Schnapka <[email protected]>, 2016
msgid ""
msgstr ""
"Project-Id-Version: management-system (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-07 01:45+0000\n"
"PO-Revision-Date: 2016-03-11 15:53+0000\n"
"Last-Translator: Rudolf Schnapka <[email protected]>\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_work_instruction
#: model:ir.actions.act_window,name:document_page_work_instruction.work_instructions_action
#: model:ir.ui.menu,name:document_page_work_instruction.menu_mgmtsystem_manuals_work_instructions
msgid "Work Instructions"
msgstr "Arbeitsanweisungen"

#. module: document_page_work_instruction
#: model_terms:ir.actions.act_window,help:document_page_work_instruction.work_instructions_action
msgid "Work instructions of your management system."
msgstr "Arbeitsanweisungen 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_work_instruction
#
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"

#. module: document_page_work_instruction
#: model:ir.actions.act_window,name:document_page_work_instruction.work_instructions_action
#: model:ir.ui.menu,name:document_page_work_instruction.menu_mgmtsystem_manuals_work_instructions
msgid "Work Instructions"
msgstr ""

#. module: document_page_work_instruction
#: model_terms:ir.actions.act_window,help:document_page_work_instruction.work_instructions_action
msgid "Work instructions of your management system."
msgstr ""
30 changes: 30 additions & 0 deletions document_page_work_instruction/i18n/es.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_work_instruction
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: management-system (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-05 01:40+0000\n"
"PO-Revision-Date: 2016-03-04 19:38+0000\n"
"Last-Translator: OCA Transbot <[email protected]>\n"
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-management-"
"system-9-0/language/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: document_page_work_instruction
#: model:ir.actions.act_window,name:document_page_work_instruction.work_instructions_action
#: model:ir.ui.menu,name:document_page_work_instruction.menu_mgmtsystem_manuals_work_instructions
msgid "Work Instructions"
msgstr "Instrucciones De Trabajo"

#. module: document_page_work_instruction
#: model_terms:ir.actions.act_window,help:document_page_work_instruction.work_instructions_action
msgid "Work instructions of your management system."
msgstr "Instrucciones de trabajo de su sistema de gestión."
32 changes: 32 additions & 0 deletions document_page_work_instruction/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_work_instruction
#
# Translators:
# JOSE ALEJANDRO ECHEVERRI VALENCIA <[email protected]>, 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_work_instruction
#: model:ir.actions.act_window,name:document_page_work_instruction.work_instructions_action
#: model:ir.ui.menu,name:document_page_work_instruction.menu_mgmtsystem_manuals_work_instructions
msgid "Work Instructions"
msgstr "Instructivo"

#. module: document_page_work_instruction
#: model_terms:ir.actions.act_window,help:document_page_work_instruction.work_instructions_action
msgid "Work instructions of your management system."
msgstr "Instructivo de tu sistema de gestión."
28 changes: 28 additions & 0 deletions document_page_work_instruction/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_work_instruction
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-29 15:34+0000\n"
"Last-Translator: Mostafa Barmshory <[email protected]>\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 4.17\n"

#. module: document_page_work_instruction
#: model:ir.actions.act_window,name:document_page_work_instruction.work_instructions_action
#: model:ir.ui.menu,name:document_page_work_instruction.menu_mgmtsystem_manuals_work_instructions
msgid "Work Instructions"
msgstr "دستورالعمل‌های کاری"

#. module: document_page_work_instruction
#: model_terms:ir.actions.act_window,help:document_page_work_instruction.work_instructions_action
msgid "Work instructions of your management system."
msgstr "دستورالعمل‌های کاری سیستم مدیریت شما."
31 changes: 31 additions & 0 deletions document_page_work_instruction/i18n/fr.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_work_instruction
#
# Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2013
msgid ""
msgstr ""
"Project-Id-Version: management-system (9.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-05 01:40+0000\n"
"PO-Revision-Date: 2016-03-04 19:38+0000\n"
"Last-Translator: OCA Transbot <[email protected]>\n"
"Language-Team: French (http://www.transifex.com/oca/OCA-management-"
"system-9-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_work_instruction
#: model:ir.actions.act_window,name:document_page_work_instruction.work_instructions_action
#: model:ir.ui.menu,name:document_page_work_instruction.menu_mgmtsystem_manuals_work_instructions
msgid "Work Instructions"
msgstr "Instructions de travail"

#. module: document_page_work_instruction
#: model_terms:ir.actions.act_window,help:document_page_work_instruction.work_instructions_action
msgid "Work instructions of your management system."
msgstr "Instructions de travail de votre système de gestion."
32 changes: 32 additions & 0 deletions document_page_work_instruction/i18n/hr_HR.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_work_instruction
#
# 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: document_page_work_instruction
#: model:ir.actions.act_window,name:document_page_work_instruction.work_instructions_action
#: model:ir.ui.menu,name:document_page_work_instruction.menu_mgmtsystem_manuals_work_instructions
msgid "Work Instructions"
msgstr "Radne upute"

#. module: document_page_work_instruction
#: model_terms:ir.actions.act_window,help:document_page_work_instruction.work_instructions_action
msgid "Work instructions of your management system."
msgstr "Radne upute za vaš sustav upravljanja"
28 changes: 28 additions & 0 deletions document_page_work_instruction/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_work_instruction
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2019-03-02 19:52+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: document_page_work_instruction
#: model:ir.actions.act_window,name:document_page_work_instruction.work_instructions_action
#: model:ir.ui.menu,name:document_page_work_instruction.menu_mgmtsystem_manuals_work_instructions
msgid "Work Instructions"
msgstr "Istruzioni di lavoro"

#. module: document_page_work_instruction
#: model_terms:ir.actions.act_window,help:document_page_work_instruction.work_instructions_action
msgid "Work instructions of your management system."
msgstr "Istruzioni di lavoro per il sistema di gestione."
Loading

0 comments on commit c397366

Please sign in to comment.