MuK Large Objects Field Widget

PGSQL Large Objects Field Widget

MuK IT GmbH - www.mukit.at

Overview

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.

		    	
<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> 
		    	
			

Help and Support

Email Contact