mirror of https://github.com/muk-it/muk_base
Mathias Markl
7 years ago
4 changed files with 52 additions and 77 deletions
-
8muk_attachment_lobject/README.md
-
15muk_attachment_lobject/__manifest__.py
-
104muk_attachment_lobject/static/description/index.html
-
2muk_attachment_lobject/tests/test_attachment.py
@ -1,5 +1,5 @@ |
|||
# MuK Document Management System - Attachment |
|||
# MuK Large Object Attachment Storage |
|||
|
|||
MuK Documents is a module to create, manage and view files directly within |
|||
Odoo. MuK Documents Attachment allows to store Odoo Attachments inside the |
|||
Document Management System. |
|||
Provides a new attachment location to save attachment as large |
|||
objects. To enable the large object storage option change the |
|||
`ir_attachment.location` parameter to `lobject`. |
@ -1,65 +1,41 @@ |
|||
<section class="oe_container"> |
|||
<div class="oe_row oe_spaced"> |
|||
<h2 class="oe_slogan">MuK Documents Attachment</h2> |
|||
<h3 class="oe_slogan">Documents as Attachment Storage</h3> |
|||
<h4 class="oe_slogan" style="font-size: 23px;">MuK IT GmbH - |
|||
www.mukit.at</h4> |
|||
<div class="oe_demo oe_picture oe_screenshot"> |
|||
<img src="screenshot.png"> |
|||
</div> |
|||
</div> |
|||
</section> |
|||
|
|||
<section class="oe_container" style="padding-top: 5px;"> |
|||
<div class="oe_row oe_spaced"> |
|||
<div class="oe_picture"> |
|||
<h3 class="oe_slogan">Overview</h3> |
|||
<p class="oe_mt32">MuK Documents is a module to create, manage |
|||
and view files directly within Odoo. MuK Documents Attachment allows |
|||
to store Odoo Attachments inside the Document Management System.</p> |
|||
</div> |
|||
</div> |
|||
</section> |
|||
|
|||
<section class="oe_container oe_dark"> |
|||
<div class="oe_row oe_spaced"> |
|||
<h3 class="oe_slogan">Settings and Migration</h3> |
|||
<div class="oe_span6"> |
|||
<img class="oe_picture oe_screenshot" src="screenshot_settings.png"> |
|||
</div> |
|||
<div class="oe_span6"> |
|||
<p class="oe_mt32 text-justify">Set a directory, where |
|||
attachments should be saved by default. In case you want to migrate |
|||
just click the button "Force Storage Migration".</p> |
|||
</div> |
|||
</div> |
|||
</section> |
|||
|
|||
<section class="oe_container"> |
|||
<div class="oe_row oe_spaced"> |
|||
<h3 class="oe_slogan">Attachment View</h3> |
|||
<div class="oe_span6"> |
|||
<p class="oe_mt32 text-justify">A new view is provided to see all |
|||
stored attachments. In case you want to migrate specific attachments, |
|||
an action is provided via the "Action" menu.</p> |
|||
</div> |
|||
<div class="oe_span6"> |
|||
<img class="oe_picture oe_screenshot" |
|||
src="screenshot_attachments.png"> |
|||
</div> |
|||
</div> |
|||
</section> |
|||
|
|||
<section class="oe_container oe_dark"> |
|||
<h3 class="oe_slogan">Help and Support</h3> |
|||
<div class="oe_slogan"> |
|||
<a class="btn btn-primary btn-lg mt8" href="mailto:sale@mukit.at"> |
|||
<i class="fa fa-envelope"></i> Email |
|||
</a> <a class="btn btn-primary btn-lg mt8" |
|||
href="https://mukit.at/page/contactus"> <i class="fa fa-phone"></i> |
|||
Contact |
|||
</a> |
|||
</div> |
|||
<img src="logo.png" style="width: 200px; margin-bottom: 20px;" |
|||
class="center-block"> |
|||
<section class="oe_container"> |
|||
<div class="oe_row oe_spaced"> |
|||
<h2 class="oe_slogan">MuK Large Objects Attachment</h2> |
|||
<h3 class="oe_slogan">Large Objects Attachment Location</h3> |
|||
<h4 class="oe_slogan" style="font-size: 23px;">MuK IT GmbH - |
|||
www.mukit.at</h4> |
|||
</div> |
|||
</section> |
|||
|
|||
<section class="oe_container"> |
|||
<div class="oe_row oe_spaced"> |
|||
<div class="oe_picture"> |
|||
<h3 class="oe_slogan">Overview</h3> |
|||
<div class="oe_mt32" |
|||
style="padding-bottom: 10px; text-align: justify;"> |
|||
<p> |
|||
Provides a new attachment location to save attachment as large |
|||
objects. To enable the large object storage option change the |
|||
<code>ir_attachment.location</code> |
|||
parameter to |
|||
<code>lobject</code> |
|||
. |
|||
</p> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</section> |
|||
|
|||
<section class="oe_container oe_dark"> |
|||
<h3 class="oe_slogan">Help and Support</h3> |
|||
<div class="oe_slogan"> |
|||
<a class="btn btn-primary btn-lg mt8" href="mailto:sale@mukit.at"> |
|||
<i class="fa fa-envelope"></i> Email |
|||
</a> <a class="btn btn-primary btn-lg mt8" |
|||
href="https://mukit.at/page/contactus"> <i class="fa fa-phone"></i> |
|||
Contact |
|||
</a> |
|||
</div> |
|||
<img src="logo.png" style="width: 200px; margin-bottom: 20px;" |
|||
class="center-block"> |
|||
</section> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue