From 9d2530fcf9be70c8d44aafc2b865df12e70f0886 Mon Sep 17 00:00:00 2001 From: BVE Date: Thu, 7 Jan 2021 14:19:12 +0100 Subject: [PATCH] [ADD] accounting: restriction for re sequencing for FR The re sequencing feature done by WAN is perturbing our french customer In order to explain the reason the feature is, let's state what has been decided by the product owner (TSB) opw-2389435 --- .../fiscal_localizations/localizations/france.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/accounting/fiscal_localizations/localizations/france.rst b/accounting/fiscal_localizations/localizations/france.rst index d3ecedc8f..2a91bb426 100644 --- a/accounting/fiscal_localizations/localizations/france.rst +++ b/accounting/fiscal_localizations/localizations/france.rst @@ -171,6 +171,18 @@ Odoo absolves itself of all and any responsibility in case of changes in the module’s functions caused by 3rd party applications not certified by Odoo. +Re sequencing of the invoices +----------------------------- + +It remains possible to re sequence the invoices but with some restrictions: + +1. The feature will not work when entries are previous to a lock date. +2. The feature will not work if the sequence is inconsistent with the month of the entry. +3. It will not work if the sequence leads to a duplicate. +4. The order of the invoice will remain unchanged. +5. It is useful for people who use a numbering from another software and who want to continue the current year without starting over from the beginning. + + More Information ----------------