|
1 | | -# -*- coding: utf-8 -*- |
2 | 1 | { |
3 | | - 'name': "Awesome Owl", |
4 | | - |
5 | | - 'summary': """ |
| 2 | + "name": "Awesome Owl", |
| 3 | + "summary": """ |
6 | 4 | Starting module for "Discover the JS framework, chapter 1: Owl components" |
7 | 5 | """, |
8 | | - |
9 | | - 'description': """ |
| 6 | + "description": """ |
10 | 7 | Starting module for "Discover the JS framework, chapter 1: Owl components" |
11 | 8 | """, |
12 | | - |
13 | | - 'author': "Odoo", |
14 | | - 'website': "https://www.odoo.com", |
15 | | - |
| 9 | + "author": "Odoo", |
| 10 | + "website": "https://www.odoo.com", |
16 | 11 | # Categories can be used to filter modules in modules listing |
17 | 12 | # Check https://github.com/odoo/odoo/blob/15.0/odoo/addons/base/data/ir_module_category_data.xml |
18 | 13 | # for the full list |
19 | | - 'category': 'Tutorials', |
20 | | - 'version': '0.1', |
21 | | - |
| 14 | + "category": "Tutorials", |
| 15 | + "version": "0.1", |
22 | 16 | # any module necessary for this one to work correctly |
23 | | - 'depends': ['base', 'web'], |
24 | | - 'application': True, |
25 | | - 'installable': True, |
26 | | - 'data': [ |
27 | | - 'views/templates.xml', |
| 17 | + "depends": ["base", "web"], |
| 18 | + "application": True, |
| 19 | + "installable": True, |
| 20 | + "data": [ |
| 21 | + "views/templates.xml", |
28 | 22 | ], |
29 | | - 'assets': { |
30 | | - 'awesome_owl.assets_playground': [ |
31 | | - ('include', 'web._assets_helpers'), |
32 | | - 'web/static/src/scss/pre_variables.scss', |
33 | | - 'web/static/lib/bootstrap/scss/_variables.scss', |
34 | | - ('include', 'web._assets_bootstrap'), |
35 | | - ('include', 'web._assets_core'), |
36 | | - 'web/static/src/libs/fontawesome/css/font-awesome.css', |
37 | | - 'awesome_owl/static/src/**/*', |
| 23 | + "assets": { |
| 24 | + "awesome_owl.assets_playground": [ |
| 25 | + ("include", "web._assets_helpers"), |
| 26 | + "web/static/src/scss/pre_variables.scss", |
| 27 | + "web/static/lib/bootstrap/scss/_variables.scss", |
| 28 | + "web/static/lib/bootstrap/scss/_maps.scss", |
| 29 | + ("include", "web._assets_bootstrap"), |
| 30 | + ("include", "web._assets_core"), |
| 31 | + "web/static/src/libs/fontawesome/css/font-awesome.css", |
| 32 | + "awesome_owl/static/src/**/*", |
38 | 33 | ], |
39 | 34 | }, |
40 | | - 'license': 'AGPL-3' |
| 35 | + "license": "AGPL-3", |
41 | 36 | } |
0 commit comments