[MERGE] Forward-port of branch 13.0 up to 1275d4c523
This commit is contained in:
commit
3ff0388c57
@ -5,4 +5,5 @@ Overview
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
|
||||
overview/fiscal_localization_packages
|
||||
overview/fiscal_localization_packages
|
||||
overview/localizations_list
|
@ -41,6 +41,7 @@ taxes you use, and configure your country-specific statements and certifications
|
||||
Please refer to the documentation listed below for more information.
|
||||
|
||||
.. seealso::
|
||||
- :doc:`localizations_list`
|
||||
- :doc:`../../overview/getting_started/chart_of_accounts`
|
||||
- :doc:`../../fiscality/taxes/taxes`
|
||||
|
||||
|
135
accounting/fiscal_localizations/overview/localizations_list.rst
Normal file
135
accounting/fiscal_localizations/overview/localizations_list.rst
Normal file
@ -0,0 +1,135 @@
|
||||
===========================
|
||||
List of supported countries
|
||||
===========================
|
||||
|
||||
Odoo Accounting can be used in many countries out of the box by installing the appropriate module.
|
||||
Here is a list of all :doc:`Fiscal Localization Packages <fiscal_localization_packages>` that are
|
||||
available on Odoo.
|
||||
|
||||
.. image:: media/fiscal_localization_packages_modules.png
|
||||
:align: center
|
||||
:alt: Odoo Accounting.
|
||||
|
||||
Fiscal Localization Packages available
|
||||
======================================
|
||||
|
||||
- Algeria - Accounting
|
||||
- Argentina
|
||||
|
||||
- Argentinian Accounting
|
||||
- Argentinian Accounting Reports
|
||||
- Argentinian Electronic Invoicing
|
||||
|
||||
- Australian - Accounting
|
||||
- Austria - Accounting
|
||||
- Belgium - Accounting
|
||||
- Bolivia - Accounting
|
||||
- Brazilian - Accounting
|
||||
- Canada - Accounting
|
||||
- Chile - Accounting
|
||||
- China
|
||||
|
||||
- China - Accounting
|
||||
- China - City Data
|
||||
- China - Small Business CoA
|
||||
- China - Standard CoA
|
||||
|
||||
- Colombia
|
||||
|
||||
- Colombian - Accounting
|
||||
- Colombian - Point of Sale
|
||||
|
||||
- Costa Rica - Accounting
|
||||
- Croatia - Accounting (RRIF 2012)
|
||||
- Denmark
|
||||
|
||||
- Denmark - Accounting
|
||||
- Denmark - Accounting Reports
|
||||
|
||||
- Dominican Republic - Accounting
|
||||
- Ecuador - Accounting
|
||||
- Ethiopia - Accounting
|
||||
- EU Mini One Stop Shop (MOSS)
|
||||
- Finnish Localization
|
||||
- France - Accounting
|
||||
- Generic - Accounting
|
||||
- Germany
|
||||
|
||||
- Germany - Accounting
|
||||
- Germany SKR03 - Accounting
|
||||
- Germany SKR04 - Accounting
|
||||
|
||||
- Greece - Accounting
|
||||
- Guatemala - Accounting
|
||||
- Honduras - Accounting
|
||||
- Hong Kong - Accounting
|
||||
- Hungarian - Accounting
|
||||
- India
|
||||
|
||||
- Indian - Accounting
|
||||
- Indian - Point of Sale
|
||||
|
||||
- Indonesian - Accounting
|
||||
- Ireland - Accounting
|
||||
- Israel - Accounting
|
||||
- Italy
|
||||
|
||||
- Italy - Accounting
|
||||
- Italy - E-invoicing
|
||||
|
||||
- Japan - Accounting
|
||||
- LATAM
|
||||
|
||||
- LATAM Localization Base
|
||||
- LATAM Document
|
||||
|
||||
- Lithuania
|
||||
|
||||
- Lithuania - Accounting
|
||||
- LT - Accounting Reports
|
||||
|
||||
- Luxembourg - Accounting
|
||||
- Maroc - Accounting
|
||||
- Mexico - Accounting
|
||||
- Mongolia
|
||||
|
||||
- Mongolia - Accounting
|
||||
- Mongolia - Accounting Reports
|
||||
|
||||
- Multi Language Chart of Accounts
|
||||
- Netherlands
|
||||
|
||||
- Netherlands - Accounting
|
||||
- Netherlands - Intrastat Declaration
|
||||
|
||||
- New Zealand - Accounting
|
||||
- Norway - Accounting
|
||||
- OHADA - Accounting
|
||||
- Panama - Accounting
|
||||
- Peru - Accounting
|
||||
- Poland - Accounting
|
||||
- Portugal - Accounting
|
||||
- Romania - Accounting
|
||||
- Saudi Arabia - Accounting
|
||||
- Singapore - Accounting
|
||||
- Slovenian - Accounting
|
||||
- South Africa - Accounting
|
||||
- Spain - Accounting (PGCE 2008)
|
||||
- Sweden
|
||||
|
||||
- Sweden - Structured Communication OCR
|
||||
- Swedish - Accounting
|
||||
|
||||
- Switzerland - Accounting
|
||||
- Thailand - Accounting
|
||||
- Turkey - Accounting
|
||||
- U.A.E. - Accounting
|
||||
- UK - Accounting
|
||||
- Ukraine - Accounting
|
||||
- United States - Accounting
|
||||
- Uruguay - Chart of Accounts
|
||||
- Venezuela - Accounting
|
||||
- Vietnam - Accounting
|
||||
|
||||
.. seealso::
|
||||
- :doc:`fiscal_localization_packages`
|
@ -246,9 +246,17 @@ This server only keeps one month of backups: 7 daily and 4 weekly backups.
|
||||
Dedicated backup servers keep the same backups, as well as 3 additional monthly backups.
|
||||
To restore or download one of these monthly backups, please `contact us <https://www.odoo.com/help>`_.
|
||||
|
||||
You can make a backup manually before making big changes in your production database in case something goes wrong
|
||||
(those manual backups are available for about one week).
|
||||
To avoid abuse, we limit manual backups to 5 per day.
|
||||
If you merge a commit updating the version of one or several modules (in :file:`__manifest__.py`), or their linked python
|
||||
dependencies (in :file:`requirements.txt`), then Odoo.sh performs a backup automatically (flagged with type Update in the list),
|
||||
as either the container will be changed by the installation of new pip packages, either the database itself will be
|
||||
changed with the module update triggered afterwards. In these two cases, we are doing a backup as it may potentially
|
||||
break things.
|
||||
|
||||
If you merge a commit that only changes some code without the above-mentioned modifications, then no backup is done
|
||||
by Odoo.sh, as neither the container nor the database is modified so the platform considers this safe enough. Of course,
|
||||
as an extra precaution, you can make a backup manually before making big changes in your production sources in case
|
||||
something goes wrong (those manual backups are available for about one week). To avoid abuse, we limit manual backups
|
||||
to 5 per day.
|
||||
|
||||
The *import database* feature accepts database archives in the format provided by:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user