mirror of
https://github.com/bringout/oca-ocb-l10n_asia-pacific.git
synced 2026-04-26 19:42:05 +02:00
Initial commit: L10N_Asia Pacific packages
This commit is contained in:
commit
54c86b612c
828 changed files with 58224 additions and 0 deletions
51
odoo-bringout-oca-ocb-l10n_tw/README.md
Normal file
51
odoo-bringout-oca-ocb-l10n_tw/README.md
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
# Taiwan - Accounting
|
||||
|
||||
|
||||
This is the base module to manage the accounting chart for Taiwan in Odoo.
|
||||
==============================================================================
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
pip install odoo-bringout-oca-ocb-l10n_tw
|
||||
```
|
||||
|
||||
## Dependencies
|
||||
|
||||
This addon depends on:
|
||||
- account
|
||||
- base_address_extended
|
||||
- l10n_multilang
|
||||
|
||||
## Manifest Information
|
||||
|
||||
- **Name**: Taiwan - Accounting
|
||||
- **Version**: 1.0
|
||||
- **Category**: Accounting/Localizations/Account Charts
|
||||
- **License**: LGPL-3
|
||||
- **Installable**: False
|
||||
|
||||
## Source
|
||||
|
||||
Based on [OCA/OCB](https://github.com/OCA/OCB) branch 16.0, addon `l10n_tw`.
|
||||
|
||||
## License
|
||||
|
||||
This package maintains the original LGPL-3 license from the upstream Odoo project.
|
||||
|
||||
## Documentation
|
||||
|
||||
- Overview: doc/OVERVIEW.md
|
||||
- Architecture: doc/ARCHITECTURE.md
|
||||
- Models: doc/MODELS.md
|
||||
- Controllers: doc/CONTROLLERS.md
|
||||
- Wizards: doc/WIZARDS.md
|
||||
- Reports: doc/REPORTS.md
|
||||
- Security: doc/SECURITY.md
|
||||
- Install: doc/INSTALL.md
|
||||
- Usage: doc/USAGE.md
|
||||
- Configuration: doc/CONFIGURATION.md
|
||||
- Dependencies: doc/DEPENDENCIES.md
|
||||
- Troubleshooting: doc/TROUBLESHOOTING.md
|
||||
- FAQ: doc/FAQ.md
|
||||
32
odoo-bringout-oca-ocb-l10n_tw/doc/ARCHITECTURE.md
Normal file
32
odoo-bringout-oca-ocb-l10n_tw/doc/ARCHITECTURE.md
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# Architecture
|
||||
|
||||
```mermaid
|
||||
flowchart TD
|
||||
U[Users] -->|HTTP| V[Views and QWeb Templates]
|
||||
V --> C[Controllers]
|
||||
V --> W[Wizards – Transient Models]
|
||||
C --> M[Models and ORM]
|
||||
W --> M
|
||||
M --> R[Reports]
|
||||
DX[Data XML] --> M
|
||||
S[Security – ACLs and Groups] -. enforces .-> M
|
||||
|
||||
subgraph L10n_tw Module - l10n_tw
|
||||
direction LR
|
||||
M:::layer
|
||||
W:::layer
|
||||
C:::layer
|
||||
V:::layer
|
||||
R:::layer
|
||||
S:::layer
|
||||
DX:::layer
|
||||
end
|
||||
|
||||
classDef layer fill:#eef8ff,stroke:#6ea8fe,stroke-width:1px
|
||||
```
|
||||
|
||||
Notes
|
||||
- Views include tree/form/kanban templates and report templates.
|
||||
- Controllers provide website/portal routes when present.
|
||||
- Wizards are UI flows implemented with `models.TransientModel`.
|
||||
- Data XML loads data/demo records; Security defines groups and access.
|
||||
3
odoo-bringout-oca-ocb-l10n_tw/doc/CONFIGURATION.md
Normal file
3
odoo-bringout-oca-ocb-l10n_tw/doc/CONFIGURATION.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Configuration
|
||||
|
||||
Refer to Odoo settings for l10n_tw. Configure related models, access rights, and options as needed.
|
||||
3
odoo-bringout-oca-ocb-l10n_tw/doc/CONTROLLERS.md
Normal file
3
odoo-bringout-oca-ocb-l10n_tw/doc/CONTROLLERS.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Controllers
|
||||
|
||||
This module does not define custom HTTP controllers.
|
||||
7
odoo-bringout-oca-ocb-l10n_tw/doc/DEPENDENCIES.md
Normal file
7
odoo-bringout-oca-ocb-l10n_tw/doc/DEPENDENCIES.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Dependencies
|
||||
|
||||
This addon depends on:
|
||||
|
||||
- [account](../../odoo-bringout-oca-ocb-account)
|
||||
- [base_address_extended](../../odoo-bringout-oca-ocb-base_address_extended)
|
||||
- [l10n_multilang](../../odoo-bringout-oca-ocb-l10n_multilang)
|
||||
4
odoo-bringout-oca-ocb-l10n_tw/doc/FAQ.md
Normal file
4
odoo-bringout-oca-ocb-l10n_tw/doc/FAQ.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# FAQ
|
||||
|
||||
- Q: Which Odoo version? A: 16.0 (OCA/OCB packaged).
|
||||
- Q: How to enable? A: Start server with --addon l10n_tw or install in UI.
|
||||
7
odoo-bringout-oca-ocb-l10n_tw/doc/INSTALL.md
Normal file
7
odoo-bringout-oca-ocb-l10n_tw/doc/INSTALL.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Install
|
||||
|
||||
```bash
|
||||
pip install odoo-bringout-oca-ocb-l10n_tw"
|
||||
# or
|
||||
uv pip install odoo-bringout-oca-ocb-l10n_tw"
|
||||
```
|
||||
11
odoo-bringout-oca-ocb-l10n_tw/doc/MODELS.md
Normal file
11
odoo-bringout-oca-ocb-l10n_tw/doc/MODELS.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Models
|
||||
|
||||
Detected core models and extensions in l10n_tw.
|
||||
|
||||
```mermaid
|
||||
classDiagram
|
||||
```
|
||||
|
||||
Notes
|
||||
- Classes show model technical names; fields omitted for brevity.
|
||||
- Items listed under _inherit are extensions of existing models.
|
||||
6
odoo-bringout-oca-ocb-l10n_tw/doc/OVERVIEW.md
Normal file
6
odoo-bringout-oca-ocb-l10n_tw/doc/OVERVIEW.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Overview
|
||||
|
||||
Packaged Odoo addon: l10n_tw. Provides features documented in upstream Odoo 16 under this addon.
|
||||
|
||||
- Source: OCA/OCB 16.0, addon l10n_tw
|
||||
- License: LGPL-3
|
||||
3
odoo-bringout-oca-ocb-l10n_tw/doc/REPORTS.md
Normal file
3
odoo-bringout-oca-ocb-l10n_tw/doc/REPORTS.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Reports
|
||||
|
||||
This module does not define custom reports.
|
||||
8
odoo-bringout-oca-ocb-l10n_tw/doc/SECURITY.md
Normal file
8
odoo-bringout-oca-ocb-l10n_tw/doc/SECURITY.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Security
|
||||
|
||||
This module does not define custom security rules or access controls beyond Odoo defaults.
|
||||
|
||||
Default Odoo security applies:
|
||||
- Base user access through standard groups
|
||||
- Model access inherited from dependencies
|
||||
- No custom row-level security rules
|
||||
5
odoo-bringout-oca-ocb-l10n_tw/doc/TROUBLESHOOTING.md
Normal file
5
odoo-bringout-oca-ocb-l10n_tw/doc/TROUBLESHOOTING.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Troubleshooting
|
||||
|
||||
- Ensure Python and Odoo environment matches repo guidance.
|
||||
- Check database connectivity and logs if startup fails.
|
||||
- Validate that dependent addons listed in DEPENDENCIES.md are installed.
|
||||
7
odoo-bringout-oca-ocb-l10n_tw/doc/USAGE.md
Normal file
7
odoo-bringout-oca-ocb-l10n_tw/doc/USAGE.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Usage
|
||||
|
||||
Start Odoo including this addon (from repo root):
|
||||
|
||||
```bash
|
||||
python3 scripts/nix_odoo_web_server.py --db-name mydb --addon l10n_tw
|
||||
```
|
||||
3
odoo-bringout-oca-ocb-l10n_tw/doc/WIZARDS.md
Normal file
3
odoo-bringout-oca-ocb-l10n_tw/doc/WIZARDS.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Wizards
|
||||
|
||||
This module does not include UI wizards.
|
||||
6
odoo-bringout-oca-ocb-l10n_tw/l10n_tw/__init__.py
Normal file
6
odoo-bringout-oca-ocb-l10n_tw/l10n_tw/__init__.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from odoo import api, SUPERUSER_ID
|
||||
|
||||
|
||||
def load_translations(cr, registry):
|
||||
env = api.Environment(cr, SUPERUSER_ID, {})
|
||||
env.ref("l10n_tw.l10n_tw_chart_template").process_coa_translations()
|
||||
33
odoo-bringout-oca-ocb-l10n_tw/l10n_tw/__manifest__.py
Normal file
33
odoo-bringout-oca-ocb-l10n_tw/l10n_tw/__manifest__.py
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"name": "Taiwan - Accounting",
|
||||
"author": "Odoo PS",
|
||||
"version": "1.0",
|
||||
"category": "Accounting/Localizations/Account Charts",
|
||||
"description": """
|
||||
This is the base module to manage the accounting chart for Taiwan in Odoo.
|
||||
==============================================================================
|
||||
""",
|
||||
"depends": [
|
||||
"account",
|
||||
"base_address_extended",
|
||||
"l10n_multilang",
|
||||
],
|
||||
"data": [
|
||||
"data/l10n_tw_chart_data.xml",
|
||||
"data/account.account.template.csv",
|
||||
"data/res.country.state.csv",
|
||||
"data/account_chart_template_data.xml",
|
||||
"data/account.tax.group.csv",
|
||||
"data/account_tax_template_data.xml",
|
||||
"data/account_chart_template_configure_data.xml",
|
||||
"data/res_currency_data.xml",
|
||||
"data/res_country_data.xml",
|
||||
"data/res.city.csv",
|
||||
],
|
||||
'demo': [
|
||||
'demo/demo_company.xml',
|
||||
],
|
||||
"icon": "/base/static/img/country_flags/tw.png",
|
||||
"post_init_hook": "load_translations",
|
||||
"license": "LGPL-3",
|
||||
}
|
||||
|
|
@ -0,0 +1,125 @@
|
|||
id,chart_template_id/id,code,name,account_type,reconcile
|
||||
tw_118100,l10n_tw.l10n_tw_chart_template,118100,Notes receivable,asset_receivable,TRUE
|
||||
tw_119100,l10n_tw.l10n_tw_chart_template,119100,Accounts receivable,asset_receivable,TRUE
|
||||
tw_119150,l10n_tw.l10n_tw_chart_template,119150,Accounts receivable (PoS),asset_receivable,TRUE
|
||||
tw_121100,l10n_tw.l10n_tw_chart_template,121100,Earned revenue receivable,asset_receivable,TRUE
|
||||
tw_123100,l10n_tw.l10n_tw_chart_template,123100,Merchandise inventory,asset_current,FALSE
|
||||
tw_123150,l10n_tw.l10n_tw_chart_template,123150,Other inventory (pending acceptance),asset_current,TRUE
|
||||
tw_123500,l10n_tw.l10n_tw_chart_template,123500,Finished goods,asset_current,FALSE
|
||||
tw_123700,l10n_tw.l10n_tw_chart_template,123700,Work in progress,asset_current,FALSE
|
||||
tw_123900,l10n_tw.l10n_tw_chart_template,123900,Raw materials,asset_current,FALSE
|
||||
tw_124000,l10n_tw.l10n_tw_chart_template,124000,Supplies,asset_current,FALSE
|
||||
tw_124500,l10n_tw.l10n_tw_chart_template,124500,Stock Interim Account (Input),asset_current,FALSE
|
||||
tw_124600,l10n_tw.l10n_tw_chart_template,124600,Stock Interim Account (Output),asset_current,FALSE
|
||||
tw_126400,l10n_tw.l10n_tw_chart_template,126400,Office supplies,asset_prepayments,FALSE
|
||||
tw_126500,l10n_tw.l10n_tw_chart_template,126500,Other prepaid expenses,asset_prepayments,FALSE
|
||||
tw_126600,l10n_tw.l10n_tw_chart_template,126600,Prepayment for purchases,asset_prepayments,FALSE
|
||||
tw_126800,l10n_tw.l10n_tw_chart_template,126800,Business tax paid (or Input VAT),asset_prepayments,FALSE
|
||||
tw_126900,l10n_tw.l10n_tw_chart_template,126900,Overpaid sales tax,asset_prepayments,FALSE
|
||||
tw_127000,l10n_tw.l10n_tw_chart_template,127000,Other prepayments,asset_prepayments,FALSE
|
||||
tw_128100,l10n_tw.l10n_tw_chart_template,128100,Temporary payments,asset_current,FALSE
|
||||
tw_128200,l10n_tw.l10n_tw_chart_template,128200,Payment on behalf of others,asset_current,FALSE
|
||||
tw_128400,l10n_tw.l10n_tw_chart_template,128400,Refundable deposits,asset_current,FALSE
|
||||
tw_137100,l10n_tw.l10n_tw_chart_template,137100,Investments accounted for using equity method,asset_non_current,FALSE
|
||||
tw_139100,l10n_tw.l10n_tw_chart_template,139100,"Land, cost",asset_non_current,FALSE
|
||||
tw_141100,l10n_tw.l10n_tw_chart_template,141100,"Buildings and structures, cost",asset_non_current,FALSE
|
||||
tw_141300,l10n_tw.l10n_tw_chart_template,141300,"Accumulated depreciation, buildings and structures",asset_non_current,FALSE
|
||||
tw_142100,l10n_tw.l10n_tw_chart_template,142100,"Machinery and equipment, cost",asset_non_current,FALSE
|
||||
tw_142200,l10n_tw.l10n_tw_chart_template,142200,"Accumulated depreciation, machinery and equipment",asset_non_current,FALSE
|
||||
tw_143100,l10n_tw.l10n_tw_chart_template,143100,"Office equipment, cost",asset_non_current,FALSE
|
||||
tw_143200,l10n_tw.l10n_tw_chart_template,143200,"Accumulated depreciation, office equipment",asset_non_current,FALSE
|
||||
tw_144100,l10n_tw.l10n_tw_chart_template,144100,"Leased assets, cost",asset_non_current,FALSE
|
||||
tw_144200,l10n_tw.l10n_tw_chart_template,144200,"Accumulated depreciation, leased assets",asset_non_current,FALSE
|
||||
tw_155100,l10n_tw.l10n_tw_chart_template,155100,"Other intangible assets, net",asset_non_current,FALSE
|
||||
tw_155200,l10n_tw.l10n_tw_chart_template,155200,"Accumulated amortization, other intangible assets",asset_non_current,FALSE
|
||||
tw_156100,l10n_tw.l10n_tw_chart_template,156100,Deferred tax assets,asset_non_current,FALSE
|
||||
tw_158200,l10n_tw.l10n_tw_chart_template,158200,Prepayments for business facilities,asset_non_current,FALSE
|
||||
tw_158300,l10n_tw.l10n_tw_chart_template,158300,Guarantee deposits paid,asset_non_current,FALSE
|
||||
tw_158400,l10n_tw.l10n_tw_chart_template,158400,"Owner (shareholder) accounts, debit",asset_non_current,FALSE
|
||||
tw_158600,l10n_tw.l10n_tw_chart_template,158600,"Other non-current assets, others",asset_non_current,FALSE
|
||||
tw_211200,l10n_tw.l10n_tw_chart_template,211200,Bank loan,liability_current,FALSE
|
||||
tw_216100,l10n_tw.l10n_tw_chart_template,216100,Notes payable,liability_payable,TRUE
|
||||
tw_217100,l10n_tw.l10n_tw_chart_template,217100,Accounts payable,liability_payable,TRUE
|
||||
tw_219400,l10n_tw.l10n_tw_chart_template,219400,Business tax payable,liability_payable,TRUE
|
||||
tw_219700,l10n_tw.l10n_tw_chart_template,219700,Other accrued expenses,liability_payable,TRUE
|
||||
tw_219900,l10n_tw.l10n_tw_chart_template,219900,Payable on machinery and equipment,liability_payable,TRUE
|
||||
tw_220100,l10n_tw.l10n_tw_chart_template,220100,Dividends payable,liability_payable,TRUE
|
||||
tw_220400,l10n_tw.l10n_tw_chart_template,220400,Business tax received (or Output VAT),liability_current,FALSE
|
||||
tw_222100,l10n_tw.l10n_tw_chart_template,222100,Advance sales receipts,liability_current,FALSE
|
||||
tw_222300,l10n_tw.l10n_tw_chart_template,222300,Other advance receipts,liability_current,FALSE
|
||||
tw_225100,l10n_tw.l10n_tw_chart_template,225100,Temporary credits,liability_current,FALSE
|
||||
tw_225200,l10n_tw.l10n_tw_chart_template,225200,Receipts under custody,liability_current,FALSE
|
||||
tw_239300,l10n_tw.l10n_tw_chart_template,239300,"Owner (shareholder) accounts, credit",liability_current,FALSE
|
||||
tw_311100,l10n_tw.l10n_tw_chart_template,311100,Ordinary share,equity,FALSE
|
||||
tw_321100,l10n_tw.l10n_tw_chart_template,321100,"Capital surplus, additional paid-in capital arising from ordinary share",equity,FALSE
|
||||
tw_335100,l10n_tw.l10n_tw_chart_template,335100,Accumulated profit and loss,equity,FALSE
|
||||
tw_341500,l10n_tw.l10n_tw_chart_template,341500,"Other equity interest, others",equity,FALSE
|
||||
tw_411100,l10n_tw.l10n_tw_chart_template,411100,Sales revenue,income,FALSE
|
||||
tw_411300,l10n_tw.l10n_tw_chart_template,411300,Sales returns,income,FALSE
|
||||
tw_411400,l10n_tw.l10n_tw_chart_template,411400,Sales discounts and allowances,income,FALSE
|
||||
tw_414100,l10n_tw.l10n_tw_chart_template,414100,Other operating revenue,income,FALSE
|
||||
tw_412100,l10n_tw.l10n_tw_chart_template,412100,Labor Income,income,FALSE
|
||||
tw_413100,l10n_tw.l10n_tw_chart_template,413100,Engineering Income,income_other,FALSE
|
||||
tw_423200,l10n_tw.l10n_tw_chart_template,423200,Engineering Income redfund or discount,income_other,FALSE
|
||||
tw_511100,l10n_tw.l10n_tw_chart_template,511100,Cost of sales,expense_direct_cost,FALSE
|
||||
tw_512100,l10n_tw.l10n_tw_chart_template,512100,Purchase of goods,expense_direct_cost,FALSE
|
||||
tw_512300,l10n_tw.l10n_tw_chart_template,512300,Purchases returns,expense_direct_cost,FALSE
|
||||
tw_512400,l10n_tw.l10n_tw_chart_template,512400,Purchases discounts and allowances,expense_direct_cost,FALSE
|
||||
tw_513100,l10n_tw.l10n_tw_chart_template,513100,Purchase of raw materials,expense_direct_cost,FALSE
|
||||
tw_513300,l10n_tw.l10n_tw_chart_template,513300,Raw materials purchase returns,expense_direct_cost,FALSE
|
||||
tw_513400,l10n_tw.l10n_tw_chart_template,513400,Raw materials purchase discounts and allowances,expense_direct_cost,FALSE
|
||||
tw_514100,l10n_tw.l10n_tw_chart_template,514100,Direct labor,expense_direct_cost,FALSE
|
||||
tw_515200,l10n_tw.l10n_tw_chart_template,515200,Rent expense,expense_direct_cost,FALSE
|
||||
tw_515700,l10n_tw.l10n_tw_chart_template,515700,Repairs and maintenance expense,expense_direct_cost,FALSE
|
||||
tw_515800,l10n_tw.l10n_tw_chart_template,515800,Packing expenses,expense_direct_cost,FALSE
|
||||
tw_515900,l10n_tw.l10n_tw_chart_template,515900,Utilities expense,expense_direct_cost,FALSE
|
||||
tw_516000,l10n_tw.l10n_tw_chart_template,516000,Insurance expense,expense_direct_cost,FALSE
|
||||
tw_516100,l10n_tw.l10n_tw_chart_template,516100,Processing expense,expense_direct_cost,FALSE
|
||||
tw_516300,l10n_tw.l10n_tw_chart_template,516300,Depreciations,expense_direct_cost,FALSE
|
||||
tw_516500,l10n_tw.l10n_tw_chart_template,516500,Meal expense,expense_direct_cost,FALSE
|
||||
tw_516800,l10n_tw.l10n_tw_chart_template,516800,Indirect materials,expense_direct_cost,FALSE
|
||||
tw_516900,l10n_tw.l10n_tw_chart_template,516900,Other overheads,expense_direct_cost,FALSE
|
||||
tw_591100,l10n_tw.l10n_tw_chart_template,591100,Other operating costs,expense_direct_cost,FALSE
|
||||
tw_611100,l10n_tw.l10n_tw_chart_template,611100,Wages and salaries,expense,FALSE
|
||||
tw_611200,l10n_tw.l10n_tw_chart_template,611200,Rent expense,expense,FALSE
|
||||
tw_611300,l10n_tw.l10n_tw_chart_template,611300,Stationery supplies,expense,FALSE
|
||||
tw_611400,l10n_tw.l10n_tw_chart_template,611400,Traveling Expense,expense,FALSE
|
||||
tw_611500,l10n_tw.l10n_tw_chart_template,611500,Freight,expense,FALSE
|
||||
tw_611600,l10n_tw.l10n_tw_chart_template,611600,Postage expenses,expense,FALSE
|
||||
tw_611700,l10n_tw.l10n_tw_chart_template,611700,Repairs and maintenance expense,expense,FALSE
|
||||
tw_611800,l10n_tw.l10n_tw_chart_template,611800,Advertisement expense,expense,FALSE
|
||||
tw_611900,l10n_tw.l10n_tw_chart_template,611900,Utilities expense,expense,FALSE
|
||||
tw_612000,l10n_tw.l10n_tw_chart_template,612000,Insurance expense,expense,FALSE
|
||||
tw_612100,l10n_tw.l10n_tw_chart_template,612100,Entertainment expense,expense,FALSE
|
||||
tw_612200,l10n_tw.l10n_tw_chart_template,612200,Donation expense,expense,FALSE
|
||||
tw_612300,l10n_tw.l10n_tw_chart_template,612300,Taxes,expense,FALSE
|
||||
tw_612400,l10n_tw.l10n_tw_chart_template,612400,Losses on doubtful debts,expense,FALSE
|
||||
tw_612500,l10n_tw.l10n_tw_chart_template,612500,Depreciations,expense,FALSE
|
||||
tw_612600,l10n_tw.l10n_tw_chart_template,612600,Depletions and amortizations,expense,FALSE
|
||||
tw_612700,l10n_tw.l10n_tw_chart_template,612700,Losses on export sales,expense,FALSE
|
||||
tw_612800,l10n_tw.l10n_tw_chart_template,612800,Meal expense,expense,FALSE
|
||||
tw_612900,l10n_tw.l10n_tw_chart_template,612900,Employee benefits/welfare,expense,FALSE
|
||||
tw_613000,l10n_tw.l10n_tw_chart_template,613000,Research and development expense,expense,FALSE
|
||||
tw_613100,l10n_tw.l10n_tw_chart_template,613100,Commissions expense,expense,FALSE
|
||||
tw_613200,l10n_tw.l10n_tw_chart_template,613200,Training expense,expense,FALSE
|
||||
tw_613300,l10n_tw.l10n_tw_chart_template,613300,Services expense,expense,FALSE
|
||||
tw_613400,l10n_tw.l10n_tw_chart_template,613400,Other operating expenses,expense,FALSE
|
||||
tw_711100,l10n_tw.l10n_tw_chart_template,711100,Interest revenue,income_other,FALSE
|
||||
tw_712100,l10n_tw.l10n_tw_chart_template,712100,Rent income,income_other,FALSE
|
||||
tw_714100,l10n_tw.l10n_tw_chart_template,714100,Dividend revenue,income_other,FALSE
|
||||
tw_715100,l10n_tw.l10n_tw_chart_template,715100,Interest expense,expense,FALSE
|
||||
tw_717100,l10n_tw.l10n_tw_chart_template,717100,Investment income accounted for using equity method,income_other,FALSE
|
||||
tw_717200,l10n_tw.l10n_tw_chart_template,717200,Investment loss accounted for using equity method,expense,FALSE
|
||||
tw_718100,l10n_tw.l10n_tw_chart_template,718100,Foreign exchange gains,income_other,FALSE
|
||||
tw_718200,l10n_tw.l10n_tw_chart_template,718200,Foreign exchange losses,expense,FALSE
|
||||
tw_718500,l10n_tw.l10n_tw_chart_template,718500,Cash difference gains,income_other,FALSE
|
||||
tw_718600,l10n_tw.l10n_tw_chart_template,718600,Cash difference losses,expense,FALSE
|
||||
tw_719100,l10n_tw.l10n_tw_chart_template,719100,Gains on disposals of investment property,income_other,FALSE
|
||||
tw_719200,l10n_tw.l10n_tw_chart_template,719200,Losses on disposals of investment property,expense,FALSE
|
||||
tw_720100,l10n_tw.l10n_tw_chart_template,720100,"Net gain or loss on disposals of property, plant and equipment",income_other,FALSE
|
||||
tw_720200,l10n_tw.l10n_tw_chart_template,720200,"Gains on disposals of property, plant and equipment",expense,FALSE
|
||||
tw_723200,l10n_tw.l10n_tw_chart_template,723200,Commissions revenue,income_other,FALSE
|
||||
tw_724700,l10n_tw.l10n_tw_chart_template,724700,Other revenue,income_other,FALSE
|
||||
tw_821100,l10n_tw.l10n_tw_chart_template,821100,Tax expense (income),expense,FALSE
|
||||
tw_841100,l10n_tw.l10n_tw_chart_template,841100,Closed Units' asset or profit (post tax),income,FALSE
|
||||
tw_871100,l10n_tw.l10n_tw_chart_template,871100,Unrealized gains and losses on available-for-sale financial assets,income_other,FALSE
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
id,name,country_id/id
|
||||
tax_group_gst_5,GST 5%,base.tw
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<data noupdate="1">
|
||||
<function model="account.chart.template" name="try_loading">
|
||||
<value eval="[ref('l10n_tw.l10n_tw_chart_template')]" />
|
||||
</function>
|
||||
</data>
|
||||
</odoo>
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record id="l10n_tw_chart_template" model="account.chart.template">
|
||||
<field name="use_anglo_saxon" eval="True"/>
|
||||
<field name="property_account_receivable_id" ref="tw_119100"/>
|
||||
<field name="property_account_payable_id" ref="tw_217100"/>
|
||||
<field name="property_account_expense_categ_id" ref="tw_511100"/>
|
||||
<field name="property_account_income_categ_id" ref="tw_411100"/>
|
||||
<field name="property_stock_account_input_categ_id" ref="tw_124500"/>
|
||||
<field name="property_stock_account_output_categ_id" ref="tw_124600"/>
|
||||
<field name="property_stock_valuation_account_id" ref="tw_123100"/>
|
||||
<field name="income_currency_exchange_account_id" ref="tw_718100"/>
|
||||
<field name="expense_currency_exchange_account_id" ref="tw_718200"/>
|
||||
<field name="default_cash_difference_income_account_id" ref="tw_718500"/>
|
||||
<field name="default_cash_difference_expense_account_id" ref="tw_718600"/>
|
||||
<field name="default_pos_receivable_account_id" ref="tw_119150"/>
|
||||
<field name="account_journal_early_pay_discount_loss_account_id" ref="tw_411400"/>
|
||||
<field name="account_journal_early_pay_discount_gain_account_id" ref="tw_512400"/>
|
||||
</record>
|
||||
</odoo>
|
||||
|
|
@ -0,0 +1,104 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<record id="tw_tax_sale_5" model="account.tax.template">
|
||||
<field name="chart_template_id" ref="l10n_tw_chart_template" />
|
||||
<field name="name">Sale (5%)</field>
|
||||
<field name="sequence">1</field>
|
||||
<field name="description">GST Sales</field>
|
||||
<field name="type_tax_use">sale</field>
|
||||
<field name="amount_type">percent</field>
|
||||
<field name="amount">5.0</field>
|
||||
<field name="price_include" eval="0"/>
|
||||
<field name="tax_group_id" ref="tax_group_gst_5" />
|
||||
<field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
|
||||
(0,0, {'repartition_type': 'base'}),
|
||||
(0,0, {
|
||||
'repartition_type': 'tax',
|
||||
'account_id': ref('tw_220400'),
|
||||
}),
|
||||
]"/>
|
||||
<field name="refund_repartition_line_ids" eval="[(5, 0, 0),
|
||||
(0,0, {'repartition_type': 'base'}),
|
||||
(0,0, {
|
||||
'repartition_type': 'tax',
|
||||
'account_id': ref('tw_220400'),
|
||||
}),
|
||||
]"/>
|
||||
</record>
|
||||
<record id="tw_tax_sale_inc_5" model="account.tax.template">
|
||||
<field name="chart_template_id" ref="l10n_tw_chart_template" />
|
||||
<field name="name">GST Inc Sale (5%)</field>
|
||||
<field name="sequence">2</field>
|
||||
<field name="description">GST Inclusive Sale</field>
|
||||
<field name="type_tax_use">sale</field>
|
||||
<field name="amount_type">percent</field>
|
||||
<field name="amount">5.0</field>
|
||||
<field name="price_include" eval="1" />
|
||||
<field name="include_base_amount" eval="1" />
|
||||
<field name="tax_group_id" ref="tax_group_gst_5" />
|
||||
<field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
|
||||
(0,0, {'repartition_type': 'base'}),
|
||||
(0,0, {
|
||||
'repartition_type': 'tax',
|
||||
'account_id': ref('tw_220400'),
|
||||
}),
|
||||
]"/>
|
||||
<field name="refund_repartition_line_ids" eval="[(5, 0, 0),
|
||||
(0,0, {'repartition_type': 'base'}),
|
||||
(0,0, {
|
||||
'repartition_type': 'tax',
|
||||
'account_id': ref('tw_220400'),
|
||||
}),
|
||||
]"/>
|
||||
</record>
|
||||
<record id="tw_tax_purchase_5" model="account.tax.template">
|
||||
<field name="chart_template_id" ref="l10n_tw_chart_template" />
|
||||
<field name="name">Purchase (5%)</field>
|
||||
<field name="sequence">1</field>
|
||||
<field name="description">GST Purchase</field>
|
||||
<field name="type_tax_use">purchase</field>
|
||||
<field name="amount_type">percent</field>
|
||||
<field name="amount">5.0</field>
|
||||
<field name="price_include" eval="0"/>
|
||||
<field name="tax_group_id" ref="tax_group_gst_5" />
|
||||
<field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
|
||||
(0,0, {'repartition_type': 'base'}),
|
||||
(0,0, {
|
||||
'repartition_type': 'tax',
|
||||
'account_id': ref('tw_126800'),
|
||||
}),
|
||||
]"/>
|
||||
<field name="refund_repartition_line_ids" eval="[(5, 0, 0),
|
||||
(0,0, {'repartition_type': 'base'}),
|
||||
(0,0, {
|
||||
'repartition_type': 'tax',
|
||||
'account_id': ref('tw_126800'),
|
||||
}),
|
||||
]"/>
|
||||
</record>
|
||||
<record id="tw_tax_purchase_inc_5" model="account.tax.template">
|
||||
<field name="chart_template_id" ref="l10n_tw_chart_template" />
|
||||
<field name="name">GST Inc Purchase (5%)</field>
|
||||
<field name="description">GST Inclusive Purchases</field>
|
||||
<field name="type_tax_use">purchase</field>
|
||||
<field name="amount_type">percent</field>
|
||||
<field name="amount">5.0</field>
|
||||
<field name="price_include" eval="1" />
|
||||
<field name="include_base_amount" eval="1" />
|
||||
<field name="tax_group_id" ref="tax_group_gst_5" />
|
||||
<field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
|
||||
(0,0, {'repartition_type': 'base'}),
|
||||
(0,0, {
|
||||
'repartition_type': 'tax',
|
||||
'account_id': ref('tw_126800'),
|
||||
}),
|
||||
]"/>
|
||||
<field name="refund_repartition_line_ids" eval="[(5, 0, 0),
|
||||
(0,0, {'repartition_type': 'base'}),
|
||||
(0,0, {
|
||||
'repartition_type': 'tax',
|
||||
'account_id': ref('tw_126800'),
|
||||
}),
|
||||
]"/>
|
||||
</record>
|
||||
</odoo>
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<record id="l10n_tw_chart_template" model="account.chart.template">
|
||||
<field name="name">Taiwan Tax and Account Chart Template</field>
|
||||
<field name="code_digits">6</field>
|
||||
<field name="bank_account_code_prefix">1113</field>
|
||||
<field name="cash_account_code_prefix">1111</field>
|
||||
<field name="transfer_account_code_prefix">1114</field>
|
||||
<field name="currency_id" ref="base.TWD" />
|
||||
<field name="spoken_languages" eval="'zh_TW'"/>
|
||||
<field name="country_id" ref="base.tw" />
|
||||
</record>
|
||||
</odoo>
|
||||
372
odoo-bringout-oca-ocb-l10n_tw/l10n_tw/data/res.city.csv
Normal file
372
odoo-bringout-oca-ocb-l10n_tw/l10n_tw/data/res.city.csv
Normal file
|
|
@ -0,0 +1,372 @@
|
|||
id,country_id/id,name,zipcode,state_id/id
|
||||
city_tw_100,base.tw,中正區,100,l10n_tw.state_tw_tpc
|
||||
city_tw_103,base.tw,大同區,103,l10n_tw.state_tw_tpc
|
||||
city_tw_104,base.tw,中山區,104,l10n_tw.state_tw_tpc
|
||||
city_tw_105,base.tw,松山區,105,l10n_tw.state_tw_tpc
|
||||
city_tw_106,base.tw,大安區,106,l10n_tw.state_tw_tpc
|
||||
city_tw_108,base.tw,萬華區,108,l10n_tw.state_tw_tpc
|
||||
city_tw_110,base.tw,信義區,110,l10n_tw.state_tw_tpc
|
||||
city_tw_111,base.tw,士林區,111,l10n_tw.state_tw_tpc
|
||||
city_tw_112,base.tw,北投區,112,l10n_tw.state_tw_tpc
|
||||
city_tw_114,base.tw,內湖區,114,l10n_tw.state_tw_tpc
|
||||
city_tw_115,base.tw,南港區,115,l10n_tw.state_tw_tpc
|
||||
city_tw_116,base.tw,文山區,116,l10n_tw.state_tw_tpc
|
||||
city_tw_200,base.tw,仁愛區,200,l10n_tw.state_tw_klc
|
||||
city_tw_201,base.tw,信義區,201,l10n_tw.state_tw_klc
|
||||
city_tw_202,base.tw,中正區,202,l10n_tw.state_tw_klc
|
||||
city_tw_203,base.tw,中山區,203,l10n_tw.state_tw_klc
|
||||
city_tw_204,base.tw,安樂區,204,l10n_tw.state_tw_klc
|
||||
city_tw_205,base.tw,暖暖區,205,l10n_tw.state_tw_klc
|
||||
city_tw_206,base.tw,七堵區,206,l10n_tw.state_tw_klc
|
||||
city_tw_207,base.tw,萬里區,207,l10n_tw.state_tw_klc
|
||||
city_tw_208,base.tw,金山區,208,l10n_tw.state_tw_klc
|
||||
city_tw_209,base.tw,南竿鄉,209,l10n_tw.state_tw_lcc
|
||||
city_tw_210,base.tw,北竿鄉,210,l10n_tw.state_tw_lcc
|
||||
city_tw_211,base.tw,莒光鄉,211,l10n_tw.state_tw_lcc
|
||||
city_tw_212,base.tw,東引鄉,212,l10n_tw.state_tw_lcc
|
||||
city_tw_220,base.tw,板橋區,220,l10n_tw.state_tw_ntpc
|
||||
city_tw_221,base.tw,汐止區,221,l10n_tw.state_tw_ntpc
|
||||
city_tw_222,base.tw,深坑區,222,l10n_tw.state_tw_ntpc
|
||||
city_tw_223,base.tw,石碇區,223,l10n_tw.state_tw_ntpc
|
||||
city_tw_224,base.tw,瑞芳區,224,l10n_tw.state_tw_ntpc
|
||||
city_tw_226,base.tw,平溪區,226,l10n_tw.state_tw_ntpc
|
||||
city_tw_227,base.tw,雙溪區,227,l10n_tw.state_tw_ntpc
|
||||
city_tw_228,base.tw,貢寮區,228,l10n_tw.state_tw_ntpc
|
||||
city_tw_231,base.tw,新店區,231,l10n_tw.state_tw_ntpc
|
||||
city_tw_232,base.tw,坪林區,232,l10n_tw.state_tw_ntpc
|
||||
city_tw_233,base.tw,烏來區,233,l10n_tw.state_tw_ntpc
|
||||
city_tw_234,base.tw,永和區,234,l10n_tw.state_tw_ntpc
|
||||
city_tw_235,base.tw,中和區,235,l10n_tw.state_tw_ntpc
|
||||
city_tw_236,base.tw,土城區,236,l10n_tw.state_tw_ntpc
|
||||
city_tw_237,base.tw,三峽區,237,l10n_tw.state_tw_ntpc
|
||||
city_tw_238,base.tw,樹林區,238,l10n_tw.state_tw_ntpc
|
||||
city_tw_239,base.tw,鶯歌區,239,l10n_tw.state_tw_ntpc
|
||||
city_tw_241,base.tw,三重區,241,l10n_tw.state_tw_ntpc
|
||||
city_tw_242,base.tw,新莊區,242,l10n_tw.state_tw_ntpc
|
||||
city_tw_243,base.tw,泰山區,243,l10n_tw.state_tw_ntpc
|
||||
city_tw_244,base.tw,林口區,244,l10n_tw.state_tw_ntpc
|
||||
city_tw_247,base.tw,蘆洲區,247,l10n_tw.state_tw_ntpc
|
||||
city_tw_248,base.tw,五股區,248,l10n_tw.state_tw_ntpc
|
||||
city_tw_249,base.tw,八里區,249,l10n_tw.state_tw_ntpc
|
||||
city_tw_251,base.tw,淡水區,251,l10n_tw.state_tw_ntpc
|
||||
city_tw_252,base.tw,三芝區,252,l10n_tw.state_tw_ntpc
|
||||
city_tw_253,base.tw,石門區,253,l10n_tw.state_tw_ntpc
|
||||
city_tw_260,base.tw,宜蘭市,260,l10n_tw.state_tw_ilh
|
||||
city_tw_261,base.tw,頭城鎮,261,l10n_tw.state_tw_ilh
|
||||
city_tw_262,base.tw,礁溪鄉,262,l10n_tw.state_tw_ilh
|
||||
city_tw_263,base.tw,壯圍鄉,263,l10n_tw.state_tw_ilh
|
||||
city_tw_264,base.tw,員山鄉,264,l10n_tw.state_tw_ilh
|
||||
city_tw_265,base.tw,羅東鎮,265,l10n_tw.state_tw_ilh
|
||||
city_tw_266,base.tw,三星鄉,266,l10n_tw.state_tw_ilh
|
||||
city_tw_267,base.tw,大同鄉,267,l10n_tw.state_tw_ilh
|
||||
city_tw_268,base.tw,五結鄉,268,l10n_tw.state_tw_ilh
|
||||
city_tw_269,base.tw,冬山鄉,269,l10n_tw.state_tw_ilh
|
||||
city_tw_270,base.tw,蘇澳鎮,270,l10n_tw.state_tw_ilh
|
||||
city_tw_272,base.tw,南澳鄉,272,l10n_tw.state_tw_ilh
|
||||
city_tw_290,base.tw,釣魚臺,290,l10n_tw.state_tw_ilh
|
||||
city_tw_300,base.tw,北區,300,l10n_tw.state_tw_hct
|
||||
city_tw_300_1,base.tw,東區,300,l10n_tw.state_tw_hct
|
||||
city_tw_300_2,base.tw,香山區,300,l10n_tw.state_tw_hct
|
||||
city_tw_302,base.tw,竹北市,302,l10n_tw.state_tw_hch
|
||||
city_tw_303,base.tw,湖口鄉,303,l10n_tw.state_tw_hch
|
||||
city_tw_304,base.tw,新豐鄉,304,l10n_tw.state_tw_hch
|
||||
city_tw_305,base.tw,新埔鎮,305,l10n_tw.state_tw_hch
|
||||
city_tw_306,base.tw,關西鎮,306,l10n_tw.state_tw_hch
|
||||
city_tw_307,base.tw,芎林鄉,307,l10n_tw.state_tw_hch
|
||||
city_tw_308,base.tw,寶山鄉,308,l10n_tw.state_tw_hch
|
||||
city_tw_310,base.tw,竹東鎮,310,l10n_tw.state_tw_hch
|
||||
city_tw_311,base.tw,五峰鄉,311,l10n_tw.state_tw_hch
|
||||
city_tw_312,base.tw,橫山鄉,312,l10n_tw.state_tw_hch
|
||||
city_tw_313,base.tw,尖石鄉,313,l10n_tw.state_tw_hch
|
||||
city_tw_314,base.tw,北埔鄉,314,l10n_tw.state_tw_hch
|
||||
city_tw_315,base.tw,峨眉鄉,315,l10n_tw.state_tw_hch
|
||||
city_tw_320,base.tw,中壢區,320,l10n_tw.state_tw_tyc
|
||||
city_tw_324,base.tw,平鎮區,324,l10n_tw.state_tw_tyc
|
||||
city_tw_325,base.tw,龍潭區,325,l10n_tw.state_tw_tyc
|
||||
city_tw_326,base.tw,楊梅區,326,l10n_tw.state_tw_tyc
|
||||
city_tw_327,base.tw,新屋區,327,l10n_tw.state_tw_tyc
|
||||
city_tw_328,base.tw,觀音區,328,l10n_tw.state_tw_tyc
|
||||
city_tw_330,base.tw,桃園區,330,l10n_tw.state_tw_tyc
|
||||
city_tw_333,base.tw,龜山區,333,l10n_tw.state_tw_tyc
|
||||
city_tw_334,base.tw,八德區,334,l10n_tw.state_tw_tyc
|
||||
city_tw_335,base.tw,大溪區,335,l10n_tw.state_tw_tyc
|
||||
city_tw_336,base.tw,復興區,336,l10n_tw.state_tw_tyc
|
||||
city_tw_337,base.tw,大園區,337,l10n_tw.state_tw_tyc
|
||||
city_tw_338,base.tw,蘆竹區,338,l10n_tw.state_tw_tyc
|
||||
city_tw_350,base.tw,竹南鎮,350,l10n_tw.state_tw_mlh
|
||||
city_tw_351,base.tw,頭份市,351,l10n_tw.state_tw_mlh
|
||||
city_tw_352,base.tw,三灣鄉,352,l10n_tw.state_tw_mlh
|
||||
city_tw_353,base.tw,南庄鄉,353,l10n_tw.state_tw_mlh
|
||||
city_tw_354,base.tw,獅潭鄉,354,l10n_tw.state_tw_mlh
|
||||
city_tw_356,base.tw,後龍鎮,356,l10n_tw.state_tw_mlh
|
||||
city_tw_357,base.tw,通霄鎮,357,l10n_tw.state_tw_mlh
|
||||
city_tw_358,base.tw,苑裡鎮,358,l10n_tw.state_tw_mlh
|
||||
city_tw_360,base.tw,苗栗市,360,l10n_tw.state_tw_mlh
|
||||
city_tw_361,base.tw,造橋鄉,361,l10n_tw.state_tw_mlh
|
||||
city_tw_362,base.tw,頭屋鄉,362,l10n_tw.state_tw_mlh
|
||||
city_tw_363,base.tw,公館鄉,363,l10n_tw.state_tw_mlh
|
||||
city_tw_364,base.tw,大湖鄉,364,l10n_tw.state_tw_mlh
|
||||
city_tw_365,base.tw,泰安鄉,365,l10n_tw.state_tw_mlh
|
||||
city_tw_366,base.tw,銅鑼鄉,366,l10n_tw.state_tw_mlh
|
||||
city_tw_367,base.tw,三義鄉,367,l10n_tw.state_tw_mlh
|
||||
city_tw_368,base.tw,西湖鄉,368,l10n_tw.state_tw_mlh
|
||||
city_tw_369,base.tw,卓蘭鎮,369,l10n_tw.state_tw_mlh
|
||||
city_tw_400,base.tw,中區,400,l10n_tw.state_tw_tcc
|
||||
city_tw_401,base.tw,東區,401,l10n_tw.state_tw_tcc
|
||||
city_tw_402,base.tw,南區,402,l10n_tw.state_tw_tcc
|
||||
city_tw_403,base.tw,西區,403,l10n_tw.state_tw_tcc
|
||||
city_tw_404,base.tw,北區,404,l10n_tw.state_tw_tcc
|
||||
city_tw_406,base.tw,北屯區,406,l10n_tw.state_tw_tcc
|
||||
city_tw_407,base.tw,西屯區,407,l10n_tw.state_tw_tcc
|
||||
city_tw_408,base.tw,南屯區,408,l10n_tw.state_tw_tcc
|
||||
city_tw_411,base.tw,太平區,411,l10n_tw.state_tw_tcc
|
||||
city_tw_412,base.tw,大里區,412,l10n_tw.state_tw_tcc
|
||||
city_tw_413,base.tw,霧峰區,413,l10n_tw.state_tw_tcc
|
||||
city_tw_414,base.tw,烏日區,414,l10n_tw.state_tw_tcc
|
||||
city_tw_420,base.tw,豐原區,420,l10n_tw.state_tw_tcc
|
||||
city_tw_421,base.tw,后里區,421,l10n_tw.state_tw_tcc
|
||||
city_tw_422,base.tw,石岡區,422,l10n_tw.state_tw_tcc
|
||||
city_tw_423,base.tw,東勢區,423,l10n_tw.state_tw_tcc
|
||||
city_tw_424,base.tw,和平區,424,l10n_tw.state_tw_tcc
|
||||
city_tw_426,base.tw,新社區,426,l10n_tw.state_tw_tcc
|
||||
city_tw_427,base.tw,潭子區,427,l10n_tw.state_tw_tcc
|
||||
city_tw_428,base.tw,大雅區,428,l10n_tw.state_tw_tcc
|
||||
city_tw_429,base.tw,神岡區,429,l10n_tw.state_tw_tcc
|
||||
city_tw_432,base.tw,大肚區,432,l10n_tw.state_tw_tcc
|
||||
city_tw_433,base.tw,沙鹿區,433,l10n_tw.state_tw_tcc
|
||||
city_tw_434,base.tw,龍井區,434,l10n_tw.state_tw_tcc
|
||||
city_tw_435,base.tw,梧棲區,435,l10n_tw.state_tw_tcc
|
||||
city_tw_436,base.tw,清水區,436,l10n_tw.state_tw_tcc
|
||||
city_tw_437,base.tw,大甲區,437,l10n_tw.state_tw_tcc
|
||||
city_tw_438,base.tw,外埔區,438,l10n_tw.state_tw_tcc
|
||||
city_tw_439,base.tw,大安區,439,l10n_tw.state_tw_tcc
|
||||
city_tw_500,base.tw,彰化市,500,l10n_tw.state_tw_chh
|
||||
city_tw_502,base.tw,芬園鄉,502,l10n_tw.state_tw_chh
|
||||
city_tw_503,base.tw,花壇鄉,503,l10n_tw.state_tw_chh
|
||||
city_tw_504,base.tw,秀水鄉,504,l10n_tw.state_tw_chh
|
||||
city_tw_505,base.tw,鹿港鎮,505,l10n_tw.state_tw_chh
|
||||
city_tw_506,base.tw,福興鄉,506,l10n_tw.state_tw_chh
|
||||
city_tw_507,base.tw,線西鄉,507,l10n_tw.state_tw_chh
|
||||
city_tw_508,base.tw,和美鎮,508,l10n_tw.state_tw_chh
|
||||
city_tw_509,base.tw,伸港鄉,509,l10n_tw.state_tw_chh
|
||||
city_tw_510,base.tw,員林市,510,l10n_tw.state_tw_chh
|
||||
city_tw_511,base.tw,社頭鄉,511,l10n_tw.state_tw_chh
|
||||
city_tw_512,base.tw,永靖鄉,512,l10n_tw.state_tw_chh
|
||||
city_tw_513,base.tw,埔心鄉,513,l10n_tw.state_tw_chh
|
||||
city_tw_514,base.tw,溪湖鎮,514,l10n_tw.state_tw_chh
|
||||
city_tw_515,base.tw,大村鄉,515,l10n_tw.state_tw_chh
|
||||
city_tw_516,base.tw,埔鹽鄉,516,l10n_tw.state_tw_chh
|
||||
city_tw_520,base.tw,田中鎮,520,l10n_tw.state_tw_chh
|
||||
city_tw_521,base.tw,北斗鎮,521,l10n_tw.state_tw_chh
|
||||
city_tw_522,base.tw,田尾鄉,522,l10n_tw.state_tw_chh
|
||||
city_tw_523,base.tw,埤頭鄉,523,l10n_tw.state_tw_chh
|
||||
city_tw_524,base.tw,溪州鄉,524,l10n_tw.state_tw_chh
|
||||
city_tw_525,base.tw,竹塘鄉,525,l10n_tw.state_tw_chh
|
||||
city_tw_526,base.tw,二林鎮,526,l10n_tw.state_tw_chh
|
||||
city_tw_527,base.tw,大城鄉,527,l10n_tw.state_tw_chh
|
||||
city_tw_528,base.tw,芳苑鄉,528,l10n_tw.state_tw_chh
|
||||
city_tw_530,base.tw,二水鄉,530,l10n_tw.state_tw_chh
|
||||
city_tw_540,base.tw,南投市,540,l10n_tw.state_tw_ntc
|
||||
city_tw_541,base.tw,中寮鄉,541,l10n_tw.state_tw_ntc
|
||||
city_tw_542,base.tw,草屯鎮,542,l10n_tw.state_tw_ntc
|
||||
city_tw_544,base.tw,國姓鄉,544,l10n_tw.state_tw_ntc
|
||||
city_tw_545,base.tw,埔里鎮,545,l10n_tw.state_tw_ntc
|
||||
city_tw_546,base.tw,仁愛鄉,546,l10n_tw.state_tw_ntc
|
||||
city_tw_551,base.tw,名間鄉,551,l10n_tw.state_tw_ntc
|
||||
city_tw_552,base.tw,集集鎮,552,l10n_tw.state_tw_ntc
|
||||
city_tw_553,base.tw,水里鄉,553,l10n_tw.state_tw_ntc
|
||||
city_tw_555,base.tw,魚池鄉,555,l10n_tw.state_tw_ntc
|
||||
city_tw_556,base.tw,信義鄉,556,l10n_tw.state_tw_ntc
|
||||
city_tw_557,base.tw,竹山鎮,557,l10n_tw.state_tw_ntc
|
||||
city_tw_558,base.tw,鹿谷鄉,558,l10n_tw.state_tw_ntc
|
||||
city_tw_600,base.tw,東區,600,l10n_tw.state_tw_cic
|
||||
city_tw_600_1,base.tw,西區,600,l10n_tw.state_tw_cic
|
||||
city_tw_602,base.tw,番路鄉,602,l10n_tw.state_tw_cih
|
||||
city_tw_603,base.tw,梅山鄉,603,l10n_tw.state_tw_cih
|
||||
city_tw_604,base.tw,竹崎鄉,604,l10n_tw.state_tw_cih
|
||||
city_tw_605,base.tw,阿里山鄉,605,l10n_tw.state_tw_cih
|
||||
city_tw_606,base.tw,中埔鄉,606,l10n_tw.state_tw_cih
|
||||
city_tw_607,base.tw,大埔鄉,607,l10n_tw.state_tw_cih
|
||||
city_tw_608,base.tw,水上鄉,608,l10n_tw.state_tw_cih
|
||||
city_tw_611,base.tw,鹿草鄉,611,l10n_tw.state_tw_cih
|
||||
city_tw_612,base.tw,太保市,612,l10n_tw.state_tw_cih
|
||||
city_tw_613,base.tw,朴子市,613,l10n_tw.state_tw_cih
|
||||
city_tw_614,base.tw,東石鄉,614,l10n_tw.state_tw_cih
|
||||
city_tw_615,base.tw,六腳鄉,615,l10n_tw.state_tw_cih
|
||||
city_tw_616,base.tw,新港鄉,616,l10n_tw.state_tw_cih
|
||||
city_tw_621,base.tw,民雄鄉,621,l10n_tw.state_tw_cih
|
||||
city_tw_622,base.tw,大林鎮,622,l10n_tw.state_tw_cih
|
||||
city_tw_623,base.tw,溪口鄉,623,l10n_tw.state_tw_cih
|
||||
city_tw_624,base.tw,義竹鄉,624,l10n_tw.state_tw_cih
|
||||
city_tw_625,base.tw,布袋鎮,625,l10n_tw.state_tw_cih
|
||||
city_tw_630,base.tw,斗南鎮,630,l10n_tw.state_tw_ylh
|
||||
city_tw_631,base.tw,大埤鄉,631,l10n_tw.state_tw_ylh
|
||||
city_tw_632,base.tw,虎尾鎮,632,l10n_tw.state_tw_ylh
|
||||
city_tw_633,base.tw,土庫鎮,633,l10n_tw.state_tw_ylh
|
||||
city_tw_634,base.tw,褒忠鄉,634,l10n_tw.state_tw_ylh
|
||||
city_tw_635,base.tw,東勢鄉,635,l10n_tw.state_tw_ylh
|
||||
city_tw_636,base.tw,台西鄉,636,l10n_tw.state_tw_ylh
|
||||
city_tw_637,base.tw,崙背鄉,637,l10n_tw.state_tw_ylh
|
||||
city_tw_638,base.tw,麥寮鄉,638,l10n_tw.state_tw_ylh
|
||||
city_tw_640,base.tw,斗六市,640,l10n_tw.state_tw_ylh
|
||||
city_tw_643,base.tw,林內鄉,643,l10n_tw.state_tw_ylh
|
||||
city_tw_646,base.tw,古坑鄉,646,l10n_tw.state_tw_ylh
|
||||
city_tw_647,base.tw,莿桐鄉,647,l10n_tw.state_tw_ylh
|
||||
city_tw_648,base.tw,西螺鎮,648,l10n_tw.state_tw_ylh
|
||||
city_tw_649,base.tw,二崙鄉,649,l10n_tw.state_tw_ylh
|
||||
city_tw_651,base.tw,北港鎮,651,l10n_tw.state_tw_ylh
|
||||
city_tw_652,base.tw,水林鄉,652,l10n_tw.state_tw_ylh
|
||||
city_tw_653,base.tw,口湖鄉,653,l10n_tw.state_tw_ylh
|
||||
city_tw_654,base.tw,四湖鄉,654,l10n_tw.state_tw_ylh
|
||||
city_tw_655,base.tw,元長鄉,655,l10n_tw.state_tw_ylh
|
||||
city_tw_700,base.tw,中西區,700,l10n_tw.state_tw_tnh
|
||||
city_tw_701,base.tw,東區,701,l10n_tw.state_tw_tnh
|
||||
city_tw_702,base.tw,南區,702,l10n_tw.state_tw_tnh
|
||||
city_tw_704,base.tw,北區,704,l10n_tw.state_tw_tnh
|
||||
city_tw_708,base.tw,安平區,708,l10n_tw.state_tw_tnh
|
||||
city_tw_709,base.tw,安南區,709,l10n_tw.state_tw_tnh
|
||||
city_tw_710,base.tw,永康區,710,l10n_tw.state_tw_tnh
|
||||
city_tw_711,base.tw,歸仁區,711,l10n_tw.state_tw_tnh
|
||||
city_tw_712,base.tw,新化區,712,l10n_tw.state_tw_tnh
|
||||
city_tw_713,base.tw,左鎮區,713,l10n_tw.state_tw_tnh
|
||||
city_tw_714,base.tw,玉井區,714,l10n_tw.state_tw_tnh
|
||||
city_tw_715,base.tw,楠西區,715,l10n_tw.state_tw_tnh
|
||||
city_tw_716,base.tw,南化區,716,l10n_tw.state_tw_tnh
|
||||
city_tw_717,base.tw,仁德區,717,l10n_tw.state_tw_tnh
|
||||
city_tw_718,base.tw,關廟區,718,l10n_tw.state_tw_tnh
|
||||
city_tw_719,base.tw,龍崎區,719,l10n_tw.state_tw_tnh
|
||||
city_tw_720,base.tw,官田區,720,l10n_tw.state_tw_tnh
|
||||
city_tw_721,base.tw,麻豆區,721,l10n_tw.state_tw_tnh
|
||||
city_tw_722,base.tw,佳里區,722,l10n_tw.state_tw_tnh
|
||||
city_tw_723,base.tw,西港區,723,l10n_tw.state_tw_tnh
|
||||
city_tw_724,base.tw,七股區,724,l10n_tw.state_tw_tnh
|
||||
city_tw_725,base.tw,將軍區,725,l10n_tw.state_tw_tnh
|
||||
city_tw_726,base.tw,學甲區,726,l10n_tw.state_tw_tnh
|
||||
city_tw_727,base.tw,北門區,727,l10n_tw.state_tw_tnh
|
||||
city_tw_730,base.tw,新營區,730,l10n_tw.state_tw_tnh
|
||||
city_tw_731,base.tw,後壁區,731,l10n_tw.state_tw_tnh
|
||||
city_tw_732,base.tw,白河區,732,l10n_tw.state_tw_tnh
|
||||
city_tw_733,base.tw,東山區,733,l10n_tw.state_tw_tnh
|
||||
city_tw_734,base.tw,六甲區,734,l10n_tw.state_tw_tnh
|
||||
city_tw_735,base.tw,下營區,735,l10n_tw.state_tw_tnh
|
||||
city_tw_736,base.tw,柳營區,736,l10n_tw.state_tw_tnh
|
||||
city_tw_737,base.tw,鹽水區,737,l10n_tw.state_tw_tnh
|
||||
city_tw_741,base.tw,善化區,741,l10n_tw.state_tw_tnh
|
||||
city_tw_742,base.tw,大內區,742,l10n_tw.state_tw_tnh
|
||||
city_tw_743,base.tw,山上區,743,l10n_tw.state_tw_tnh
|
||||
city_tw_744,base.tw,新市區,744,l10n_tw.state_tw_tnh
|
||||
city_tw_745,base.tw,安定區,745,l10n_tw.state_tw_tnh
|
||||
city_tw_800,base.tw,新興區,800,l10n_tw.state_tw_khc
|
||||
city_tw_801,base.tw,前金區,801,l10n_tw.state_tw_khc
|
||||
city_tw_802,base.tw,苓雅區,802,l10n_tw.state_tw_khc
|
||||
city_tw_803,base.tw,鹽埕區,803,l10n_tw.state_tw_khc
|
||||
city_tw_804,base.tw,鼓山區,804,l10n_tw.state_tw_khc
|
||||
city_tw_805,base.tw,旗津區,805,l10n_tw.state_tw_khc
|
||||
city_tw_806,base.tw,前鎮區,806,l10n_tw.state_tw_khc
|
||||
city_tw_807,base.tw,三民區,807,l10n_tw.state_tw_khc
|
||||
city_tw_811,base.tw,楠梓區,811,l10n_tw.state_tw_khc
|
||||
city_tw_812,base.tw,小港區,812,l10n_tw.state_tw_khc
|
||||
city_tw_813,base.tw,左營區,813,l10n_tw.state_tw_khc
|
||||
city_tw_814,base.tw,仁武區,814,l10n_tw.state_tw_khc
|
||||
city_tw_815,base.tw,大社區,815,l10n_tw.state_tw_khc
|
||||
city_tw_817,base.tw,東沙群島,817,l10n_tw.state_tw_khc
|
||||
city_tw_819,base.tw,南沙群島,819,l10n_tw.state_tw_khc
|
||||
city_tw_820,base.tw,岡山區,820,l10n_tw.state_tw_khc
|
||||
city_tw_821,base.tw,路竹區,821,l10n_tw.state_tw_khc
|
||||
city_tw_822,base.tw,阿蓮區,822,l10n_tw.state_tw_khc
|
||||
city_tw_823,base.tw,田寮區,823,l10n_tw.state_tw_khc
|
||||
city_tw_824,base.tw,燕巢區,824,l10n_tw.state_tw_khc
|
||||
city_tw_825,base.tw,橋頭區,825,l10n_tw.state_tw_khc
|
||||
city_tw_826,base.tw,梓官區,826,l10n_tw.state_tw_khc
|
||||
city_tw_827,base.tw,彌陀區,827,l10n_tw.state_tw_khc
|
||||
city_tw_828,base.tw,永安區,828,l10n_tw.state_tw_khc
|
||||
city_tw_829,base.tw,湖內區,829,l10n_tw.state_tw_khc
|
||||
city_tw_830,base.tw,鳳山區,830,l10n_tw.state_tw_khc
|
||||
city_tw_831,base.tw,大寮區,831,l10n_tw.state_tw_khc
|
||||
city_tw_832,base.tw,林園區,832,l10n_tw.state_tw_khc
|
||||
city_tw_833,base.tw,鳥松區,833,l10n_tw.state_tw_khc
|
||||
city_tw_840,base.tw,大樹區,840,l10n_tw.state_tw_khc
|
||||
city_tw_842,base.tw,旗山區,842,l10n_tw.state_tw_khc
|
||||
city_tw_843,base.tw,美濃區,843,l10n_tw.state_tw_khc
|
||||
city_tw_844,base.tw,六龜區,844,l10n_tw.state_tw_khc
|
||||
city_tw_845,base.tw,內門區,845,l10n_tw.state_tw_khc
|
||||
city_tw_846,base.tw,杉林區,846,l10n_tw.state_tw_khc
|
||||
city_tw_847,base.tw,甲仙區,847,l10n_tw.state_tw_khc
|
||||
city_tw_848,base.tw,桃源區,848,l10n_tw.state_tw_khc
|
||||
city_tw_849,base.tw,那瑪夏區,849,l10n_tw.state_tw_khc
|
||||
city_tw_851,base.tw,茂林區,851,l10n_tw.state_tw_khc
|
||||
city_tw_852,base.tw,茄萣區,852,l10n_tw.state_tw_khc
|
||||
city_tw_880,base.tw,馬公市,880,l10n_tw.state_tw_phc
|
||||
city_tw_881,base.tw,西嶼鄉,881,l10n_tw.state_tw_phc
|
||||
city_tw_882,base.tw,望安鄉,882,l10n_tw.state_tw_phc
|
||||
city_tw_883,base.tw,七美鄉,883,l10n_tw.state_tw_phc
|
||||
city_tw_884,base.tw,白沙鄉,884,l10n_tw.state_tw_phc
|
||||
city_tw_885,base.tw,湖西鄉,885,l10n_tw.state_tw_phc
|
||||
city_tw_890,base.tw,金沙鎮,890,l10n_tw.state_tw_kmc
|
||||
city_tw_891,base.tw,金湖鎮,891,l10n_tw.state_tw_kmc
|
||||
city_tw_892,base.tw,金寧鄉,892,l10n_tw.state_tw_kmc
|
||||
city_tw_893,base.tw,金城鎮,893,l10n_tw.state_tw_kmc
|
||||
city_tw_894,base.tw,烈嶼鄉,894,l10n_tw.state_tw_kmc
|
||||
city_tw_896,base.tw,烏坵鄉,896,l10n_tw.state_tw_kmc
|
||||
city_tw_900,base.tw,屏東市,900,l10n_tw.state_tw_pth
|
||||
city_tw_901,base.tw,三地門鄉,901,l10n_tw.state_tw_pth
|
||||
city_tw_902,base.tw,霧台鄉,902,l10n_tw.state_tw_pth
|
||||
city_tw_903,base.tw,瑪家鄉,903,l10n_tw.state_tw_pth
|
||||
city_tw_904,base.tw,九如鄉,904,l10n_tw.state_tw_pth
|
||||
city_tw_905,base.tw,里港鄉,905,l10n_tw.state_tw_pth
|
||||
city_tw_906,base.tw,高樹鄉,906,l10n_tw.state_tw_pth
|
||||
city_tw_907,base.tw,鹽埔鄉,907,l10n_tw.state_tw_pth
|
||||
city_tw_908,base.tw,長治鄉,908,l10n_tw.state_tw_pth
|
||||
city_tw_909,base.tw,麟洛鄉,909,l10n_tw.state_tw_pth
|
||||
city_tw_911,base.tw,竹田鄉,911,l10n_tw.state_tw_pth
|
||||
city_tw_912,base.tw,內埔鄉,912,l10n_tw.state_tw_pth
|
||||
city_tw_913,base.tw,萬丹鄉,913,l10n_tw.state_tw_pth
|
||||
city_tw_920,base.tw,潮州鎮,920,l10n_tw.state_tw_pth
|
||||
city_tw_921,base.tw,泰武鄉,921,l10n_tw.state_tw_pth
|
||||
city_tw_922,base.tw,來義鄉,922,l10n_tw.state_tw_pth
|
||||
city_tw_923,base.tw,萬巒鄉,923,l10n_tw.state_tw_pth
|
||||
city_tw_924,base.tw,崁頂鄉,924,l10n_tw.state_tw_pth
|
||||
city_tw_925,base.tw,新埤鄉,925,l10n_tw.state_tw_pth
|
||||
city_tw_926,base.tw,南州鄉,926,l10n_tw.state_tw_pth
|
||||
city_tw_927,base.tw,林邊鄉,927,l10n_tw.state_tw_pth
|
||||
city_tw_928,base.tw,東港鎮,928,l10n_tw.state_tw_pth
|
||||
city_tw_929,base.tw,琉球鄉,929,l10n_tw.state_tw_pth
|
||||
city_tw_931,base.tw,佳冬鄉,931,l10n_tw.state_tw_pth
|
||||
city_tw_932,base.tw,新園鄉,932,l10n_tw.state_tw_pth
|
||||
city_tw_940,base.tw,枋寮鄉,940,l10n_tw.state_tw_pth
|
||||
city_tw_941,base.tw,枋山鄉,941,l10n_tw.state_tw_pth
|
||||
city_tw_942,base.tw,春日鄉,942,l10n_tw.state_tw_pth
|
||||
city_tw_943,base.tw,獅子鄉,943,l10n_tw.state_tw_pth
|
||||
city_tw_944,base.tw,車城鄉,944,l10n_tw.state_tw_pth
|
||||
city_tw_945,base.tw,牡丹鄉,945,l10n_tw.state_tw_pth
|
||||
city_tw_946,base.tw,恆春鎮,946,l10n_tw.state_tw_pth
|
||||
city_tw_947,base.tw,滿州鄉,947,l10n_tw.state_tw_pth
|
||||
city_tw_950,base.tw,台東市,950,l10n_tw.state_tw_tth
|
||||
city_tw_951,base.tw,綠島鄉,951,l10n_tw.state_tw_tth
|
||||
city_tw_952,base.tw,蘭嶼鄉,952,l10n_tw.state_tw_tth
|
||||
city_tw_953,base.tw,延平鄉,953,l10n_tw.state_tw_tth
|
||||
city_tw_954,base.tw,卑南鄉,954,l10n_tw.state_tw_tth
|
||||
city_tw_955,base.tw,鹿野鄉,955,l10n_tw.state_tw_tth
|
||||
city_tw_956,base.tw,關山鎮,956,l10n_tw.state_tw_tth
|
||||
city_tw_957,base.tw,海端鄉,957,l10n_tw.state_tw_tth
|
||||
city_tw_958,base.tw,池上鄉,958,l10n_tw.state_tw_tth
|
||||
city_tw_959,base.tw,東河鄉,959,l10n_tw.state_tw_tth
|
||||
city_tw_961,base.tw,成功鎮,961,l10n_tw.state_tw_tth
|
||||
city_tw_962,base.tw,長濱鄉,962,l10n_tw.state_tw_tth
|
||||
city_tw_963,base.tw,太麻里鄉,963,l10n_tw.state_tw_tth
|
||||
city_tw_964,base.tw,金峰鄉,964,l10n_tw.state_tw_tth
|
||||
city_tw_965,base.tw,大武鄉,965,l10n_tw.state_tw_tth
|
||||
city_tw_966,base.tw,達仁鄉,966,l10n_tw.state_tw_tth
|
||||
city_tw_970,base.tw,花蓮市,970,l10n_tw.state_tw_hlh
|
||||
city_tw_971,base.tw,新城鄉,971,l10n_tw.state_tw_hlh
|
||||
city_tw_972,base.tw,秀林鄉,972,l10n_tw.state_tw_hlh
|
||||
city_tw_973,base.tw,吉安鄉,973,l10n_tw.state_tw_hlh
|
||||
city_tw_974,base.tw,壽豐鄉,974,l10n_tw.state_tw_hlh
|
||||
city_tw_975,base.tw,鳳林鎮,975,l10n_tw.state_tw_hlh
|
||||
city_tw_976,base.tw,光復鄉,976,l10n_tw.state_tw_hlh
|
||||
city_tw_977,base.tw,豐濱鄉,977,l10n_tw.state_tw_hlh
|
||||
city_tw_978,base.tw,瑞穗鄉,978,l10n_tw.state_tw_hlh
|
||||
city_tw_979,base.tw,萬榮鄉,979,l10n_tw.state_tw_hlh
|
||||
city_tw_981,base.tw,玉里鎮,981,l10n_tw.state_tw_hlh
|
||||
city_tw_982,base.tw,卓溪鄉,982,l10n_tw.state_tw_hlh
|
||||
city_tw_983,base.tw,富里鄉,983,l10n_tw.state_tw_hlh
|
||||
|
|
|
@ -0,0 +1,23 @@
|
|||
id,country_id/id,name,code
|
||||
state_tw_chh,base.tw,彰化縣,CHH
|
||||
state_tw_cic,base.tw,嘉義市,CIC
|
||||
state_tw_cih,base.tw,嘉義縣,CIH
|
||||
state_tw_hch,base.tw,新竹縣,HCH
|
||||
state_tw_hct,base.tw,新竹市,HCT
|
||||
state_tw_hlh,base.tw,花蓮縣,HLH
|
||||
state_tw_ilh,base.tw,宜蘭縣,ILH
|
||||
state_tw_khc,base.tw,高雄市,KHC
|
||||
state_tw_klc,base.tw,基隆市,KLC
|
||||
state_tw_kmc,base.tw,金門縣,KMC
|
||||
state_tw_lcc,base.tw,連江縣,LCC
|
||||
state_tw_mlh,base.tw,苗栗縣,MLH
|
||||
state_tw_ntc,base.tw,南投縣,NTC
|
||||
state_tw_ntpc,base.tw,新北市,NTPC
|
||||
state_tw_phc,base.tw,澎湖縣,PHC
|
||||
state_tw_pth,base.tw,屏東縣,PTH
|
||||
state_tw_tcc,base.tw,台中市,TCC
|
||||
state_tw_tnh,base.tw,台南市,TNH
|
||||
state_tw_tpc,base.tw,台北市,TPC
|
||||
state_tw_tth,base.tw,台東縣,TTH
|
||||
state_tw_tyc,base.tw,桃園市,TYC
|
||||
state_tw_ylh,base.tw,雲林縣,YLH
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record id="base.tw" model="res.country">
|
||||
<field name="enforce_cities" eval="1" />
|
||||
</record>
|
||||
</odoo>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<data noupdate="1">
|
||||
<record id="base.TWD" model="res.currency">
|
||||
<field name="active" eval="True" />
|
||||
<field name="position">before</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
34
odoo-bringout-oca-ocb-l10n_tw/l10n_tw/demo/demo_company.xml
Normal file
34
odoo-bringout-oca-ocb-l10n_tw/l10n_tw/demo/demo_company.xml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record id="partner_demo_company_tw" model="res.partner">
|
||||
<field name="name">TW Company</field>
|
||||
<field name="vat"></field>
|
||||
<field name="street">信義路</field>
|
||||
<field name="city_id" ref="l10n_tw.city_tw_110" />
|
||||
<field name="country_id" ref="base.tw"/>
|
||||
<field name="state_id" ref="l10n_tw.state_tw_tpc"/>
|
||||
<field name="zip">110</field>
|
||||
<field name="phone">+886 2 1234 5678</field>
|
||||
<field name="email">info@company.twexample.com</field>
|
||||
<field name="website">www.twexample.com</field>
|
||||
</record>
|
||||
|
||||
<record id="demo_company_tw" model="res.company">
|
||||
<field name="name">TW Company</field>
|
||||
<field name="partner_id" ref="partner_demo_company_tw"/>
|
||||
</record>
|
||||
|
||||
<function model="res.company" name="_onchange_country_id">
|
||||
<value eval="[ref('demo_company_tw')]"/>
|
||||
</function>
|
||||
|
||||
<function model="res.users" name="write">
|
||||
<value eval="[ref('base.user_root'), ref('base.user_admin'), ref('base.user_demo')]"/>
|
||||
<value eval="{'company_ids': [(4, ref('l10n_tw.demo_company_tw'))]}"/>
|
||||
</function>
|
||||
|
||||
<function model="account.chart.template" name="try_loading">
|
||||
<value eval="[ref('l10n_tw.l10n_tw_chart_template')]"/>
|
||||
<value model="res.company" eval="obj().env.ref('l10n_tw.demo_company_tw')"/>
|
||||
</function>
|
||||
</odoo>
|
||||
2813
odoo-bringout-oca-ocb-l10n_tw/l10n_tw/i18n/fr_BE.po
Normal file
2813
odoo-bringout-oca-ocb-l10n_tw/l10n_tw/i18n/fr_BE.po
Normal file
File diff suppressed because it is too large
Load diff
2848
odoo-bringout-oca-ocb-l10n_tw/l10n_tw/i18n/l10n_tw.pot
Normal file
2848
odoo-bringout-oca-ocb-l10n_tw/l10n_tw/i18n/l10n_tw.pot
Normal file
File diff suppressed because it is too large
Load diff
932
odoo-bringout-oca-ocb-l10n_tw/l10n_tw/i18n/zh_TW.po
Normal file
932
odoo-bringout-oca-ocb-l10n_tw/l10n_tw/i18n/zh_TW.po
Normal file
|
|
@ -0,0 +1,932 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * l10n_tw
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-04-19 09:56+0000\n"
|
||||
"PO-Revision-Date: 2022-04-19 09:56+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_217100
|
||||
#: model:account.account,name:l10n_tw.2_tw_217100
|
||||
#: model:account.account.template,name:l10n_tw.tw_217100
|
||||
msgid "Accounts payable"
|
||||
msgstr "應付帳款"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_119100
|
||||
#: model:account.account,name:l10n_tw.2_tw_119100
|
||||
#: model:account.account.template,name:l10n_tw.tw_119100
|
||||
msgid "Accounts receivable"
|
||||
msgstr "應收帳款"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_119150
|
||||
#: model:account.account,name:l10n_tw.2_tw_119150
|
||||
#: model:account.account.template,name:l10n_tw.tw_119150
|
||||
msgid "Accounts receivable (PoS)"
|
||||
msgstr "應收帳款(POS)"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_155200
|
||||
#: model:account.account,name:l10n_tw.2_tw_155200
|
||||
#: model:account.account.template,name:l10n_tw.tw_155200
|
||||
msgid "Accumulated amortization, other intangible assets"
|
||||
msgstr "累計攤銷-其他無形資產"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_141300
|
||||
#: model:account.account,name:l10n_tw.2_tw_141300
|
||||
#: model:account.account.template,name:l10n_tw.tw_141300
|
||||
msgid "Accumulated depreciation, buildings and structures"
|
||||
msgstr "累計折舊-房屋及建築"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_144200
|
||||
#: model:account.account,name:l10n_tw.2_tw_144200
|
||||
#: model:account.account.template,name:l10n_tw.tw_144200
|
||||
msgid "Accumulated depreciation, leased assets"
|
||||
msgstr "累計折舊-租賃資產"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_142200
|
||||
#: model:account.account,name:l10n_tw.2_tw_142200
|
||||
#: model:account.account.template,name:l10n_tw.tw_142200
|
||||
msgid "Accumulated depreciation, machinery and equipment"
|
||||
msgstr "累計折舊-機器設備"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_143200
|
||||
#: model:account.account,name:l10n_tw.2_tw_143200
|
||||
#: model:account.account.template,name:l10n_tw.tw_143200
|
||||
msgid "Accumulated depreciation, office equipment"
|
||||
msgstr "累計折舊-辦公設備"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_335100
|
||||
#: model:account.account,name:l10n_tw.2_tw_335100
|
||||
#: model:account.account.template,name:l10n_tw.tw_335100
|
||||
msgid "Accumulated profit and loss"
|
||||
msgstr "累積盈虧"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_222100
|
||||
#: model:account.account,name:l10n_tw.2_tw_222100
|
||||
#: model:account.account.template,name:l10n_tw.tw_222100
|
||||
msgid "Advance sales receipts"
|
||||
msgstr "預收貨款"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_611800
|
||||
#: model:account.account,name:l10n_tw.2_tw_611800
|
||||
#: model:account.account.template,name:l10n_tw.tw_611800
|
||||
msgid "Advertisement expense"
|
||||
msgstr "廣告費"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_211200
|
||||
#: model:account.account,name:l10n_tw.2_tw_211200
|
||||
#: model:account.account.template,name:l10n_tw.tw_211200
|
||||
msgid "Bank loan"
|
||||
msgstr "銀行借款"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_141100
|
||||
#: model:account.account,name:l10n_tw.2_tw_141100
|
||||
#: model:account.account.template,name:l10n_tw.tw_141100
|
||||
msgid "Buildings and structures, cost"
|
||||
msgstr "房屋及建築-成本"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_126800
|
||||
#: model:account.account,name:l10n_tw.2_tw_126800
|
||||
#: model:account.account.template,name:l10n_tw.tw_126800
|
||||
msgid "Business tax paid (or Input VAT)"
|
||||
msgstr "進項稅額"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_219400
|
||||
#: model:account.account,name:l10n_tw.2_tw_219400
|
||||
#: model:account.account.template,name:l10n_tw.tw_219400
|
||||
msgid "Business tax payable"
|
||||
msgstr "應付營業稅"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_220400
|
||||
#: model:account.account,name:l10n_tw.2_tw_220400
|
||||
#: model:account.account.template,name:l10n_tw.tw_220400
|
||||
msgid "Business tax received (or Output VAT)"
|
||||
msgstr "銷項稅額"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_321100
|
||||
#: model:account.account,name:l10n_tw.2_tw_321100
|
||||
#: model:account.account.template,name:l10n_tw.tw_321100
|
||||
msgid ""
|
||||
"Capital surplus, additional paid-in capital arising from ordinary share"
|
||||
msgstr "資本公積-普通股股票溢價"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_718500
|
||||
#: model:account.account,name:l10n_tw.2_tw_718500
|
||||
#: model:account.account.template,name:l10n_tw.tw_718500
|
||||
msgid "Cash difference gains"
|
||||
msgstr "現金差異利益"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_718600
|
||||
#: model:account.account,name:l10n_tw.2_tw_718600
|
||||
#: model:account.account.template,name:l10n_tw.tw_718600
|
||||
msgid "Cash difference losses"
|
||||
msgstr "現金差異損失"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_613100
|
||||
#: model:account.account,name:l10n_tw.2_tw_613100
|
||||
#: model:account.account.template,name:l10n_tw.tw_613100
|
||||
msgid "Commissions expense"
|
||||
msgstr "佣金支出"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_723200
|
||||
#: model:account.account,name:l10n_tw.2_tw_723200
|
||||
#: model:account.account.template,name:l10n_tw.tw_723200
|
||||
msgid "Commissions revenue"
|
||||
msgstr "佣金收入"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_511100
|
||||
#: model:account.account,name:l10n_tw.2_tw_511100
|
||||
#: model:account.account.template,name:l10n_tw.tw_511100
|
||||
msgid "Cost of sales"
|
||||
msgstr "銷貨成本"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_156100
|
||||
#: model:account.account,name:l10n_tw.2_tw_156100
|
||||
#: model:account.account.template,name:l10n_tw.tw_156100
|
||||
msgid "Deferred tax assets"
|
||||
msgstr "遞延所得稅資產"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_612600
|
||||
#: model:account.account,name:l10n_tw.2_tw_612600
|
||||
#: model:account.account.template,name:l10n_tw.tw_612600
|
||||
msgid "Depletions and amortizations"
|
||||
msgstr "各項耗竭及攤提"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_516300
|
||||
#: model:account.account,name:l10n_tw.1_tw_612500
|
||||
#: model:account.account,name:l10n_tw.2_tw_516300
|
||||
#: model:account.account,name:l10n_tw.2_tw_612500
|
||||
#: model:account.account.template,name:l10n_tw.tw_516300
|
||||
#: model:account.account.template,name:l10n_tw.tw_612500
|
||||
msgid "Depreciations"
|
||||
msgstr "折舊"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_514100
|
||||
#: model:account.account,name:l10n_tw.2_tw_514100
|
||||
#: model:account.account.template,name:l10n_tw.tw_514100
|
||||
msgid "Direct labor"
|
||||
msgstr "直接人工"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_714100
|
||||
#: model:account.account,name:l10n_tw.2_tw_714100
|
||||
#: model:account.account.template,name:l10n_tw.tw_714100
|
||||
msgid "Dividend revenue"
|
||||
msgstr "股利收入"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_220100
|
||||
#: model:account.account,name:l10n_tw.2_tw_220100
|
||||
#: model:account.account.template,name:l10n_tw.tw_220100
|
||||
msgid "Dividends payable"
|
||||
msgstr "應付股利"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_612200
|
||||
#: model:account.account,name:l10n_tw.2_tw_612200
|
||||
#: model:account.account.template,name:l10n_tw.tw_612200
|
||||
msgid "Donation expense"
|
||||
msgstr "捐贈"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_121100
|
||||
#: model:account.account,name:l10n_tw.2_tw_121100
|
||||
#: model:account.account.template,name:l10n_tw.tw_121100
|
||||
msgid "Earned revenue receivable"
|
||||
msgstr "應收收益"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_612900
|
||||
#: model:account.account,name:l10n_tw.2_tw_612900
|
||||
#: model:account.account.template,name:l10n_tw.tw_612900
|
||||
msgid "Employee benefits/welfare"
|
||||
msgstr "職工福利"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_612100
|
||||
#: model:account.account,name:l10n_tw.2_tw_612100
|
||||
#: model:account.account.template,name:l10n_tw.tw_612100
|
||||
msgid "Entertainment expense"
|
||||
msgstr "交際費"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_123500
|
||||
#: model:account.account,name:l10n_tw.2_tw_123500
|
||||
#: model:account.account.template,name:l10n_tw.tw_123500
|
||||
msgid "Finished goods"
|
||||
msgstr "製成品"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_718100
|
||||
#: model:account.account,name:l10n_tw.2_tw_718100
|
||||
#: model:account.account.template,name:l10n_tw.tw_718100
|
||||
msgid "Foreign exchange gains"
|
||||
msgstr "兌換利益"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_718200
|
||||
#: model:account.account,name:l10n_tw.2_tw_718200
|
||||
#: model:account.account.template,name:l10n_tw.tw_718200
|
||||
msgid "Foreign exchange losses"
|
||||
msgstr "兌換損失"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_611500
|
||||
#: model:account.account,name:l10n_tw.2_tw_611500
|
||||
#: model:account.account.template,name:l10n_tw.tw_611500
|
||||
msgid "Freight"
|
||||
msgstr "運費"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_719100
|
||||
#: model:account.account,name:l10n_tw.2_tw_719100
|
||||
#: model:account.account.template,name:l10n_tw.tw_719100
|
||||
msgid "Gains on disposals of investment property"
|
||||
msgstr "處分投資性不動產利益"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_720200
|
||||
#: model:account.account,name:l10n_tw.2_tw_720200
|
||||
#: model:account.account.template,name:l10n_tw.tw_720200
|
||||
msgid "Gains on disposals of property, plant and equipment"
|
||||
msgstr "處分不動產、廠房及設備損失"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_158300
|
||||
#: model:account.account,name:l10n_tw.2_tw_158300
|
||||
#: model:account.account.template,name:l10n_tw.tw_158300
|
||||
msgid "Guarantee deposits paid"
|
||||
msgstr "存出保證金"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_516800
|
||||
#: model:account.account,name:l10n_tw.2_tw_516800
|
||||
#: model:account.account.template,name:l10n_tw.tw_516800
|
||||
msgid "Indirect materials"
|
||||
msgstr "間接材料"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_516000
|
||||
#: model:account.account,name:l10n_tw.1_tw_612000
|
||||
#: model:account.account,name:l10n_tw.2_tw_516000
|
||||
#: model:account.account,name:l10n_tw.2_tw_612000
|
||||
#: model:account.account.template,name:l10n_tw.tw_516000
|
||||
#: model:account.account.template,name:l10n_tw.tw_612000
|
||||
msgid "Insurance expense"
|
||||
msgstr "保險費"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_715100
|
||||
#: model:account.account,name:l10n_tw.2_tw_715100
|
||||
#: model:account.account.template,name:l10n_tw.tw_715100
|
||||
msgid "Interest expense"
|
||||
msgstr "利息費用"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_711100
|
||||
#: model:account.account,name:l10n_tw.2_tw_711100
|
||||
#: model:account.account.template,name:l10n_tw.tw_711100
|
||||
msgid "Interest revenue"
|
||||
msgstr "利息收入"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_717100
|
||||
#: model:account.account,name:l10n_tw.2_tw_717100
|
||||
#: model:account.account.template,name:l10n_tw.tw_717100
|
||||
msgid "Investment income accounted for using equity method"
|
||||
msgstr "採權益法認列之投資利益"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_717200
|
||||
#: model:account.account,name:l10n_tw.2_tw_717200
|
||||
#: model:account.account.template,name:l10n_tw.tw_717200
|
||||
msgid "Investment loss accounted for using equity method"
|
||||
msgstr "採權益法認列之投資損失"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_137100
|
||||
#: model:account.account,name:l10n_tw.2_tw_137100
|
||||
#: model:account.account.template,name:l10n_tw.tw_137100
|
||||
msgid "Investments accounted for using equity method"
|
||||
msgstr "採用權益法之投資"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_139100
|
||||
#: model:account.account,name:l10n_tw.2_tw_139100
|
||||
#: model:account.account.template,name:l10n_tw.tw_139100
|
||||
msgid "Land, cost"
|
||||
msgstr "土地-成本"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_144100
|
||||
#: model:account.account,name:l10n_tw.2_tw_144100
|
||||
#: model:account.account.template,name:l10n_tw.tw_144100
|
||||
msgid "Leased assets, cost"
|
||||
msgstr "租賃資產-成本"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_l10n_tw_chart_template_liquidity_transfer
|
||||
#: model:account.account,name:l10n_tw.2_l10n_tw_chart_template_liquidity_transfer
|
||||
#: model:account.account.template,name:l10n_tw.l10n_tw_chart_template_liquidity_transfer
|
||||
msgid "Liquidity Transfer"
|
||||
msgstr ""
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_719200
|
||||
#: model:account.account,name:l10n_tw.2_tw_719200
|
||||
#: model:account.account.template,name:l10n_tw.tw_719200
|
||||
msgid "Losses on disposals of investment property"
|
||||
msgstr "處分投資性不動產損失"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_612400
|
||||
#: model:account.account,name:l10n_tw.2_tw_612400
|
||||
#: model:account.account.template,name:l10n_tw.tw_612400
|
||||
msgid "Losses on doubtful debts"
|
||||
msgstr "呆帳損失"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_612700
|
||||
#: model:account.account,name:l10n_tw.2_tw_612700
|
||||
#: model:account.account.template,name:l10n_tw.tw_612700
|
||||
msgid "Losses on export sales"
|
||||
msgstr "外銷損失"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_142100
|
||||
#: model:account.account,name:l10n_tw.2_tw_142100
|
||||
#: model:account.account.template,name:l10n_tw.tw_142100
|
||||
msgid "Machinery and equipment, cost"
|
||||
msgstr "機器設備-成本 "
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_516500
|
||||
#: model:account.account,name:l10n_tw.1_tw_612800
|
||||
#: model:account.account,name:l10n_tw.2_tw_516500
|
||||
#: model:account.account,name:l10n_tw.2_tw_612800
|
||||
#: model:account.account.template,name:l10n_tw.tw_516500
|
||||
#: model:account.account.template,name:l10n_tw.tw_612800
|
||||
msgid "Meal expense"
|
||||
msgstr "伙食費"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_123100
|
||||
#: model:account.account,name:l10n_tw.2_tw_123100
|
||||
#: model:account.account.template,name:l10n_tw.tw_123100
|
||||
msgid "Merchandise inventory"
|
||||
msgstr "商品存貨"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_720100
|
||||
#: model:account.account,name:l10n_tw.2_tw_720100
|
||||
#: model:account.account.template,name:l10n_tw.tw_720100
|
||||
msgid "Net gain or loss on disposals of property, plant and equipment"
|
||||
msgstr "處分不動產、廠房及設備利益"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_216100
|
||||
#: model:account.account,name:l10n_tw.2_tw_216100
|
||||
#: model:account.account.template,name:l10n_tw.tw_216100
|
||||
msgid "Notes payable"
|
||||
msgstr "應付票據"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_118100
|
||||
#: model:account.account,name:l10n_tw.2_tw_118100
|
||||
#: model:account.account.template,name:l10n_tw.tw_118100
|
||||
msgid "Notes receivable"
|
||||
msgstr "應收票據"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_143100
|
||||
#: model:account.account,name:l10n_tw.2_tw_143100
|
||||
#: model:account.account.template,name:l10n_tw.tw_143100
|
||||
msgid "Office equipment, cost"
|
||||
msgstr "辦公設備-成本"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_126400
|
||||
#: model:account.account,name:l10n_tw.2_tw_126400
|
||||
#: model:account.account.template,name:l10n_tw.tw_126400
|
||||
msgid "Office supplies"
|
||||
msgstr "用品盤存"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_311100
|
||||
#: model:account.account,name:l10n_tw.2_tw_311100
|
||||
#: model:account.account.template,name:l10n_tw.tw_311100
|
||||
msgid "Ordinary share"
|
||||
msgstr "普通股股本"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_219700
|
||||
#: model:account.account,name:l10n_tw.2_tw_219700
|
||||
#: model:account.account.template,name:l10n_tw.tw_219700
|
||||
msgid "Other accrued expenses"
|
||||
msgstr "其他應付費用"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_222300
|
||||
#: model:account.account,name:l10n_tw.2_tw_222300
|
||||
#: model:account.account.template,name:l10n_tw.tw_222300
|
||||
msgid "Other advance receipts"
|
||||
msgstr "其他預收款"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_341500
|
||||
#: model:account.account,name:l10n_tw.2_tw_341500
|
||||
#: model:account.account.template,name:l10n_tw.tw_341500
|
||||
msgid "Other equity interest, others"
|
||||
msgstr "其他權益-其他"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_155100
|
||||
#: model:account.account,name:l10n_tw.2_tw_155100
|
||||
#: model:account.account.template,name:l10n_tw.tw_155100
|
||||
msgid "Other intangible assets, net"
|
||||
msgstr "其他無形資產"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_123150
|
||||
#: model:account.account,name:l10n_tw.2_tw_123150
|
||||
#: model:account.account.template,name:l10n_tw.tw_123150
|
||||
msgid "Other inventory (pending acceptance)"
|
||||
msgstr "其他存貨(已出貨待驗收)"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_158600
|
||||
#: model:account.account,name:l10n_tw.2_tw_158600
|
||||
#: model:account.account.template,name:l10n_tw.tw_158600
|
||||
msgid "Other non-current assets, others"
|
||||
msgstr "其他非流動資產-其他"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_591100
|
||||
#: model:account.account,name:l10n_tw.2_tw_591100
|
||||
#: model:account.account.template,name:l10n_tw.tw_591100
|
||||
msgid "Other operating costs"
|
||||
msgstr "其他營業成本"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_613400
|
||||
#: model:account.account,name:l10n_tw.2_tw_613400
|
||||
#: model:account.account.template,name:l10n_tw.tw_613400
|
||||
msgid "Other operating expenses"
|
||||
msgstr "其他營業費用"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_414100
|
||||
#: model:account.account,name:l10n_tw.2_tw_414100
|
||||
#: model:account.account.template,name:l10n_tw.tw_414100
|
||||
msgid "Other operating revenue"
|
||||
msgstr "其他營業收入"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_516900
|
||||
#: model:account.account,name:l10n_tw.2_tw_516900
|
||||
#: model:account.account.template,name:l10n_tw.tw_516900
|
||||
msgid "Other overheads"
|
||||
msgstr "其他製造費用"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_126500
|
||||
#: model:account.account,name:l10n_tw.2_tw_126500
|
||||
#: model:account.account.template,name:l10n_tw.tw_126500
|
||||
msgid "Other prepaid expenses"
|
||||
msgstr "其他預付費用"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_127000
|
||||
#: model:account.account,name:l10n_tw.2_tw_127000
|
||||
#: model:account.account.template,name:l10n_tw.tw_127000
|
||||
msgid "Other prepayments"
|
||||
msgstr "其他預付款項"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_724700
|
||||
#: model:account.account,name:l10n_tw.2_tw_724700
|
||||
#: model:account.account.template,name:l10n_tw.tw_724700
|
||||
msgid "Other revenue"
|
||||
msgstr "其他收入"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_126900
|
||||
#: model:account.account,name:l10n_tw.2_tw_126900
|
||||
#: model:account.account.template,name:l10n_tw.tw_126900
|
||||
msgid "Overpaid sales tax"
|
||||
msgstr "留抵稅額"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_239300
|
||||
#: model:account.account,name:l10n_tw.2_tw_239300
|
||||
#: model:account.account.template,name:l10n_tw.tw_239300
|
||||
msgid "Owner (shareholder) accounts, credit"
|
||||
msgstr "業主(股東)往來"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_158400
|
||||
#: model:account.account,name:l10n_tw.2_tw_158400
|
||||
#: model:account.account.template,name:l10n_tw.tw_158400
|
||||
msgid "Owner (shareholder) accounts, debit"
|
||||
msgstr "業主(股東)往來"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_515800
|
||||
#: model:account.account,name:l10n_tw.2_tw_515800
|
||||
#: model:account.account.template,name:l10n_tw.tw_515800
|
||||
msgid "Packing expenses"
|
||||
msgstr "包裝費"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_219900
|
||||
#: model:account.account,name:l10n_tw.2_tw_219900
|
||||
#: model:account.account.template,name:l10n_tw.tw_219900
|
||||
msgid "Payable on machinery and equipment"
|
||||
msgstr "應付設備款"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_128200
|
||||
#: model:account.account,name:l10n_tw.2_tw_128200
|
||||
#: model:account.account.template,name:l10n_tw.tw_128200
|
||||
msgid "Payment on behalf of others"
|
||||
msgstr "代付款"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_611600
|
||||
#: model:account.account,name:l10n_tw.2_tw_611600
|
||||
#: model:account.account.template,name:l10n_tw.tw_611600
|
||||
msgid "Postage expenses"
|
||||
msgstr "郵電費"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_126600
|
||||
#: model:account.account,name:l10n_tw.2_tw_126600
|
||||
#: model:account.account.template,name:l10n_tw.tw_126600
|
||||
msgid "Prepayment for purchases"
|
||||
msgstr "預付貨款"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_158200
|
||||
#: model:account.account,name:l10n_tw.2_tw_158200
|
||||
#: model:account.account.template,name:l10n_tw.tw_158200
|
||||
msgid "Prepayments for business facilities"
|
||||
msgstr "預付設備款"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_516100
|
||||
#: model:account.account,name:l10n_tw.2_tw_516100
|
||||
#: model:account.account.template,name:l10n_tw.tw_516100
|
||||
msgid "Processing expense"
|
||||
msgstr "加工費"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_217150
|
||||
#: model:account.account,name:l10n_tw.2_tw_217150
|
||||
#: model:account.account.template,name:l10n_tw.tw_217150
|
||||
msgid "Provisional estimate payable"
|
||||
msgstr "應付暫估"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_512100
|
||||
#: model:account.account,name:l10n_tw.2_tw_512100
|
||||
#: model:account.account.template,name:l10n_tw.tw_512100
|
||||
msgid "Purchase of goods"
|
||||
msgstr "進貨"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_513100
|
||||
#: model:account.account,name:l10n_tw.2_tw_513100
|
||||
#: model:account.account.template,name:l10n_tw.tw_513100
|
||||
msgid "Purchase of raw materials"
|
||||
msgstr "進料"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_512400
|
||||
#: model:account.account,name:l10n_tw.2_tw_512400
|
||||
#: model:account.account.template,name:l10n_tw.tw_512400
|
||||
msgid "Purchases discounts and allowances"
|
||||
msgstr "進貨折讓"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_512300
|
||||
#: model:account.account,name:l10n_tw.2_tw_512300
|
||||
#: model:account.account.template,name:l10n_tw.tw_512300
|
||||
msgid "Purchases returns"
|
||||
msgstr "進貨退出"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_123900
|
||||
#: model:account.account,name:l10n_tw.2_tw_123900
|
||||
#: model:account.account.template,name:l10n_tw.tw_123900
|
||||
msgid "Raw materials"
|
||||
msgstr "原料"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_513400
|
||||
#: model:account.account,name:l10n_tw.2_tw_513400
|
||||
#: model:account.account.template,name:l10n_tw.tw_513400
|
||||
msgid "Raw materials purchase discounts and allowances"
|
||||
msgstr "進料折讓"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_513300
|
||||
#: model:account.account,name:l10n_tw.2_tw_513300
|
||||
#: model:account.account.template,name:l10n_tw.tw_513300
|
||||
msgid "Raw materials purchase returns"
|
||||
msgstr "進料退出"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_225200
|
||||
#: model:account.account,name:l10n_tw.2_tw_225200
|
||||
#: model:account.account.template,name:l10n_tw.tw_225200
|
||||
msgid "Receipts under custody"
|
||||
msgstr "代收款"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_128400
|
||||
#: model:account.account,name:l10n_tw.2_tw_128400
|
||||
#: model:account.account.template,name:l10n_tw.tw_128400
|
||||
msgid "Refundable deposits"
|
||||
msgstr "存出保證金"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_515200
|
||||
#: model:account.account,name:l10n_tw.1_tw_611200
|
||||
#: model:account.account,name:l10n_tw.2_tw_515200
|
||||
#: model:account.account,name:l10n_tw.2_tw_611200
|
||||
#: model:account.account.template,name:l10n_tw.tw_515200
|
||||
#: model:account.account.template,name:l10n_tw.tw_611200
|
||||
msgid "Rent expense"
|
||||
msgstr "租金支出"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_712100
|
||||
#: model:account.account,name:l10n_tw.2_tw_712100
|
||||
#: model:account.account.template,name:l10n_tw.tw_712100
|
||||
msgid "Rent income"
|
||||
msgstr "租金收入"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_515700
|
||||
#: model:account.account,name:l10n_tw.1_tw_611700
|
||||
#: model:account.account,name:l10n_tw.2_tw_515700
|
||||
#: model:account.account,name:l10n_tw.2_tw_611700
|
||||
#: model:account.account.template,name:l10n_tw.tw_515700
|
||||
#: model:account.account.template,name:l10n_tw.tw_611700
|
||||
msgid "Repairs and maintenance expense"
|
||||
msgstr "修繕費"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_613000
|
||||
#: model:account.account,name:l10n_tw.2_tw_613000
|
||||
#: model:account.account.template,name:l10n_tw.tw_613000
|
||||
msgid "Research and development expense"
|
||||
msgstr "研究發展費用"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_411400
|
||||
#: model:account.account,name:l10n_tw.2_tw_411400
|
||||
#: model:account.account.template,name:l10n_tw.tw_411400
|
||||
msgid "Sales discounts and allowances"
|
||||
msgstr "銷貨折讓"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_411300
|
||||
#: model:account.account,name:l10n_tw.2_tw_411300
|
||||
#: model:account.account.template,name:l10n_tw.tw_411300
|
||||
msgid "Sales returns"
|
||||
msgstr "銷貨退回"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_411100
|
||||
#: model:account.account,name:l10n_tw.2_tw_411100
|
||||
#: model:account.account.template,name:l10n_tw.tw_411100
|
||||
msgid "Sales revenue"
|
||||
msgstr "銷貨收入"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_613300
|
||||
#: model:account.account,name:l10n_tw.2_tw_613300
|
||||
#: model:account.account.template,name:l10n_tw.tw_613300
|
||||
msgid "Services expense"
|
||||
msgstr "勞務費"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_611300
|
||||
#: model:account.account,name:l10n_tw.2_tw_611300
|
||||
#: model:account.account.template,name:l10n_tw.tw_611300
|
||||
msgid "Stationery supplies"
|
||||
msgstr "文具用品"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_124000
|
||||
#: model:account.account,name:l10n_tw.2_tw_124000
|
||||
#: model:account.account.template,name:l10n_tw.tw_124000
|
||||
msgid "Supplies"
|
||||
msgstr "物料"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_821100
|
||||
#: model:account.account,name:l10n_tw.2_tw_821100
|
||||
#: model:account.account.template,name:l10n_tw.tw_821100
|
||||
msgid "Tax expense (income)"
|
||||
msgstr "所得稅費用(或利益)"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_612300
|
||||
#: model:account.account,name:l10n_tw.2_tw_612300
|
||||
#: model:account.account.template,name:l10n_tw.tw_612300
|
||||
msgid "Taxes"
|
||||
msgstr "稅捐"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_225100
|
||||
#: model:account.account,name:l10n_tw.2_tw_225100
|
||||
#: model:account.account.template,name:l10n_tw.tw_225100
|
||||
msgid "Temporary credits"
|
||||
msgstr "暫收款"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_128100
|
||||
#: model:account.account,name:l10n_tw.2_tw_128100
|
||||
#: model:account.account.template,name:l10n_tw.tw_128100
|
||||
msgid "Temporary payments"
|
||||
msgstr "暫付款"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_613200
|
||||
#: model:account.account,name:l10n_tw.2_tw_613200
|
||||
#: model:account.account.template,name:l10n_tw.tw_613200
|
||||
msgid "Training expense"
|
||||
msgstr "訓練費"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_611400
|
||||
#: model:account.account,name:l10n_tw.2_tw_611400
|
||||
#: model:account.account.template,name:l10n_tw.tw_611400
|
||||
msgid "Traveling Expense"
|
||||
msgstr "旅費"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_515900
|
||||
#: model:account.account,name:l10n_tw.1_tw_611900
|
||||
#: model:account.account,name:l10n_tw.2_tw_515900
|
||||
#: model:account.account,name:l10n_tw.2_tw_611900
|
||||
#: model:account.account.template,name:l10n_tw.tw_515900
|
||||
#: model:account.account.template,name:l10n_tw.tw_611900
|
||||
msgid "Utilities expense"
|
||||
msgstr "水電瓦斯費"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_611100
|
||||
#: model:account.account,name:l10n_tw.2_tw_611100
|
||||
#: model:account.account.template,name:l10n_tw.tw_611100
|
||||
msgid "Wages and salaries"
|
||||
msgstr "薪資支出"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_123700
|
||||
#: model:account.account,name:l10n_tw.2_tw_123700
|
||||
#: model:account.account.template,name:l10n_tw.tw_123700
|
||||
msgid "Work in progress"
|
||||
msgstr "在製品"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_412100
|
||||
#: model:account.account,name:l10n_tw.2_tw_412100
|
||||
#: model:account.account.template,name:l10n_tw.tw_412100
|
||||
msgid "Labor Income"
|
||||
msgstr "勞務收入"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_413100
|
||||
#: model:account.account,name:l10n_tw.2_tw_413100
|
||||
#: model:account.account.template,name:l10n_tw.tw_413100
|
||||
msgid "Engineering Income"
|
||||
msgstr "工程收入"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_423200
|
||||
#: model:account.account,name:l10n_tw.2_tw_423200
|
||||
#: model:account.account.template,name:l10n_tw.tw_423200
|
||||
msgid "Engineering Income refund or discount"
|
||||
msgstr "工程收入退回及折讓"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_841100
|
||||
#: model:account.account,name:l10n_tw.2_tw_841100
|
||||
#: model:account.account.template,name:l10n_tw.tw_841100
|
||||
msgid "Closed Units' asset or profit (post tax)"
|
||||
msgstr "停業單位資產或處分群組處分損益(稅後)"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.account,name:l10n_tw.1_tw_871100
|
||||
#: model:account.account,name:l10n_tw.2_tw_871100
|
||||
#: model:account.account.template,name:l10n_tw.tw_871100
|
||||
msgid "Unrealized gains and losses on available-for-sale financial assets"
|
||||
msgstr "備供出售金融資產未實現損益"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.tax.group,name:l10n_tw.tax_group_gst_5
|
||||
msgid "GST 5%"
|
||||
msgstr "營業稅"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.tax,name:l10n_tw.1_tw_tax_purchase_inc_5
|
||||
#: model:account.tax,name:l10n_tw.2_tw_tax_purchase_inc_5
|
||||
#: model:account.tax.template,name:l10n_tw.tw_tax_purchase_inc_5
|
||||
msgid "GST Inc Purchase (5%)"
|
||||
msgstr "進項5%-內含"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.tax,name:l10n_tw.1_tw_tax_sale_inc_5
|
||||
#: model:account.tax,name:l10n_tw.2_tw_tax_sale_inc_5
|
||||
#: model:account.tax.template,name:l10n_tw.tw_tax_sale_inc_5
|
||||
msgid "GST Inc Sale (5%)"
|
||||
msgstr "銷項5%-內含"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.tax,description:l10n_tw.1_tw_tax_purchase_inc_5
|
||||
#: model:account.tax,description:l10n_tw.2_tw_tax_purchase_inc_5
|
||||
#: model:account.tax.template,description:l10n_tw.tw_tax_purchase_inc_5
|
||||
msgid "GST Inclusive Purchases"
|
||||
msgstr "進項內含"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.tax,description:l10n_tw.1_tw_tax_sale_inc_5
|
||||
#: model:account.tax,description:l10n_tw.2_tw_tax_sale_inc_5
|
||||
#: model:account.tax.template,description:l10n_tw.tw_tax_sale_inc_5
|
||||
msgid "GST Inclusive Sale"
|
||||
msgstr "銷項內含"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.tax,description:l10n_tw.1_tw_tax_purchase_5
|
||||
#: model:account.tax,description:l10n_tw.2_tw_tax_purchase_5
|
||||
#: model:account.tax.template,description:l10n_tw.tw_tax_purchase_5
|
||||
msgid "GST Purchase"
|
||||
msgstr "進項"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.tax,description:l10n_tw.1_tw_tax_sale_5
|
||||
#: model:account.tax,description:l10n_tw.2_tw_tax_sale_5
|
||||
#: model:account.tax.template,description:l10n_tw.tw_tax_sale_5
|
||||
msgid "GST Sales"
|
||||
msgstr "銷項"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.tax,name:l10n_tw.1_tw_tax_purchase_5
|
||||
#: model:account.tax,name:l10n_tw.2_tw_tax_purchase_5
|
||||
#: model:account.tax.template,name:l10n_tw.tw_tax_purchase_5
|
||||
msgid "Purchase (5%)"
|
||||
msgstr "進項5%"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.tax,name:l10n_tw.1_tw_tax_sale_5
|
||||
#: model:account.tax,name:l10n_tw.2_tw_tax_sale_5
|
||||
#: model:account.tax.template,name:l10n_tw.tw_tax_sale_5
|
||||
msgid "Sale (5%)"
|
||||
msgstr "銷項5%"
|
||||
|
||||
#. module: l10n_tw
|
||||
#: model:account.chart.template,name:l10n_tw.l10n_tw_chart_template
|
||||
msgid "Taiwan Tax and Account Chart Template"
|
||||
msgstr "台灣會計科目表"
|
||||
|
||||
#. module: base
|
||||
#: model:ir.module.module,shortdesc:base.module_l10n_tw
|
||||
msgid "Taiwan - Accounting"
|
||||
msgstr "台灣 - 會計"
|
||||
44
odoo-bringout-oca-ocb-l10n_tw/pyproject.toml
Normal file
44
odoo-bringout-oca-ocb-l10n_tw/pyproject.toml
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
[project]
|
||||
name = "odoo-bringout-oca-ocb-l10n_tw"
|
||||
version = "16.0.0"
|
||||
description = "Taiwan - Accounting - Odoo addon"
|
||||
authors = [
|
||||
{ name = "Ernad Husremovic", email = "hernad@bring.out.ba" }
|
||||
]
|
||||
dependencies = [
|
||||
"odoo-bringout-oca-ocb-account>=16.0.0",
|
||||
"odoo-bringout-oca-ocb-base_address_extended>=16.0.0",
|
||||
"odoo-bringout-oca-ocb-l10n_multilang>=16.0.0",
|
||||
"requests>=2.25.1"
|
||||
]
|
||||
readme = "README.md"
|
||||
requires-python = ">= 3.11"
|
||||
classifiers = [
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Topic :: Office/Business",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://github.com/bringout/0"
|
||||
repository = "https://github.com/bringout/0"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.metadata]
|
||||
allow-direct-references = true
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["l10n_tw"]
|
||||
|
||||
[tool.rye]
|
||||
managed = true
|
||||
dev-dependencies = [
|
||||
"pytest>=8.4.1",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue