From c893d203c2c46c5235428edcb7fd74b75c8035d6 Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Mon, 28 Sep 2015 14:56:02 +0200 Subject: [PATCH] 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 169161df..59284e49 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': False, - "active": False, }