Skip to content
Snippets Groups Projects
Commit 0cf3f9dcf2c3 authored by szeka.wong's avatar szeka.wong
Browse files

Add a menu point to allow document attachment type import.

parent 6edb87b6c1a1
No related branches found
No related tags found
No related merge requests found
......@@ -88,4 +88,22 @@
</field>
</record>
<record id="document_attachment_type_action" model="ir.actions.act_window">
<field name="name">Document Attachment Type</field>
<field name="res_model">document_attachment.type</field>
<field name="view_type">tree</field>
<field name="view_mode">list,form</field>
</record>
<!--Setting > Document Attachment -->
<menuitem id="document_attachment_menu"
name="Document Attachment"
parent="base.menu_custom" />
<!--Setting > Document Attachment > Attachment Type -->
<menuitem name="Attachement Type" id="document_attachment_type_menu"
parent="document_attachment_menu"
action="document_attachment_type_action"
sequence="8" />
</odoo>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment