Skip to content

Commit

Permalink
IMP: plm_pdf_workorder
Browse files Browse the repository at this point in the history
add gif image in order to make the end user better understand of the
module functionality
  • Loading branch information
mboscolo committed Jan 21, 2025
1 parent 2fc4e1b commit 43cdb7d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 50 deletions.
3 changes: 2 additions & 1 deletion plm_pdf_workorder_enterprise/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
##############################################################################
{
"name": "PLM Report PDF Workorder Enterprise",
"version": "18.0.1.0.0",
"version": "18.0.2.0.0",
"author": "OmniaSolutions",
"website": "https://odooplm.omniasolutions.website",
"category": "Manufacturing/Product Lifecycle Management (PLM)",
Expand All @@ -39,6 +39,7 @@
"plm_pdf_workorder_enterprise/static/src/mrpDisplayRecord.xml",
]
},
"images": ["static/src/img/main_image.gif"],
"installable": True,
"application": False,
"auto_install": True,
Expand Down
55 changes: 6 additions & 49 deletions plm_pdf_workorder_enterprise/static/description/index.html
Original file line number Diff line number Diff line change
@@ -1,54 +1,11 @@
<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="oe_span12">
<h2 class="oe_slogan" style="color:#875A7B">PLM Report PDF Workorder</h2>
<h3 class="oe_centeralign">The module is developed and maintained by <b>OmniaSolutions</b>, Further information at <a href="https://www.omniasolutions.website" style="text-decoration:none; color:#875A7B">www.omniasolutions.website</a></h3>
<h2 class="oe_slogan" style="color:#875A7B">Product LifeCycle Management Shopflor Integration<br>

</h2>
<h3 class="oe_slogan">Automate your shopflor app with plm data</h3>
<img src="../img/main_image.gif" style="border-radius:20px;display:block;margin:auto;">
</div>
</div>
</section>

<section class="oe_container">
<div class="oe_row oe_spaced" style="margin-top:32px">
<div class="oe_span12">
<p style="font-size:18px; text-align:center; width:90%; margin-left:auto; margin-right:auto">
This module extend the shopflor module in order to get the pdf document directly from the PLM module
</p>
<img src="Plm_pdf.png" style="width:60%; display:block; margin-top:20px; margin-left:auto; margin-right:auto; border-radius:10px; opacity:0.8">
</div>
</div>
</section>

<section class="oe_container">
<div class="oe_row oe_spaced" style="margin-top:64px">
<div class="oe_span" style="width:40%">
<img src="default_pdf.png" style="width:80%; border:2px solid lightgrey; border-radius:10px; float:right">
</div>
<div class="oe_span" style="width:20%; text-align:center; opacity:0.4">
<div style="margin-top:70%">
<img src="double_arrow.png" style="width:20%">
</div>
<div style="margin-top:70%">
<img src="double_arrow.png" style="width:20%; transform:rotate(180deg)">
</div>
</div>
<div class="oe_span" style="width:40%">
<img src="2d_drawing.png" style="width:80%; border:2px solid lightgrey; border-radius:10px; float:left">
</div>
</div>
</section>

<section class="oe_container">
<div class="oe_row oe_spaced" style="margin-top:64px">
<div class="oe_span12">
<p style="font-size:18px; text-align:center; width:90%; margin-left:auto; margin-right:auto; margin-top:20px">
Possibility from the routing tab to enable/disable the use of its worksheet when processing workorder
</p>
<img src="workorder_routing.png" style="width:30%; display:block; margin-left:auto; margin-right:auto; margin-top:30px; border:2px solid lightgrey; border-radius:10px">
<p style="font-size:18px; text-align:center; width:90%; margin-left:auto; margin-right:auto; margin-top:50px">
<b>PLM Report PDF Workorder</b> is only available in Enterprise version of Odoo.
</p>
</div>
</div>
</section>


</section>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 43cdb7d

Please sign in to comment.