documentation/content/applications/finance/fiscal_localizations.md

206 lines
5.6 KiB
Markdown
Raw Permalink Normal View History

2025-02-27 18:56:07 +07:00
---
show-content: true
---
# Fiscal localizations
Fiscal localizations are country-specific modules that allow you to be compliant with a country's
fiscal requirements. Most of these modules are related to the {ref}`Accounting
<fiscal_localizations/accounting>` or {ref}`Payroll <fiscal_localizations/payroll>` app, but they
can also be necessary for other apps such as Point of Sale, eCommerce, etc., depending on a
country's fiscal requirements.
(fiscal-localizations-packages)=
## Configuration
Odoo should automatically install the required fiscal localization modules based on the company's
country when the related app is installed. Refer to the {ref}`list of countries
<fiscal_localizations/countries-list>` to view the currently supported countries and access their
2025-02-28 08:38:23 +07:00
specific documentation.
2025-02-27 18:56:07 +07:00
:::{note}
Each company in a multi-company environment can use different fiscal localization modules.
:::
(fiscal-localizations-accounting)=
### Accounting
Verify the right package of modules is installed by going to {menuselection}`Accounting -->
Configuration --> Settings` and checking the {guilabel}`Package` field under the {guilabel}`Fiscal
Localization` section. Select another one if necessary.
:::{warning}
Selecting another package is only possible if no entry has been posted.
:::
These packages require fine-tuning the chart of accounts, activating the taxes to be used,
configuring the country-specific statements and certifications, and sometimes more.
(fiscal-localizations-payroll)=
### Payroll
Localization settings can be accessed by going to {menuselection}`Payroll --> Configuration -->
Settings` and searching for the country's **Localization** section.
(fiscal-localizations-countries-list)=
## List of countries
Fiscal localization modules are available for the countries listed below.
:::{note}
New countries are frequently added to this list and Odoo keeps expanding and improving existing
localizations and the related documentation.
:::
- Algeria
- {doc}`Argentina <fiscal_localizations/argentina>`
- {doc}`Australia <fiscal_localizations/australia>`
- {doc}`Austria <fiscal_localizations/austria>`
- Bangladesh
- {doc}`Belgium <fiscal_localizations/belgium>`
- Benin
- Bolivia
- {doc}`Brazil <fiscal_localizations/brazil>`
- Burkina Faso
- Bulgaria
- Cameroon
- {doc}`Canada <fiscal_localizations/canada>`
- Central African Republic
- Chad
- {doc}`Chile <fiscal_localizations/chile>`
- China
- {doc}`Colombia <fiscal_localizations/colombia>`
- Comoros
- Congo
- Costa Rica
- Croatia
- Cyprus
- Czech Republic
- Democratic Republic of the Congo
- Denmark
- Dominican Republic
- {doc}`Ecuador <fiscal_localizations/ecuador>`
- {doc}`Egypt <fiscal_localizations/egypt>`
- Equatorial Guinea
- Estonia
- Ethiopia
- Finland
- {doc}`France <fiscal_localizations/france>`
- Gabon
- {doc}`Germany <fiscal_localizations/germany>`
- Guinea
- Greece
- Guatemala
- Guinea-Bissau
- Honduras
- {doc}`Hong Kong <fiscal_localizations/hong_kong>`
- Hungary
- {doc}`India <fiscal_localizations/india>`
- {doc}`Indonesia <fiscal_localizations/indonesia>`
- {doc}`Italy <fiscal_localizations/italy>`
- Ivory Coast
- Japan
- Jordan
- Kazakhstan
- {doc}`Kenya <fiscal_localizations/kenya>`
- Kuwait
- Latvia
- Lithuania
- {doc}`Luxembourg <fiscal_localizations/luxembourg>`
- Mali
- Malta
- Mauritius
- {doc}`Malaysia <fiscal_localizations/malaysia>`
- {doc}`Mexico <fiscal_localizations/mexico>`
- Mongolia
- Morocco
- Mozambique
- {doc}`Netherlands <fiscal_localizations/netherlands>`
- {doc}`New Zealand <fiscal_localizations/new_zealand>`
- Niger
- Nigeria
- Norway
- Pakistan
- Panama
- {doc}`Peru <fiscal_localizations/peru>`
- {doc}`Philippines <fiscal_localizations/philippines>`
- Poland
- Portugal
- Qatar
- {doc}`Romania <fiscal_localizations/romania>`
- Rwanda
- {doc}`Saudi Arabia <fiscal_localizations/saudi_arabia>`
- Senegal
- Serbia
- {doc}`Singapore <fiscal_localizations/singapore>`
- Slovakia
- Slovenia
- South Africa
- {doc}`Spain <fiscal_localizations/spain>`
- Sweden
- {doc}`Switzerland <fiscal_localizations/switzerland>`
- Taiwan
- Tanzania
- {doc}`Thailand <fiscal_localizations/thailand>`
- Tunisia
- Türkiye
- Uganda
- Ukraine
- {doc}`United Arab Emirates <fiscal_localizations/united_arab_emirates>`
- {doc}`United Kingdom <fiscal_localizations/united_kingdom>`
- {doc}`United States of America <fiscal_localizations/united_states>`
- {doc}`Uruguay <fiscal_localizations/uruguay>`
- Venezuela
- {doc}`Vietnam <fiscal_localizations/vietnam>`
- Zambia
:::{seealso}
{doc}`Employment Hero Payroll documentation <fiscal_localizations/employment_hero>`
:::
```{toctree}
:titlesonly: true
fiscal_localizations/argentina
fiscal_localizations/australia
fiscal_localizations/austria
fiscal_localizations/belgium
fiscal_localizations/brazil
fiscal_localizations/canada
fiscal_localizations/chile
fiscal_localizations/colombia
fiscal_localizations/ecuador
fiscal_localizations/egypt
fiscal_localizations/france
fiscal_localizations/germany
fiscal_localizations/hong_kong
fiscal_localizations/india
fiscal_localizations/indonesia
fiscal_localizations/italy
fiscal_localizations/kenya
fiscal_localizations/luxembourg
fiscal_localizations/malaysia
fiscal_localizations/mexico
fiscal_localizations/netherlands
fiscal_localizations/new_zealand
fiscal_localizations/peru
fiscal_localizations/philippines
fiscal_localizations/romania
fiscal_localizations/saudi_arabia
fiscal_localizations/singapore
fiscal_localizations/spain
fiscal_localizations/switzerland
fiscal_localizations/thailand
fiscal_localizations/united_arab_emirates
fiscal_localizations/united_kingdom
fiscal_localizations/united_states
fiscal_localizations/uruguay
fiscal_localizations/vietnam
fiscal_localizations/employment_hero
```