Split FSM into separate modules and switch customer to address book
This commit is contained in:
7
odoo/addons/dsrpt_address_book/models/__init__.py
Normal file
7
odoo/addons/dsrpt_address_book/models/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from . import dsrpt_communication_type
|
||||
from . import dsrpt_contact
|
||||
from . import dsrpt_contact_communication
|
||||
from . import contact_event
|
||||
from . import contact_source
|
||||
Reference in New Issue
Block a user