9 lines
199 B
Python
9 lines
199 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
import pos_box
|
||
|
import pos_details
|
||
|
import pos_discount
|
||
|
import pos_open_statement
|
||
|
import pos_payment
|