7 lines
210 B
Python
7 lines
210 B
Python
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
from . import template_ph
|
||
|
from . import res_partner
|
||
|
from . import account_move
|
||
|
from . import account_payment
|
||
|
from . import account_tax
|