mirror of
https://github.com/bringout/oca-server-auth.git
synced 2026-04-19 03:52:07 +02:00
Initial commit: OCA Server Auth packages (29 packages)
This commit is contained in:
commit
3ed80311c4
1325 changed files with 127292 additions and 0 deletions
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<odoo>
|
||||
<record id="action_vault_share" model="ir.actions.act_window">
|
||||
<field name="name">Shares</field>
|
||||
<field name="res_model">vault.share</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
</record>
|
||||
|
||||
<menuitem
|
||||
id="menu_vault_share"
|
||||
groups="base.group_user"
|
||||
parent="vault.menu_vault"
|
||||
action="action_vault_share"
|
||||
sequence="45"
|
||||
/>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue