123456789 |
- # -*- coding: utf-8 -*-
- ##############################################################################
- # For copyright and license notices, see __openerp__.py file in module root
- # directory
- ##############################################################################
- from . import sale_order
- from . import stock
- # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|