web/web_ir_actions_act_window_none/__openerp__.py

18 lines
435 B
Python

# -*- coding: utf-8 -*-
# © 2016 Therp BV <http://therp.nl>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Noop action",
"version": "8.0.1.0.0",
"author": "Therp BV,Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Hidden/Dependency",
"summary": "Execute nothing",
"depends": [
'web',
],
"data": [
'views/templates.xml',
],
}