12345678910111213 |
- # -*- coding: utf-8 -*-
- ##############################################################################
- # For copyright and license notices, see __openerp__.py file in module root
- # directory
- ##############################################################################
- #
- # Insert all includes necesary for this module
- #
- # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
- from . import product
|