记账凭证表单视图 account.move

记账凭证

记账凭证列表视图 account.move 记账凭证搜索视图 account.move 草稿凭证 account.move tree,form {'default_fr_type': 'manual', 'view_no_maturity': True, 'search_default_draft': True, 'default_journal_type': 'general', 'search_default_current_period': True} 80

暂无草稿凭证。

form tree 已审核凭证 account.move tree,form {'create': False, 'view_no_maturity': True, 'search_default_approved': True, 'search_default_current_period': True, 'form_view_ref': 'account_ledger.NewAccountMoveViewForm' } current 80

暂无已审核凭证。

已过账凭证 account.move tree,form {'create': False, 'view_no_maturity': True, 'search_default_posted': True, 'search_default_current_period': True, 'search_default_journal': True, 'form_view_ref': 'account_ledger.NewAccountMoveViewForm' } current 80

暂无已过账凭证。

记账凭证 account.move tree,form { 'default_fr_type': 'manual', 'view_no_maturity': True, 'form_view_ref': 'account_ledger.NewAccountMoveViewForm'} current 200

点击创建,录入一张凭证吧。

凭证审核 code records.voucher_approved() 凭证过账 code records.voucher_posted() 审核并过账 code records.voucher_approved_posted() 取消审核 code records.voucher_approved_cancel() 取消过账 code records.voucher_posted_cancel() 凭证编号日期重排 code records.reset_num() 凭证编号审核日期重排 code records.reset_num_approved() 凭证编号重排 code records.reset_num_next() 系统编号重排 code records.reset_name_next() view.move.line.tree.inherit.account.accountant account.move.line many2many_tags many2one 登记付款添加现金流量 account.payment.register