-
-
Notifications
You must be signed in to change notification settings - Fork 701
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] website_require_login: pre-commit auto fixes
- Loading branch information
1 parent
b5dbad6
commit 5a831ac
Showing
3 changed files
with
0 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
<?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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
<?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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters