Skip to content

Commit 3a7ac6c

Browse files
committed
[IMP] awesome_dashboard: fixed the styling to pass the CI
1 parent bce32b6 commit 3a7ac6c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

awesome_dashboard/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
'version': '0.1',
1717
'application': True,
1818
'installable': True,
19-
'depends': ['base', 'web', 'mail', 'crm','sale'],
19+
'depends': ['base', 'web', 'mail', 'crm', 'sale'],
2020

2121
'data': [
2222
'views/views.xml',
@@ -25,7 +25,7 @@
2525
'web.assets_backend': [
2626
'awesome_dashboard/static/src/**/*',
2727
('remove', 'awesome_dashboard/static/src/dashboard/**/*'),
28-
28+
2929
],
3030
'awesome_dashboard.dashboard': [
3131
'awesome_dashboard/static/src/dashboard/**/*',
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from . import res_users_settings
1+
from . import res_users_settings

awesome_dashboard/models/res_users_settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# models/res_users.py
22
from odoo import models, fields
33

4+
45
class ResUsersSettings(models.Model):
56
_inherit = ["res.users.settings"]
67

0 commit comments

Comments
 (0)