Skip to content

Commit

Permalink
Fix base_customer_user
Browse files Browse the repository at this point in the history
  • Loading branch information
tarteo committed Jan 25, 2024
1 parent ebb321d commit 7b81f92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions base_customer_user/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"base",
"mail",
"mail_bot",
"partner_firstname",
], # Temporary if this fixes the issue
],
"data": [
"data/res_users_data.xml",
"data/res_currency_data.xml",
Expand Down
2 changes: 1 addition & 1 deletion base_customer_user/data/res_users_data.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo noupdate="1">
<record id="user_customer" model="res.users" context="{'no_reset_password': True}">
<field name="firstname">Administrator</field>
<field name="name">Administrator</field>
<field name="login">customer_user</field>
<field name="notification_type">inbox</field>
<field name="odoobot_state">disabled</field>
Expand Down

0 comments on commit 7b81f92

Please sign in to comment.