[REM] remove marketing dependancy in email_template module.

bzr revid: ysa@tinyerp.com-20110203104456-gibuqz9ppe7v0ikv
This commit is contained in:
YSA (Openerp) 2011-02-03 16:14:56 +05:30
parent f4516dd2ac
commit d5395059b6
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,8 @@
# #
############################################################################## ##############################################################################
from osv import fields,osv from osv import osv
from osv import fields
class res_partner(osv.osv): class res_partner(osv.osv):
""" Inherits partner and adds CRM information in the partner form """ """ Inherits partner and adds CRM information in the partner form """
@ -31,5 +32,4 @@ class res_partner(osv.osv):
res_partner() res_partner()
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -26,7 +26,7 @@
"author" : "Openlabs", "author" : "Openlabs",
"website" : "http://openerp.com", "website" : "http://openerp.com",
"category" : "Added functionality", "category" : "Added functionality",
"depends" : ['marketing', 'base_tools', 'email'], "depends" : [ 'email'],
"description": """ "description": """
Email Template is extraction of Power Email basically just to send the emails. Email Template is extraction of Power Email basically just to send the emails.
""", """,