From 28f73be2a94f4e8de44b19039cd855da30c71aa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Wed, 26 Nov 2014 20:02:35 +0100 Subject: [PATCH] [IMP] README.md -> README.rst --- account_auto_fy_sequence/{README.md => README.rst} | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) rename account_auto_fy_sequence/{README.md => README.rst} (85%) diff --git a/account_auto_fy_sequence/README.md b/account_auto_fy_sequence/README.rst similarity index 85% rename from account_auto_fy_sequence/README.md rename to account_auto_fy_sequence/README.rst index 6f6afa58d..24fead8ae 100644 --- a/account_auto_fy_sequence/README.md +++ b/account_auto_fy_sequence/README.rst @@ -1,4 +1,5 @@ -#Automatic creation of fiscal year sequences. +Automatic creation of fiscal year sequences +=========================================== This module adds the possibility to use the %(fy)s placeholder in sequences. %(fy)s is replaced by the fiscal year code when @@ -7,7 +8,8 @@ using the sequence. The first time the sequence is used for a given fiscal year, a specific fiscal year sequence starting at 1 is created automatically. -## Caveat +Caveat +------ /!\ If you change %(year)s to %(fy)s on a sequence that has already been used for the current fiscal year, make sure to manually @@ -16,9 +18,10 @@ initialize it's next number to the correct value. For this reason, the module will forbid the user to change a sequence from %(year)s to %(fy)s if it's next number is > 1. -## Credits +Credits +------- -Author: +Author: * Stéphane Bidoul (ACSONE)