769eafb483
Flectra is Forked from Odoo v11 commit : (6135e82d73
)
10 lines
270 B
Python
10 lines
270 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import account_chart_template
|
|
from . import account_invoice
|
|
from . import account_move
|
|
from . import product
|
|
from . import stock
|
|
from . import res_config_settings
|