Skip to content

Commit

Permalink
[MIG] base_user_show_email: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lef-adhoc committed Oct 18, 2024
1 parent b4f219a commit fd6f0a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base_user_show_email/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
"name": "Base User Show Email",
"version": "17.0.1.0.0",
"version": "18.0.1.0.0",
"category": "Tools",
"website": "https://github.com/OCA/server-auth",
"author": "Camptocamp, " "Odoo Community Association (OCA)",
Expand Down
2 changes: 1 addition & 1 deletion base_user_show_email/views/res_users_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</field>
</record>
<record id="user_email_tree" model="ir.ui.view">
<field name="name">res.users.show_email.tree</field>
<field name="name">res.users.show_email.list</field>
<field name="model">res.users</field>
<field name="inherit_id" ref="base.view_users_tree" />
<field name="arch" type="xml">
Expand Down

0 comments on commit fd6f0a9

Please sign in to comment.