summaryrefslogtreecommitdiff
path: root/addons/v14_indoteknik/views/menu_items.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/v14_indoteknik/views/menu_items.xml')
-rw-r--r--addons/v14_indoteknik/views/menu_items.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/addons/v14_indoteknik/views/menu_items.xml b/addons/v14_indoteknik/views/menu_items.xml
new file mode 100644
index 00000000..68873ff3
--- /dev/null
+++ b/addons/v14_indoteknik/views/menu_items.xml
@@ -0,0 +1,22 @@
+<odoo>
+ <data>
+
+ <record id="account_period_action" model="ir.actions.act_window">
+ <field name="name">Periods</field>
+ <field name="res_model">account.period</field>
+ <field name="view_mode">tree,form</field>
+ <field name="help" type="html">
+ <p class="oe_view_nocontent_create">
+ Click to Add New Data
+ </p>
+ </field>
+ </record>
+
+ <menuitem id="menu_account_period"
+ name="Accounting Periods"
+ action="account_period_action"
+ parent="account.menu_finance_configuration"
+ sequence="0"/>
+
+ </data>
+</odoo> \ No newline at end of file