/** * `odoo accounting` command group — all read-only accounting queries. * * Commands: * accounting cash-accounts Discover cash/bank journal accounts [READ] * accounting cash-balance Show balance as-of a date [READ] * accounting trace-recon Show reconciliation for a move [READ] * accounting posted-moves List posted journal entries [READ] * accounting days-to-pay Payment term analysis for an invoice [READ] * * All commands are READ — no mutations, no --confirm required. * Requires account module (Invoicing/Accounting) to be installed. */ import { Command } from 'commander'; export declare function buildAccountingCommand(): Command; //# sourceMappingURL=accounting.d.ts.map