blob: d8557bb1c89ef66988fb9f3f42184111b87ac873 (
plain)
1
2
3
4
5
6
7
|
# coding: utf-8
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import adyen_account
from . import pos_config
from . import pos_payment_method
from . import res_config_settings
|