mirror of
https://github.com/bringout/oca-website.git
synced 2026-04-20 21:52:08 +02:00
Initial commit: OCA Website packages (16 packages)
This commit is contained in:
commit
0578ef7638
660 changed files with 37334 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
|
||||
<record id="action_website_auth_url" model="ir.actions.act_window">
|
||||
<field name="name">Authorization required URLs</field>
|
||||
<field name="res_model">website.auth.url</field>
|
||||
<field name="view_mode">tree</field>
|
||||
<field name="view_id" ref="website_auth_url_tree_view" />
|
||||
<field name="target">current</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
|
||||
<menuitem
|
||||
name="Authorization required URLs"
|
||||
id="menu_website_auth_url"
|
||||
action="action_website_auth_url"
|
||||
parent="website.menu_website_global_configuration"
|
||||
sequence="60"
|
||||
/>
|
||||
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue