1
0
Fork 0
mirror of https://github.com/NaN-tic/nanscan.git synced 2023-12-14 03:12:57 +01:00
nanscan/auto_attach/auto_attach_wizard.xml
Albert Cervera i Areny a5506050fa Added feature rect to template. Appropiate handling added to
Planta template designer, barcode, ocr and recognizer as well
as to the added auto_attach module. Storing and retrieval hasn't
been tested though.

Once tested this will provide the basis for better ways of finding
template offset.
2008-09-02 00:01:04 +02:00

25 lines
950 B
XML

<terp>
<data>
<!-- Scan -->
<record model="ir.actions.wizard" id="nan_document_scan">
<field name="name">Scan documents queue</field>
<field name="wiz_name">nan_document_scan</field>
</record>
<menuitem name="Administration/Auto Attach/Scan Documents Queue"
action="nan_document_scan" id="nan_document_scan_menu" type="wizard"/>
<wizard string="Scan Documents" model="nan.document" name="nan_document_scan" id="wizard_scan_documents"/>
<!-- Process -->
<record model="ir.actions.wizard" id="nan_document_process">
<field name="name">Process documents queue</field>
<field name="wiz_name">nan_document_process</field>
</record>
<menuitem name="Administration/Auto Attach/Process Documents Queue"
action="nan_document_process" id="nan_document_process_menu" type="wizard"/>
<wizard string="Process Documents" model="nan.document" name="nan_document_process" id="wizard_process_documents"/>
</data>
</terp>