From 5db4c36e4315ec5cce22dc6d71a1b438f9e56347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CChiara?= Date: Thu, 20 Jan 2022 10:14:51 +0000 Subject: [PATCH] [ADD] Accounting: new page about intrastat Task-id 2721400 closes odoo/documentation#1478 X-original-commit: aa7a78331d91dcb174abf5370b7bff712ebbe176 Signed-off-by: Victor Feyens (vfe) --- .../accounting/reporting/declarations.rst | 3 +- .../reporting/declarations/intrastat.rst | 28 +++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 content/applications/finance/accounting/reporting/declarations/intrastat.rst diff --git a/content/applications/finance/accounting/reporting/declarations.rst b/content/applications/finance/accounting/reporting/declarations.rst index 639648c04..52eb4b200 100644 --- a/content/applications/finance/accounting/reporting/declarations.rst +++ b/content/applications/finance/accounting/reporting/declarations.rst @@ -7,4 +7,5 @@ Declarations .. toctree:: :titlesonly: - declarations/tax_returns \ No newline at end of file + declarations/tax_returns + declarations/intrastat \ No newline at end of file diff --git a/content/applications/finance/accounting/reporting/declarations/intrastat.rst b/content/applications/finance/accounting/reporting/declarations/intrastat.rst new file mode 100644 index 000000000..5d5e2483a --- /dev/null +++ b/content/applications/finance/accounting/reporting/declarations/intrastat.rst @@ -0,0 +1,28 @@ +========= +Intrastat +========= + +**Intrastat** is the system for data collection and statistic production of goods traded among the +EU Member States. Organizations whose annual trade surpasses a certain threshold must provide data +about the goods traded with other EU countries. + +.. seealso:: + - `Eurostat Statistics Explained - Glossary: Intrastat + `_ + +.. note:: + As of January 1, 2022, the reporting requirements have changed. One main modification concerns + the transaction codes which are now switching to a 2-digits format. All transactions recorded + after this date have to follow the new system’s rules. + +Configuration +============= + +Go to :menuselection:`Accounting --> Settings --> Customer Invoices`, then enable **Intrastat** and +*Save*. Once the Intrastat has been activated you are able to choose the **Default incoterm**. + +.. important:: + If you created your Odoo database prior to **January 13, 2022**, please :ref:`upgrade + ` the ``account_intrastat`` module to add the new transaction codes and + :ref:`install ` the ``account_invoice_expiry`` module to archive the old codes. +