Testing Automated Tests

bzr revid: fp@tinyerp.com-20100901155818-clzu4g4umxr9w5ok
This commit is contained in:
Fabien Pinckaers 2010-09-01 17:58:18 +02:00
parent 2c15f39167
commit 4fc1585f0b
1 changed files with 1 additions and 2 deletions

View File

@ -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: