- # -*- coding: utf-8 -*-
- from account_invoice import get_account_invoice
- from account_invoice_line import get_account_invoice_line
- from account_journal import get_account_journal
- from res_company import get_res_company
- from res_company import get_res_company_logo
- from res_store import get_res_store
- from account_move_line import get_account_move_line
- from account_voucher import get_account_voucher
- from account_move_line_partial_reconcile import get_account_move_line_partial_reconcile
|