mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_widget_slick_example: Migrate to v10
* Bump version * Rename __openerp__.py -> __manifest__.py * Replace openerp import, tags with odoo * Remove data tags * Replace LasLabs icon w/ OCA icon * Update readme * Update license (AGPL -> LGPL) * Update copyright
This commit is contained in:
committed by
Dave Lasley
parent
b3ffddfb95
commit
63bfc0f668
25
web_widget_slick_example/__manifest__.py
Executable file
25
web_widget_slick_example/__manifest__.py
Executable file
@@ -0,0 +1,25 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2016-2017 LasLabs Inc.
|
||||
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
|
||||
|
||||
{
|
||||
"name": "Slick Carousel Widget Example",
|
||||
"summary": "Example usage of the web_widget_slick module",
|
||||
"version": "10.0.1.0.0",
|
||||
"category": "Hidden",
|
||||
"website": "https://laslabs.com/",
|
||||
"author": "LasLabs, Odoo Community Association (OCA)",
|
||||
"license": "LGPL-3",
|
||||
"application": False,
|
||||
"installable": True,
|
||||
"depends": [
|
||||
"web_widget_slick",
|
||||
],
|
||||
"data": [
|
||||
'views/slick_example_view.xml',
|
||||
'security/ir.model.access.csv',
|
||||
],
|
||||
"demo": [
|
||||
'demo/slick_example_data.xml',
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user