From dd9ba513dfe1ec72ebb48d4526e0269c9c64b114 Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Mon, 28 Sep 2015 14:56:02 +0200 Subject: [PATCH] [FIX] this week's pylint errors --- web_m2x_options/__init__.py | 1 + web_m2x_options/__openerp__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/web_m2x_options/__init__.py b/web_m2x_options/__init__.py index e69de29b..57d631c3 100644 --- a/web_m2x_options/__init__.py +++ b/web_m2x_options/__init__.py @@ -0,0 +1 @@ +# coding: utf-8 diff --git a/web_m2x_options/__openerp__.py b/web_m2x_options/__openerp__.py index 071166fd..14521037 100644 --- a/web_m2x_options/__openerp__.py +++ b/web_m2x_options/__openerp__.py @@ -10,8 +10,8 @@ 'qweb': [ 'static/src/xml/base.xml', ], + 'license': 'AGPL-3', 'data': ['views/view.xml'], "author": "0k.io,Odoo Community Association (OCA)", "installable": True, - "active": False, }