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