Skip to Content
Menu
This question has been flagged

I am Trying to Build a Modern Web Application by Using Owl and Bootstrap But when i try to use carousel in homepage, then it is not functioning (It should be sliding the image automatically).

Below is the manifest file took from awesome owl link ---> odoo/tutorials: A repository with the code for the bases and solutions of the official Odoo tutorials

# -*- coding: utf-8 -*-{ 'name': "Awesome Owl",

    'summary': """        Starting module for "Discover the JS framework, chapter 1: Owl components"    """,

    'description': """        Starting module for "Discover the JS framework, chapter 1: Owl components"    """,

    'author': "Odoo", 'website': "https://www.odoo.com",

    # Categories can be used to filter modules in modules listing # Check https://github.com/odoo/odoo/blob/15.0/odoo/addons/base/data/ir_module_category_data.xml # for the full list 'category': 'Tutorials/AwesomeOwl', 'version': '0.1',

    # any module necessary for this one to work correctly 'depends': ['base', 'web'], 'application': True, 'installable': True, 'data': [ 'views/templates.xml', ], 'assets': { 'awesome_owl.assets_playground': [ ('include', 'web._assets_helpers'), 'web/static/src/scss/pre_variables.scss', 'web/static/lib/bootstrap/scss/_variables.scss', 'web/static/lib/bootstrap/scss/_maps.scss', ('include', 'web._assets_bootstrap'), ('include', 'web._assets_core'), 'web/static/src/libs/fontawesome/css/font-awesome.css', 'awesome_owl/static/src/**/*', ], }, 'license': 'AGPL-3'}


Avatar
Discard
Related Posts Replies Views Activity
1
Jun 23
3279
5
Jan 22
11031
3
Mar 15
4023
2
Apr 25
463
0
Jan 25
588