~ajite/server-env-tools/7.0-server-env-tools-0001

« back to all changes in this revision

Viewing changes to mail_organizer/__openerp__.py

  • Committer: Augustin Cisterne-Kaas
  • Date: 2014-03-13 15:07:24 UTC
  • Revision ID: augustin.cisternekaas@elico-corp.com-20140313150724-t16aty67w44wjvw1
[FIX] changed web_polymorphic module dependence to web_many2one_polymorphic

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
{'name': 'Mail Organizer',
23
23
 'version': '0.1',
24
24
 'category': 'Social Network',
25
 
 'depends': ['web_polymorphic', 'mail'],
 
25
 'depends': ['web_many2one_polymorphic', 'mail'],
26
26
 'author': 'Elico Corp',
27
27
 'license': 'AGPL-3',
28
28
 'website': 'https://www.elico-corp.com',