Skip to content

Commit

Permalink
[MIG] document_page_work_instruction: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimkhoi3010 committed Dec 23, 2024
1 parent 8f01e45 commit 67cc2f1
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 14 deletions.
17 changes: 14 additions & 3 deletions document_page_work_instruction/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Configuration

To enter your work instruction template, you need to:

- go to Management Systems > Configuration > Categories
- go to Management Systems > Documentation > Work Instructions
- select the Work Instructions category and edit the template

Bug Tracker
Expand All @@ -65,16 +65,22 @@ 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
- `Trobz <https://www.trobz.com>`__:

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

- Dung Tran <[email protected]>
- Yvan Dotet <[email protected]>

Other credits
Expand All @@ -84,6 +90,11 @@ 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
-----------

Expand Down
2 changes: 1 addition & 1 deletion document_page_work_instruction/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
"name": "Document Management - Wiki - Work Instructions",
"version": "16.0.1.0.0",
"version": "18.0.1.0.0",
"author": "Savoir-faire Linux,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/management-system",
"license": "AGPL-3",
Expand Down
2 changes: 1 addition & 1 deletion document_page_work_instruction/readme/CONFIGURE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
To enter your work instruction template, you need to:

- go to Management Systems \> Configuration \> Categories
- go to Management Systems \> Documentation \> Work Instructions
- select the Work Instructions category and edit the template
5 changes: 3 additions & 2 deletions document_page_work_instruction/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
- [Tecnativa](https://www.tecnativa.com):
- Ernesto Tejeda

Trobz
- [Trobz](https://www.trobz.com):
- Dung Tran \<<[email protected]>\>
- Khoi (Kien Kim) \<<[email protected]>\>

- Dung Tran \<<[email protected]>\>
- Yvan Dotet \<<[email protected]>\>
2 changes: 1 addition & 1 deletion document_page_work_instruction/readme/CREDITS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
The development of this module has been financially supported by:
The migration of this module from 16.0 to 18.0 was financially supported by:

- Camptocamp
Binary file modified document_page_work_instruction/static/description/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 10 additions & 4 deletions document_page_work_instruction/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ <h1 class="title">Document Management - Wiki - Work Instructions</h1>
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
<p>To enter your work instruction template, you need to:</p>
<ul class="simple">
<li>go to Management Systems &gt; Configuration &gt; Categories</li>
<li>go to Management Systems &gt; Documentation &gt; Work Instructions</li>
<li>select the Work Instructions category and edit the template</li>
</ul>
</div>
Expand Down Expand Up @@ -420,10 +420,11 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
<li>Ernesto Tejeda</li>
</ul>
</li>
</ul>
<p>Trobz</p>
<ul class="simple">
<li><a class="reference external" href="https://www.trobz.com">Trobz</a>:<ul>
<li>Dung Tran &lt;<a class="reference external" href="mailto:dungtd&#64;trobz.com">dungtd&#64;trobz.com</a>&gt;</li>
<li>Khoi (Kien Kim) &lt;<a class="reference external" href="mailto:khoikk&#64;trobz.com">khoikk&#64;trobz.com</a>&gt;</li>
</ul>
</li>
<li>Yvan Dotet &lt;<a class="reference external" href="mailto:yvan.dotet&#64;logicasoft.eu">yvan.dotet&#64;logicasoft.eu</a>&gt;</li>
</ul>
</div>
Expand All @@ -433,6 +434,11 @@ <h2><a class="toc-backref" href="#toc-entry-6">Other credits</a></h2>
<ul class="simple">
<li>Camptocamp</li>
</ul>
<p>The migration of this module from 16.0 to 18.0 was financially supported
by:</p>
<ul class="simple">
<li>Camptocamp</li>
</ul>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<record id="work_instructions_action" model="ir.actions.act_window">
<field name="name">Work Instructions</field>
<field name="res_model">document.page</field>
<field name="view_mode">tree,form</field>
<field name="view_mode">list,form</field>
<field name="help">Work instructions of your management system.</field>
<field
name="domain"
Expand All @@ -16,7 +16,7 @@
</record>
<record id="work_instructions_action_tree" model="ir.actions.act_window.view">
<field name="sequence" eval="0" />
<field name="view_mode">tree</field>
<field name="view_mode">list</field>
<field name="view_id" ref="document_page.view_wiki_tree" />
<field name="act_window_id" ref="work_instructions_action" />
</record>
Expand Down

0 comments on commit 67cc2f1

Please sign in to comment.