import odooApi from '@/core/api/odooApi' const getVoucher = async () => { const dataVoucher = await odooApi('GET', `/api/v1/voucher`) return dataVoucher } export default getVoucher