769eafb483
Flectra is Forked from Odoo v11 commit : (6135e82d73
)
9 lines
201 B
Python
9 lines
201 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from . import account_move_line
|
|
from . import hr_department
|
|
from . import hr_expense
|
|
from . import product_template
|
|
from . import res_config_settings
|
|
from . import web_planner
|