Skip to content

[FW][IMP] fiscal localizations: link to payroll localizations doc #12821

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 10 additions & 24 deletions content/applications/finance/fiscal_localizations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,26 @@ 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 requirements. Most of these modules are related to the Accounting app, but they can also be
necessary for other apps such as Point of Sale, eCommerce, etc., depending on a country's fiscal
requirements.

.. seealso::
:doc:`../hr/payroll/payroll_localizations` are documented separately.

.. _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
specific documentation.
Odoo should automatically install the fiscal localization's core modules based on the company's
country when the related app is installed. The rest can be manually :ref:`installed
<general/install>`. Refer to the :ref:`list of countries <fiscal_localizations/countries-list>` to
view the currently supported countries and access their specific documentation.

.. 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.
Expand All @@ -38,14 +35,6 @@ Localization` section. Select another one if necessary.
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
Expand Down Expand Up @@ -159,9 +148,6 @@ Fiscal localization modules are available for the countries listed below.
- :doc:`Vietnam <fiscal_localizations/vietnam>`
- Zambia

.. seealso::
:doc:`Employment Hero Payroll documentation <fiscal_localizations/employment_hero>`

.. toctree::
:titlesonly:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Exporting entries from Odoo to DATEV
------------------------------------

Provided that one of the German :ref:`fiscal localization packages
<fiscal_localizations/accounting>` is installed, you can export your accounting entries from Odoo to
<fiscal_localizations/packages>` is installed, you can export your accounting entries from Odoo to
DATEV from the general ledger.

Two types of exports are needed: first the DATEV ATCH export, then the DATEV DATA export.
Expand Down