__init__.py 256 B

123456
  1. # -*- coding: utf-8 -*-
  2. from res_company import get_res_company
  3. from res_store import get_res_store
  4. from account_invoice_line import get_account_invoice_line
  5. from product_category import get_product_category
  6. from account_journal import get_account_journal