__init__.py 239 B

123456
  1. # -*- coding: utf-8 -*-
  2. # ACCOUNT INVOICE
  3. from account_invoice import get_account_invoice_expense
  4. from account_invoice_line import get_account_invoice_line_expense
  5. # ACCOUNT VOUCHER
  6. from account_voucher import get_account_voucher_supplier