summaryrefslogtreecommitdiff
path: root/addons/stock_dropshipping/models/__init__.py
blob: 9e307a98b9fe9bda371416fc3d40ffd401efb144 (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 purchase
from . import res_company
from . import sale
from . import stock