Browse Source

🚑 fixes after merging. mail_move_message has no web_polimorphic_field dependency

pull/170/head
KolushovAlexandr 6 years ago
parent
commit
57ba35a4a6
No known key found for this signature in database GPG Key ID: C3E04B793421FD2
  1. 5
      mail_move_message/__manifest__.py
  2. 3
      mailgun/__manifest__.py

5
mail_move_message/__manifest__.py

@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
{
'name': 'Mail relocation',
'version': '1.0.5',
'version': '11.0.1.0.5',
'author': 'IT-Projects LLC, Ivan Yelizariev, Pavel Romanchenko',
'license': 'LGPL-3',
'category': 'Discuss',
@ -10,7 +9,7 @@
'website': 'https://twitter.com/yelizariev',
'price': 100.00,
'currency': 'EUR',
'depends': ['mail_all', 'web_polymorphic_field'],
'depends': ['mail_all'],
'data': [
'mail_move_message_views.xml',
'data/mail_move_message_data.xml',

3
mailgun/__manifest__.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
{
'name': "Mailgun",
'author': "IT-Projects LLC, Ildar Nasyrov",
@ -6,7 +5,7 @@
"support": "apps@it-projects.info",
'website': "https://twitter.com/nasyrov_ildar",
'category': 'Discuss',
'version': '1.1.0',
'version': '11.0.1.1.0',
'depends': ['mail'],
'data': [
'data/cron.xml',

Loading…
Cancel
Save