blob: 99593ce83f23d33e0c6ecf6ed521988119a9a7cf (
plain)
1
2
3
4
5
6
|
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import product_template
from . import sale_order
from . import purchase_order
|