odoo/addons/point_of_sale/__init__.py

9 lines
174 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
import models
import controllers
import report
import wizard
import tests