From 4fc1585f0b3f93610a95a129b966a8c5c7f8fa52 Mon Sep 17 00:00:00 2001 From: Fabien Pinckaers Date: Wed, 1 Sep 2010 17:58:18 +0200 Subject: [PATCH] Testing Automated Tests bzr revid: fp@tinyerp.com-20100901155818-clzu4g4umxr9w5ok --- addons/account/product.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/addons/account/product.py b/addons/account/product.py index 188c3260dff..56e721dcb06 100644 --- a/addons/account/product.py +++ b/addons/account/product.py @@ -48,6 +48,7 @@ product_category() #---------------------------------------------------------- # Products #---------------------------------------------------------- + class product_template(osv.osv): _inherit = "product.template" _columns = { @@ -76,5 +77,3 @@ class product_template(osv.osv): } product_template() -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: -