mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-19 07:51:59 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<odoo>
|
||||
<!-- window actions and menus -->
|
||||
<record id="action_survey_form" model="ir.actions.act_window">
|
||||
<field name="name">Surveys</field>
|
||||
<field name="res_model">survey.survey</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
</record>
|
||||
<menuitem
|
||||
id="menu_open_survey"
|
||||
action="action_survey_form"
|
||||
parent="mgmtsystem.menu_mgmtsystem_configuration"
|
||||
sequence="50"
|
||||
groups="mgmtsystem.group_mgmtsystem_manager"
|
||||
/>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue