odoo/documentation#5480

Created by fw-bot
Merged at 327b7ce0cb3d7b6665b33c8320715e42e4852b46

Statuses:

label
odoo-dev:master-14.0-l10n-poc-doc-restructure-for-co-zst-GTFm-fw
head
bb9ed93b040ba9c369f2879a1bf200a0fa391642
merged
2 years ago by Product Owners, Jonathan Castillo (jcs)
odoo/documentation
14.0 #3167
15.0 #5466
saas-15.2 #5470
16.0 #5472
saas-16.1 #5476
saas-16.2 #5477
saas-16.3 #5478
saas-16.4 #5479
17.0
18.0
saas-18.2
saas-18.3
saas-18.4
19.0
master #5480

[FW][REF] l10n: PoC doc restructure for CO

Cherry pick of #2659, now pointing to the correct base branch.

>@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
└── colombia.rst
~~..........├── configuration~~
..........├── reports
..........├── workflows
~~..........├── configuration.rst~~
..........├── reports.rst
..........└── workflows.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.
>
> Each nested RST doc contains it's own media folder with the same name.
>
>The goal is to build a working model, and then replicate + keep this consistent structure throughout latam l1on docs.

EDIT: summarized doc structure, removed configuration doc/folder, merged content into colombia.rst per the ideal User Doc Structure guidelines.

Forward-Port-Of: #5472
Forward-Port-Of: #3167