From 84f37855226020fa5ecba1f1585a8f56bb78e826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul=20=28ACSONE=29?= Date: Sun, 30 Aug 2015 18:19:55 +0200 Subject: [PATCH] [FIX] account_tax_update: unported modules must not be installable --- __unported__/account_tax_update/__openerp__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/__unported__/account_tax_update/__openerp__.py b/__unported__/account_tax_update/__openerp__.py index b1a8974bc..3e1146636 100644 --- a/__unported__/account_tax_update/__openerp__.py +++ b/__unported__/account_tax_update/__openerp__.py @@ -57,5 +57,6 @@ This module is compatible with OpenERP 7.0 'security/ir.model.access.csv', ], "license": 'AGPL-3', + "installable": False, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: