Newer
Older
<!-- Copyright 2019 Le Filament
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
<odoo>
<data>
<record id="view_ur_financial_system_tree" model="ir.ui.view">
<field name="name">ur.financial.system.tree</field>
<field name="model">ur.financial.system</field>
<field name="arch" type="xml">
<tree editable='top'>
<field name="name" />
<field
name="ur_id"
options="{'no_open': True, 'no_create': True}"
/>
<field
name="company_id"
groups="base.group_no_one"
options="{'no_open': True, 'no_create': True}"
/>
</tree>
</field>
</record>
<record id="action_ur_financial_system" model="ir.actions.act_window">
<field name="name">Dispositifs financiers</field>
<field name="res_model">ur.financial.system</field>
<field name="view_mode">tree</field>
</record>
<menuitem
id="menu_ur_financial_system"
name="Dispositifs financiers"
parent="hr_timesheet.hr_timesheet_menu_configuration"
action="action_ur_financial_system"
sequence="45"
groups="cgscop_partner.group_ur_list_modif"
/>