__init__.py 369 B

12345678910
  1. # -*- coding: utf-8 -*-
  2. ##############################################################################
  3. # For copyright and license notices, see __openerp__.py file in module root
  4. # directory
  5. ##############################################################################
  6. from . import account_invoice
  7. # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: