[IMP] README.md -> README.rst

This commit is contained in:
Stéphane Bidoul
2014-11-26 20:02:35 +01:00
parent 2fb15b9a9c
commit 28f73be2a9

View File

@@ -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)