blob: a819ee049656eb2208e5fd1ec9cd9ad61552dec8 (
plain)
1
2
3
4
5
6
7
8
|
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import pos_config
from . import pos_order
from . import crm_team
from . import pos_session
from . import account_move
|