forked from Mapan/odoo17e
9 lines
227 B
Python
9 lines
227 B
Python
# coding: utf-8
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import account_diot
|
|
from . import res_partner
|
|
from . import res_country
|
|
from . import ir_attachment
|
|
from . import trial_balance
|