odoo/documentation#2659

Created by Documentation, Samuel Lieber (sali)
Closed
label
odoo-dev:15.0-l10n-co-restructure-sali
head
f5a5037a2e047d8363edc14fecd379e2c2a2a878
odoo/documentation
15.0 #2659

[REF] l10n: CO new doc structure

Task: #4720

@StraubCreative and @samueljlieber found the latam l10n docs could use an update/cleanup to break apart the single long-form article for each l10n module.

This PR was created as a proof of concept to improve the structure of latam l10n docs so they are more consumable and follow a similar flow to the rest of the documentation. The proposed document structure is for Colombia only in this PR, although this structure applies to all latam l10n countries.

The details of the proposed document structure can be found here, the structure is summarized below:

localizations
└── colombia.rst
    ├── configuration.rst
    ├── workflows.rst
    └── reports.rst

colombia.rst is the main l10n doc providing an introduction, video tutorials, scope, and glossary of terms.
|_ configuration.rst outlines the steps to install the localization module and the basic configuration setup.
|_ workflows.rst outlines the main workflows of the module, common problems/errors, and more advanced workflows.
|_ reports.rst outlines the financial reporting process of the module.

The goal is to keep this consistent structure throughout latam l1on docs.