forked from Mapan/odoo17e
7 lines
163 B
Python
7 lines
163 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import controller
|
|
from . import models
|
|
from . import tools
|
|
from . import wizard
|