i am trying to make an openerp module to import document from a scanner directly to the module
i have a java applet that can do that and i dont know how to call the applet from a form view like using in html
<applet code="scanning.class"
height="100%" width="100%">
</applet>
someone knows if i can use the in xml or i should use java scripti tried to find answer in the web but i didn't find anything