You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.8 KiB
51 lines
1.8 KiB
<section class="oe_container">
|
|
<div class="oe_row oe_spaced">
|
|
<h2 class="oe_slogan">MuK Large Objects Field Widget</h2>
|
|
<h3 class="oe_slogan">PGSQL Large Objects Field Widget</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>This module allows the LargeObject Field to be used in different views. It is
|
|
installed automatically with the MuK Large Objects module. It has no direct visible effect on the system, but allows LargeObejct
|
|
fields to display in XML views.</p>
|
|
</div>
|
|
<pre>
|
|
<code>
|
|
<record id="view_lobject" model="ir.ui.view">
|
|
<field name="name">lobject.form</field>
|
|
<field name="model">lobject</field>
|
|
<field name="arch" type="xml">
|
|
<form string="LargeObjectModel">
|
|
<group>
|
|
<field name="content_fname" />
|
|
<field name="content" filename="content_fname" />
|
|
</group>
|
|
</form>
|
|
</field>
|
|
</record>
|
|
</code>
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="oe_container oe_dark" style="margin-top: 150px;">
|
|
<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>
|