Files
tra_backend/tradex_backend_2/wizard/__init__.py
2020-08-09 14:56:02 +05:30

8 lines
236 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import stock_location_qty
from . import inventory_view_report
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: