Skip to content

Commit 32a357f

Browse files
committed
Merge branch '19.0' of github.com:odoo/tutorials into 19.0-tutorial-yoben
2 parents e43f8b6 + 781b590 commit 32a357f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

awesome_dashboard/controllers/controllers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
logger = logging.getLogger(__name__)
1010

1111
class AwesomeDashboard(http.Controller):
12-
@http.route('/awesome_dashboard/statistics', type='json', auth='user')
12+
@http.route('/awesome_dashboard/statistics', type='jsonrpc', auth='user')
1313
def get_statistics(self):
1414
"""
1515
Returns a dict of statistics about the orders:

awesome_owl/__manifest__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@
2929
'assets': {
3030
'awesome_owl.assets_playground': [
3131
('include', 'web._assets_helpers'),
32+
('include', 'web._assets_backend_helpers'),
3233
'web/static/src/scss/pre_variables.scss',
3334
'web/static/lib/bootstrap/scss/_variables.scss',
35+
'web/static/lib/bootstrap/scss/_maps.scss',
3436
('include', 'web._assets_bootstrap'),
3537
('include', 'web._assets_core'),
3638
'web/static/src/libs/fontawesome/css/font-awesome.css',

0 commit comments

Comments
 (0)