__init__.py 241 B

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