Browse Source

[FIX] Init Updated

pull/79/head
Sreejith P 7 years ago
parent
commit
0fa8ba6360
  1. 3
      auto_resend_mail/__init__.py
  2. 1
      auto_resend_mail/__manifest__.py
  3. 3
      auto_resend_mail/models/__init__.py

3
auto_resend_mail/__init__.py

@ -20,5 +20,4 @@
# If not, see <https://www.gnu.org/licenses/>.
#
##############################################################################
from odoo import models
from . import models

1
auto_resend_mail/__manifest__.py

@ -40,3 +40,4 @@
'auto_install': False,
}

3
auto_resend_mail/models/__init__.py

@ -20,5 +20,6 @@
# If not, see <https://www.gnu.org/licenses/>.
#
##############################################################################
import auto_resend
from . import auto_resend

Loading…
Cancel
Save