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)