1234567 |
- # -*- coding: utf-8 -*-
- ##############################################################################
- # For copyright and license notices, see __openerp__.py file in root directory
- ##############################################################################
- from . import account_invoice_line
- from . import product_product
- from . import product_template
|