mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[ADD] web_widget_slick_example: Create module
* Create SlickJS widget field in example module for usage instructions * Add security to example slick widget model
This commit is contained in:
25
web_widget_slick_example/__openerp__.py
Executable file
25
web_widget_slick_example/__openerp__.py
Executable file
@@ -0,0 +1,25 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# © 2016-TODAY LasLabs Inc.
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
{
|
||||
"name": "Slick Widget Example",
|
||||
"summary": "Example usage of the web_widget_slick module",
|
||||
"version": "9.0.1.0.0",
|
||||
"category": "Hidden",
|
||||
"website": "https://laslabs.com/",
|
||||
"author": "LasLabs",
|
||||
"license": "AGPL-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