mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
1. Use new web assets management 2. Set company currency in unit tests 3. Refactor payment transaction creation
6 lines
110 B
Python
6 lines
110 B
Python
from . import account
|
|
from . import payment
|
|
from . import res_config
|
|
from . import sale
|
|
from . import website
|