From aaa8ce4e594fe23c4bb6ad470d917056bc1d3402 Mon Sep 17 00:00:00 2001 From: Ivan Office Date: Sat, 25 Jan 2025 03:35:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96scm=E7=9B=B8=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- l10n_cn_standard_latest/models/template_cn_standard.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/l10n_cn_standard_latest/models/template_cn_standard.py b/l10n_cn_standard_latest/models/template_cn_standard.py index 6bdfadd6..363b56a9 100644 --- a/l10n_cn_standard_latest/models/template_cn_standard.py +++ b/l10n_cn_standard_latest/models/template_cn_standard.py @@ -39,8 +39,9 @@ class AccountChartTemplate(models.AbstractModel): 'bank_account_code_prefix': '1002', 'transfer_account_code_prefix': '1003', 'account_default_pos_receivable_account_id': 'account_1124', + # 以外贸为基准,销售或进口货物的,无另有规定时,按13% 'account_sale_tax_id': 'l10n_cn_standard_sale_included_13', - 'account_purchase_tax_id': 'l10n_cn_standard_purchase_excluded_13', + 'account_purchase_tax_id': 'l10n_cn_standard_purchase_included_13', 'income_currency_exchange_account_id': 'account_6061', 'expense_currency_exchange_account_id': 'account_6061', 'default_pos_receivable_account_id': 'account_1124',