mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
Additionally, improve tests to add lines by the wizard instead of manually (especially since manually is not an option in the UI).
5 lines
92 B
Python
5 lines
92 B
Python
# -*- coding: utf-8 -*-
|
|
from . import controllers
|
|
from . import models
|
|
from . import wizard
|