diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
| commit | 3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch) | |
| tree | a44932296ef4a9b71d5f010906253d8c53727726 /addons/v14_indoteknik/views/menu_items.xml | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/v14_indoteknik/views/menu_items.xml')
| -rw-r--r-- | addons/v14_indoteknik/views/menu_items.xml | 22 |
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 |
