From 6a1db622c2744620366d60515b45320e5f7c4634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul=20=28ACSONE=29?= Date: Sat, 2 Jun 2018 09:30:30 +0200 Subject: [PATCH] [FIX] rst syntax errors --- base_kanban_stage_state/README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/base_kanban_stage_state/README.rst b/base_kanban_stage_state/README.rst index 98bbf27be..f7ac20ac0 100644 --- a/base_kanban_stage_state/README.rst +++ b/base_kanban_stage_state/README.rst @@ -9,12 +9,12 @@ Base Kanban Stage State This module extends the functionality of base_kanban_stage to allow you to map stages from base_kanban_stage to states. The states are: -*. New (draft) -*. In Progress (open) -*. Pending (pending) -*. Done (done) -*. Cancelled (cancelled) -*. Exception (exception) +* New (draft) +* In Progress (open) +* Pending (pending) +* Done (done) +* Cancelled (cancelled) +* Exception (exception) Usage =====