Initial commit: OCA Technical packages (595 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:43:03 +02:00
commit 2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions

View file

@ -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>