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