forked from Mapan/odoo17e
9 lines
270 B
Python
9 lines
270 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
from . import template_br
|
|
from . import account
|
|
from . import account_journal
|
|
from . import account_move
|
|
from . import account_fiscal_position
|
|
from . import res_partner
|
|
from . import res_company
|