Browse Source

Update __init__.py

Fix error ModuleNotFoundError: No module named 'models'
pull/54/head
Alex 8 years ago
committed by GitHub
parent
commit
8315971180
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      auto_resend_mail/__init__.py

2
auto_resend_mail/__init__.py

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

Loading…
Cancel
Save