From 58529679bf0469b380c5ea3ccf884d324a87afc7 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Thu, 10 Apr 2014 23:16:30 +0200 Subject: [PATCH] Add auto-install on account_payment_sale_stock. --- account_payment_sale_stock/__openerp__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/account_payment_sale_stock/__openerp__.py b/account_payment_sale_stock/__openerp__.py index a10b34c3d..80be52bbb 100644 --- a/account_payment_sale_stock/__openerp__.py +++ b/account_payment_sale_stock/__openerp__.py @@ -41,5 +41,6 @@ for any help or question about this module. 'depends': ['sale_stock', 'account_payment_sale'], 'conflicts': ['account_payment_extension'], 'data': [], + 'auto_install': True, 'active': False, }