From f5041ad9542f66c34bc45da2512830fb74608f11 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Sat, 4 Mar 2023 15:24:07 +0100 Subject: [PATCH] [FIX] documentation : images must be preceded by a line break --- account_move_line_reconcile_manual/readme/DESCRIPTION.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/account_move_line_reconcile_manual/readme/DESCRIPTION.rst b/account_move_line_reconcile_manual/readme/DESCRIPTION.rst index b043884f..dce3ab57 100644 --- a/account_move_line_reconcile_manual/readme/DESCRIPTION.rst +++ b/account_move_line_reconcile_manual/readme/DESCRIPTION.rst @@ -3,13 +3,16 @@ This module adds a wizard to reconcile manually selected journal items. If the s For the old-time Odoo users, the feature provided by this module is similar to the wizard that was provided in the **account** module up to Odoo 11.0. It was later replaced by the special reconciliation JS interface, which was working well, but was not as fast and convenient. Full reconciliation: + .. figure:: ../static/description/sshot_full_rec.png :alt: Full reconciliation Choose between partial reconciliation and full reconciliation with a write-off: + .. figure:: ../static/description/sshot_partial_rec.png :alt: Choose between partial reconciliation and full reconciliation with a write-off Reconcile with write-off: + .. figure:: ../static/description/sshot_rec_writeoff.png :alt: Reconcile with write-off