[FIX] accounting_localization: use relative paths in csv-table's option

The `file` option for the `csv-table` directive expects relative file
paths rather than absolute file paths since Sphinx 4. Since this was the
only usage of the `ODOO_ABSPATH` placeholder, it is removed with this
commit.

Task - 2898477

closes odoo/documentation#2362

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
This commit is contained in:
Victor Feyens
2022-07-14 12:53:46 +00:00
parent 217dba8bbe
commit 60adfacbc9
2 changed files with 1 additions and 2 deletions
@@ -180,7 +180,7 @@ It works with the prefix *start*/*end*, so every account where the code starts w
.. csv-table::
:condition: odoo_dir_in_path
:file: {ODOO_ABSPATH}/addons/l10n_il/data/account.group.template.csv
:file: {ODOO_RELPATH}/addons/l10n_il/data/account.group.template.csv
:widths: 20,20,20,20,20
:header-rows: 1