From 9eeb5deab7b9a7f089cc6dc9a6c404ee9ddd2f70 Mon Sep 17 00:00:00 2001 From: Yoshi Tashiro Date: Mon, 27 Apr 2015 00:45:06 +0900 Subject: [PATCH] [ADD] l10n_jp --- addons/l10n_jp/__init__.py | 17 ++ addons/l10n_jp/__openerp__.py | 53 ++++++ .../l10n_jp/data/account.account.template.csv | 157 ++++++++++++++++++ .../l10n_jp/data/account.chart.template.csv | 2 + .../data/account.fiscal.position.template.csv | 7 + .../data/account.tax.code.template.csv | 20 +++ addons/l10n_jp/data/account.tax.template.csv | 9 + addons/l10n_jp/static/description/icon.png | Bin 0 -> 8422 bytes 8 files changed, 265 insertions(+) create mode 100644 addons/l10n_jp/__init__.py create mode 100644 addons/l10n_jp/__openerp__.py create mode 100644 addons/l10n_jp/data/account.account.template.csv create mode 100644 addons/l10n_jp/data/account.chart.template.csv create mode 100644 addons/l10n_jp/data/account.fiscal.position.template.csv create mode 100644 addons/l10n_jp/data/account.tax.code.template.csv create mode 100644 addons/l10n_jp/data/account.tax.template.csv create mode 100644 addons/l10n_jp/static/description/icon.png diff --git a/addons/l10n_jp/__init__.py b/addons/l10n_jp/__init__.py new file mode 100644 index 00000000000..03d6a3a323c --- /dev/null +++ b/addons/l10n_jp/__init__.py @@ -0,0 +1,17 @@ +# -*- coding: utf-8 -*- +# Copyright (C) Rooms For (Hong Kong) Limited T/A OSCG +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + +# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/l10n_jp/__openerp__.py b/addons/l10n_jp/__openerp__.py new file mode 100644 index 00000000000..723b9560713 --- /dev/null +++ b/addons/l10n_jp/__openerp__.py @@ -0,0 +1,53 @@ +# -*- coding: utf-8 -*- +# Copyright (C) Rooms For (Hong Kong) Limited T/A OSCG +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + +{ + 'name': 'Japan - Accounting', + 'version': '1.2', + 'category': 'Localization/Account Charts', + 'description': """ + +Overview: +--------- + +* Chart of Accounts and Taxes template for companies in Japan. +* This probably does not cover all the necessary accounts for a company. \ +You are expected to add/delete/modify accounts based on this template. + +Note: +----- + +* Fiscal positions '内税' and '外税' have been added to handle special \ +requirements which might arise from POS implementation. [1] You may not \ +need to use these at all under normal circumstances. + +[1] See https://github.com/odoo/odoo/pull/6470 for detail. + + """, + 'author': 'Rooms For (Hong Kong) Limited T/A OSCG', + 'website': 'http://www.openerp-asia.net/', + 'depends': ['account_chart'], + 'data': [ + 'data/account.account.template.csv', + 'data/account.tax.code.template.csv', + 'data/account.chart.template.csv', + 'data/account.tax.template.csv', + 'data/account.fiscal.position.template.csv', + ], + 'installable': True, +} + +# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/l10n_jp/data/account.account.template.csv b/addons/l10n_jp/data/account.account.template.csv new file mode 100644 index 00000000000..06a61786351 --- /dev/null +++ b/addons/l10n_jp/data/account.account.template.csv @@ -0,0 +1,157 @@ +id,code,name,parent_id:id,type,user_type/id,tax_ids/id,reconcile,currency_id/id +COM0,0,日本勘定科目表,,View,account.data_account_type_view,,FALSE, +A,A,貸借対照表,COM0,View,account.data_account_type_view,,FALSE, +A1,A1,資産の部,A,View,account.account_type_asset_view1,,FALSE, +A11,A11,流動資産,A1,View,account.account_type_asset_view1,,FALSE, +A111,A111,現金・預金,A11,View,account.account_type_asset_view1,,FALSE, +A11101,A11101,普通預金,A111,Liquidity,account.data_account_type_cash,,FALSE, +A11102,A11102,当座預金,A111,Liquidity,account.data_account_type_cash,,FALSE, +A11103,A11103,定期預金,A111,Liquidity,account.data_account_type_cash,,FALSE, +A11105,A11105,小口現金,A111,Liquidity,account.data_account_type_cash,,FALSE, +A112,A112,売掛金等,A11,View,account.account_type_asset_view1,,FALSE, +A11211,A11211,売掛金,A112,Receivable,account.data_account_type_receivable,,TRUE, +A11212,A11212,売掛金(USD),A112,Receivable,account.data_account_type_receivable,,TRUE,base.USD +A11215,A11215,受取手形,A112,Receivable,account.data_account_type_receivable,,TRUE, +A11216,A11216,割引手形,A112,Receivable,account.data_account_type_receivable,,TRUE, +A11219,A11219,出庫請求仮,A112,Regular,account.data_account_type_receivable,,FALSE, +A11301,A11301,未収収益,A11,Regular,account.data_account_type_asset,,FALSE, +A11401,A11401,有価証券,A11,Regular,account.data_account_type_asset,,FALSE, +A115,A115,在庫,A11,View,account.account_type_asset_view1,,FALSE, +A11501,A11501,商品,A115,Regular,account.data_account_type_asset,,FALSE, +A11503,A11503,製品,A115,Regular,account.data_account_type_asset,,FALSE, +A11504,A11504,仕掛品,A115,Regular,account.data_account_type_asset,,FALSE, +A11505,A11505,原材料,A115,Regular,account.data_account_type_asset,,FALSE, +A11506,A11506,資材,A115,Regular,account.data_account_type_asset,,FALSE, +A11503,A11503,積送品,A115,Regular,account.data_account_type_asset,,FALSE, +A11601,A11601,未収金,A11,Receivable,account.data_account_type_receivable,,TRUE, +A118,A118,その他流動資産,A11,View,account.account_type_asset_view1,,FALSE, +A11802,A11802,前渡金,A118,Regular,account.data_account_type_asset,,FALSE, +A11804,A11804,前払費用,A118,Regular,account.data_account_type_asset,,FALSE, +A11805,A11805,立替金,A118,Regular,account.data_account_type_asset,,FALSE, +A11806,A11806,仮払金,A118,Regular,account.data_account_type_asset,,FALSE, +A11807,A11807,仮払消費税,A118,Regular,account.conf_account_type_tax,,FALSE, +A11901,A11901,貸倒引当金,A11,Regular,account.data_account_type_asset,,FALSE, +A12,A12,固定資産,A1,View,account.account_type_asset_view1,,FALSE, +A121,A121,有形固定資産,A12,View,account.account_type_asset_view1,,FALSE, +A1211,A1211,建物及び構築物(純額),A121,View,account.account_type_asset_view1,,FALSE, +A12111,A12111,建物及び構築物,A1211,Regular,account.data_account_type_asset,,FALSE, +A12112,A12112,建物及び構築物減償累計額,A1211,Regular,account.data_account_type_asset,,FALSE, +A1212,A1212,機械及び装置(純額),A121,View,account.account_type_asset_view1,,FALSE, +A12121,A12121,機械及び装置,A1212,Regular,account.data_account_type_asset,,FALSE, +A12122,A12122,機械及び装置物減償累計額,A1212,Regular,account.data_account_type_asset,,FALSE, +A1213,A1213,工具、機器及び備品(純額),A121,View,account.account_type_asset_view1,,FALSE, +A12131,A12131,工具、機器及び備品,A1213,Regular,account.data_account_type_asset,,FALSE, +A12132,A12132,工具、機器及び備品減償累計額,A1213,Regular,account.data_account_type_asset,,FALSE, +A12141,A12141,土地,A121,Regular,account.data_account_type_asset,,FALSE, +A122,A122,無形固定資産,A12,View,account.account_type_asset_view1,,FALSE, +A1221,A1221,ソフトウェア,A122,Regular,account.data_account_type_asset,,FALSE, +A1222,A1222,ソフトウェア仮勘定,A122,Regular,account.data_account_type_asset,,FALSE, +A1223,A1223,その他無形固定資産,A122,Regular,account.data_account_type_asset,,FALSE, +A123,A123,投資その他資産,A12,View,account.account_type_asset_view1,,FALSE, +A12301,A12301,投資有価証券,A123,Regular,account.data_account_type_asset,,FALSE, +A12302,A12302,関係会社株式,A123,Regular,account.data_account_type_asset,,FALSE, +A12303,A12303,長期貸付金,A123,Regular,account.data_account_type_asset,,FALSE, +A13,A13,繰延資産,A1,View,account.account_type_asset_view1,,FALSE, +A13001,A13001,創立費,A13,Regular,account.data_account_type_asset,,FALSE, +A2,A2,負債の部,A,View,account.account_type_liability_view1,,FALSE, +A21,A21,流動負債,A2,View,account.account_type_liability_view1,,FALSE, +A212,A212,買掛金等,A21,View,account.account_type_liability_view1,,FALSE, +A21211,A21211,買掛金,A212,Payable,account.data_account_type_payable,,TRUE, +A21212,A21212,買掛金(USD),A212,Payable,account.data_account_type_payable,,TRUE,base.USD +A21215,A21215,支払手形,A212,Payable,account.data_account_type_payable,,TRUE, +A21219,A21219,入庫請求仮,A212,Regular,account.data_account_type_payable,,FALSE, +A213,A213,短期借入金等,A212,Payable,account.data_account_type_payable,,TRUE, +A21301,A21301,短期借入金,A21,Payable,account.data_account_type_payable,,TRUE, +A21302,A21302,一年以内返済長期借入金,A21,Payable,account.data_account_type_payable,,TRUE, +A214,A214,未払金等,A21,View,account.account_type_liability_view1,,FALSE, +A21401,A21401,未払金,A214,Payable,account.data_account_type_payable,,TRUE, +A21404,A21404,未払金(クレジット),A214,Payable,account.data_account_type_payable,,TRUE, +A21407,A21407,未払配当金,A214,Payable,account.data_account_type_payable,,TRUE, +A21501,A21501,未払費用,A21,Regular,account.data_account_type_liability,,FALSE, +A21601,A21601,未払法人税等,A21,Regular,account.conf_account_type_tax,,FALSE, +A218,A218,その他流動負債,A21,View,account.account_type_liability_view1,,FALSE, +A21802,A21802,前受金,A218,Regular,account.data_account_type_liability,,FALSE, +A21803,A21803,預り金,A218,Regular,account.data_account_type_liability,,FALSE, +A21804,A21804,仮受金,A218,Regular,account.data_account_type_liability,,FALSE, +A21806,A21806,賞与引当金,A218,Regular,account.data_account_type_liability,,FALSE, +A21807,A21807,仮受消費税,A218,Regular,account.conf_account_type_tax,,FALSE, +A22,A22,固定負債,A2,View,account.account_type_liability_view1,,FALSE, +A22001,A22001,社債,A22,Regular,account.data_account_type_liability,,FALSE, +A22002,A22002,長期借入金,A22,Regular,account.data_account_type_liability,,FALSE, +A22005,A22005,退職給付引当金,A22,Regular,account.data_account_type_liability,,FALSE, +A3,A3,純資産の部,A,View,account.account_type_liability_view1,,FALSE, +A31,A31,株主資本,A3,View,account.account_type_liability_view1,,FALSE, +A31001,A31001,資本金,A31,Regular,account.conf_account_type_equity,,FALSE, +A32,A32,資本剰余金,A3,View,account.account_type_liability_view1,,FALSE, +A32101,A32101,資本準備金,A32,Regular,account.conf_account_type_equity,,FALSE, +A32109,A32109,その他資本剰余金,A32,Regular,account.conf_account_type_equity,,FALSE, +A33,A33,利益剰余金,A3,View,account.account_type_liability_view1,,FALSE, +A33101,A33101,利益準備金,A33,Regular,account.conf_account_type_equity,,FALSE, +A332,A332,その他利益剰余金,A33,View,account.account_type_liability_view1,,FALSE, +A33202,A33202,特別償却準備金,A332,Regular,account.conf_account_type_equity,,FALSE, +A33204,A33204,任意積立金,A332,Regular,account.conf_account_type_equity,,FALSE, +A33209,A33209,繰越利益剰余金,A332,Regular,account.conf_account_type_equity,,FALSE, +B,B,損益計算書,COM0,View,account.data_account_type_view,,FALSE, +B4,B4,売上総利益,B,View,account.account_type_income_view1,,FALSE, +B41001,B41001,売上高,B4,Regular,account.data_account_type_income,,FALSE, +B42001,B42001,売上原価,B4,Regular,account.data_account_type_income,,FALSE, +B42091,B42091,購買価格差異,B4,Regular,account.data_account_type_income,,FALSE, +B42092,B42092,棚卸調整,B4,Regular,account.data_account_type_income,,FALSE, +B5,B5,販売費及び一般管理費,B,View,account.account_type_expense_view1,,FALSE, +B50011,B50011,貸倒引当金繰入額,B5,Regular,account.data_account_type_expense,,FALSE, +B50041,B50041,役員報酬,B5,Regular,account.data_account_type_expense,,FALSE, +B50071,B50071,給料及び手当,B5,Regular,account.data_account_type_expense,,FALSE, +B50081,B50081,賞与,B5,Regular,account.data_account_type_expense,,FALSE, +B50091,B50091,退職金,B5,Regular,account.data_account_type_expense,,FALSE, +B50111,B50111,賞与引当金繰入,B5,Regular,account.data_account_type_expense,,FALSE, +B50131,B50131,退職給付引当金繰入,B5,Regular,account.data_account_type_expense,,FALSE, +B50151,B50151,法定福利費,B5,Regular,account.data_account_type_expense,,FALSE, +B50161,B50161,福利厚生費,B5,Regular,account.data_account_type_expense,,FALSE, +B50171,B50171,保険料,B5,Regular,account.data_account_type_expense,,FALSE, +B50191,B50191,外注費,B5,Regular,account.data_account_type_expense,,FALSE, +B50211,B50211,荷造運賃,B5,Regular,account.data_account_type_expense,,FALSE, +B50221,B50221,棚卸減耗費,B5,Regular,account.data_account_type_expense,,FALSE, +B50231,B50231,商品評価損,B5,Regular,account.data_account_type_expense,,FALSE, +B50241,B50241,地代家賃,B5,Regular,account.data_account_type_expense,,FALSE, +B50251,B50251,リース料,B5,Regular,account.data_account_type_expense,,FALSE, +B50271,B50271,広告宣伝費,B5,Regular,account.data_account_type_expense,,FALSE, +B50281,B50281,通信費,B5,Regular,account.data_account_type_expense,,FALSE, +B50311,B50311,消耗品費,B5,Regular,account.data_account_type_expense,,FALSE, +B50341,B50341,旅費交通費,B5,Regular,account.data_account_type_expense,,FALSE, +B50371,B50371,交際費,B5,Regular,account.data_account_type_expense,,FALSE, +B50401,B50401,支払手数料,B5,Regular,account.data_account_type_expense,,FALSE, +B50431,B50431,諸会費,B5,Regular,account.data_account_type_expense,,FALSE, +B50461,B50461,新聞図書費,B5,Regular,account.data_account_type_expense,,FALSE, +B50491,B50491,租税公課,B5,Regular,account.data_account_type_expense,,FALSE, +B50511,B50511,水道光熱費,B5,Regular,account.data_account_type_expense,,FALSE, +B50521,B50521,会議費,B5,Regular,account.data_account_type_expense,,FALSE, +B50551,B50551,雑費,B5,Regular,account.data_account_type_expense,,FALSE, +B61,B61,営業外収益,B,View,account.account_type_income_view1,,FALSE, +B61101,B61101,受取利息,B61,Regular,account.data_account_type_income,,FALSE, +B61201,B61201,受取配当金,B61,Regular,account.data_account_type_income,,FALSE, +B61401,B61401,未実現為替差益,B61,Regular,account.data_account_type_income,,FALSE, +B61501,B61501,実現為替差益,B61,Regular,account.data_account_type_income,,FALSE, +B61601,B61601,投資有価証券売却益(外益),B61,Regular,account.data_account_type_income,,FALSE, +B61602,B61602,投資有価証券評価益(外益),B61,Regular,account.data_account_type_income,,FALSE, +B61801,B61801,雑収入,B61,Regular,account.data_account_type_income,,FALSE, +B62,B62,営業外費用,B,View,account.account_type_expense_view1,,FALSE, +B62101,B62101,支払利息,B62,Regular,account.data_account_type_expense,,FALSE, +B62201,B62201,創立費償却,B62,Regular,account.data_account_type_expense,,FALSE, +B62401,B62401,未実現為替差損,B62,Regular,account.data_account_type_expense,,FALSE, +B62402,B62402,実現為替差損,B62,Regular,account.data_account_type_expense,,FALSE, +B62601,B62601,投資有価証券売却損(外損),B62,Regular,account.data_account_type_expense,,FALSE, +B62602,B62602,投資有価証券評価損(外損),B62,Regular,account.data_account_type_expense,,FALSE, +B62801,B62801,雑費用,B62,Regular,account.data_account_type_expense,,FALSE, +B71,B71,特別利益,B,View,account.account_type_income_view1,,FALSE, +B71101,B71101,固定資産売却益,B71,Regular,account.data_account_type_income,,FALSE, +B71102,B71102,固定資産評価益,B71,Regular,account.data_account_type_income,,FALSE, +B71201,B71201,投資有価証券売却益(特益),B71,Regular,account.data_account_type_income,,FALSE, +B71202,B71202,投資有価証券評価益(特益),B71,Regular,account.data_account_type_income,,FALSE, +B72,B72,特別損失,B,View,account.account_type_expense_view1,,FALSE, +B72101,B72101,固定資産売却損,B72,Regular,account.data_account_type_expense,,FALSE, +B72102,B72102,固定資産評価損,B72,Regular,account.data_account_type_expense,,FALSE, +B72201,B72201,投資有価証券売却損(特損),B72,Regular,account.data_account_type_expense,,FALSE, +B72202,B72202,投資有価証券評価損(特損),B72,Regular,account.data_account_type_expense,,FALSE, +B8,B8,法人税等,B,View,account.account_type_expense_view1,,FALSE, +B80101,B80101,法人税、住民税及び事業税,B8,Regular,account.data_account_type_expense,,FALSE, +B90001,B90001,期間利益,B,Regular,account.data_account_type_expense,,FALSE, diff --git a/addons/l10n_jp/data/account.chart.template.csv b/addons/l10n_jp/data/account.chart.template.csv new file mode 100644 index 00000000000..8488d0445aa --- /dev/null +++ b/addons/l10n_jp/data/account.chart.template.csv @@ -0,0 +1,2 @@ +id,name,account_root_id/id,tax_code_root_id/id,bank_account_view_id/id,property_account_receivable/id,property_account_payable/id,property_account_expense_categ/id,property_account_income_categ/id,property_account_expense/id,property_account_income/id +l10n_jp1,日本勘定設定テンプレート,COM0,jpt_root,A111,A11211,A21211,A21219,B41001,A21219,B41001 diff --git a/addons/l10n_jp/data/account.fiscal.position.template.csv b/addons/l10n_jp/data/account.fiscal.position.template.csv new file mode 100644 index 00000000000..07e7b11531d --- /dev/null +++ b/addons/l10n_jp/data/account.fiscal.position.template.csv @@ -0,0 +1,7 @@ +id,chart_template_id/id,name,note,tax_ids/tax_src_id/id,tax_ids/tax_dest_id/id +fiscal_position_tax_inclusive_template,l10n_jp1,内税,,tax_in_e,tax_in_i +,,,,tax_out_e,tax_out_i +fiscal_position_tax_exclusive_template,l10n_jp1,外税,,tax_in_i,tax_in_e +,,,,tax_out_i,tax_out_e +fiscal_position_tax_exempt_template,l10n_jp1,海外取引先,,tax_in_e,tax_in_x +,,,,tax_out_e,tax_out_im diff --git a/addons/l10n_jp/data/account.tax.code.template.csv b/addons/l10n_jp/data/account.tax.code.template.csv new file mode 100644 index 00000000000..71bf73cff47 --- /dev/null +++ b/addons/l10n_jp/data/account.tax.code.template.csv @@ -0,0 +1,20 @@ +id,name,parent_id/id,code,notprintable,sign +jpt_root,日本税チャート,,,FALSE,1 +jpt_tax_code_balance_net,支払対象税額,jpt_root,,FALSE,1 +jpt_tax_code_input,仮受税額,jpt_tax_code_balance_net,,FALSE,-1 +jpt_tax_code_input_A,仮受消費税(8%),jpt_tax_code_input,,FALSE,1 +jpt_tax_code_input_X,免税,jpt_tax_code_input,,FALSE,1 +jpt_tax_code_input_O,不課税,jpt_tax_code_input,,FALSE,1 +jpt_tax_code_output,仮払税額,jpt_tax_code_balance_net,,FALSE,1 +jpt_tax_code_output_A,仮払消費税(8%),jpt_tax_code_output,,FALSE,1 +jpt_tax_code_output_I,輸入,jpt_tax_code_output,,FALSE,1 +jpt_tax_code_output_O,不課税,jpt_tax_code_output,,FALSE,1 +jpt_tax_code_base_net,税計算基準額,jpt_root,,FALSE,1 +jpt_tax_code_base_sales,販売基準額,jpt_tax_code_base_net,,FALSE,1 +jpt_tax_code_sales_A,課税対象売上(8%),jpt_tax_code_base_sales,,FALSE,1 +jpt_tax_code_sales_X,免税売上,jpt_tax_code_base_sales,,FALSE,1 +jpt_tax_code_sales_O,不課税売上,jpt_tax_code_base_sales,,FALSE,1 +jpt_tax_code_base_purchases,購買基準額,jpt_tax_code_base_net,,FALSE,1 +jpt_tax_code_purch_A,課税対象仕入(8%),jpt_tax_code_base_purchases,,FALSE,1 +jpt_tax_code_purch_I,輸入仕入,jpt_tax_code_base_purchases,,FALSE,1 +jpt_tax_code_purch_O,不課税仕入,jpt_tax_code_base_purchases,,FALSE,1 diff --git a/addons/l10n_jp/data/account.tax.template.csv b/addons/l10n_jp/data/account.tax.template.csv new file mode 100644 index 00000000000..d029c0d41e0 --- /dev/null +++ b/addons/l10n_jp/data/account.tax.template.csv @@ -0,0 +1,9 @@ +id,name,description,chart_template_id/id,type_tax_use,type,amount,price_include,sequence,include_base_amount,account_collected_id/id,base_code_id/id,base_sign,tax_code_id/id,tax_sign,account_paid_id/id,ref_base_code_id/id,ref_base_sign,ref_tax_code_id/id,ref_tax_sign,child_depend +tax_in_e,仮受消費税(外),,l10n_jp1,sale,percent,0.08,FALSE,1,FALSE,A11807,jpt_tax_code_sales_A,1,jpt_tax_code_input_A,1,A11807,jpt_tax_code_sales_A,1,jpt_tax_code_input_A,1,FALSE +tax_in_i,仮受消費税(内),,l10n_jp1,sale,percent,0.08,TRUE,1,FALSE,A11807,jpt_tax_code_sales_A,1,jpt_tax_code_input_A,1,A11807,jpt_tax_code_sales_A,1,jpt_tax_code_input_A,1,FALSE +tax_in_x,輸出免税,,l10n_jp1,sale,percent,,FALSE,1,FALSE,,jpt_tax_code_sales_X,1,jpt_tax_code_input_X,1,,jpt_tax_code_sales_X,1,jpt_tax_code_input_X,1,FALSE +tax_in_o,非課税販売,,l10n_jp1,sale,percent,,FALSE,1,FALSE,,jpt_tax_code_sales_O,1,jpt_tax_code_input_O,1,,jpt_tax_code_sales_O,1,jpt_tax_code_input_O,1,FALSE +tax_out_e,仮払消費税(外),,l10n_jp1,purchase,percent,0.08,FALSE,1,FALSE,A21807,jpt_tax_code_purch_A,1,jpt_tax_code_output_A,1,A21807,jpt_tax_code_purch_A,1,jpt_tax_code_output_A,1,FALSE +tax_out_i,仮払消費税(内),,l10n_jp1,purchase,percent,0.08,TRUE,1,FALSE,A21807,jpt_tax_code_purch_A,1,jpt_tax_code_output_A,1,A21807,jpt_tax_code_purch_A,1,jpt_tax_code_output_A,1,FALSE +tax_out_im,海外仕入,,l10n_jp1,purchase,percent,,FALSE,1,FALSE,,jpt_tax_code_purch_I,1,jpt_tax_code_output_I,1,,jpt_tax_code_purch_I,1,jpt_tax_code_output_I,1,FALSE +tax_out_o,非課税購買,,l10n_jp1,purchase,percent,,FALSE,1,FALSE,,jpt_tax_code_purch_O,1,jpt_tax_code_output_O,1,,jpt_tax_code_purch_O,1,jpt_tax_code_output_O,1,FALSE diff --git a/addons/l10n_jp/static/description/icon.png b/addons/l10n_jp/static/description/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..96bc158944ecb44e2e5afea17d0ba19216fe775a GIT binary patch literal 8422 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 b^o%QMJN=O@+&A$>5F}YiC5alCNyz^Iq#^br literal 0 HcmV?d00001