Commit Graph

19 Commits

Author SHA1 Message Date
KC (ksc)
70050340fe [IMP] marketing automation: update understanding_metrics for 16
closes odoo/documentation#5161

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-20 23:58:47 +00:00
KC (ksc)
76fc90dde7 [IMP] marketing automation: updated testing_running campaign doc for Odoo 16
closes odoo/documentation#5157

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-20 23:58:46 +00:00
KC (ksc)
6968e362da [IMP] marketing automation: updated workflow activities for 16
closes odoo/documentation#5130

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-20 22:47:47 +00:00
KC (ksc)
a728ac22dd made all of BRSE's edits
closes odoo/documentation#5093

Signed-off-by: Kevin Scannell (ksc) <ksc@odoo.com>
2023-12-20 18:53:44 +00:00
Marianna cima
38e00b7c45 [FIX] marketing automation: correction of a typo in the description of an image
closes odoo/documentation#6002

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2023-10-05 14:18:46 +00:00
Sam Lieber (sali)
5cd8f80b53 [IMP] marketing: RST upgrades for metrics doc
closes odoo/documentation#5395

X-original-commit: 6f02a0af04
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
Signed-off-by: Kevin Scannell (ksc) <ksc@odoo.com>
2023-08-08 21:59:55 +02:00
Sam Lieber (sali)
f93c0a6490 [IMP] marketing: RST format upgrades for marketing automation v14
closes odoo/documentation#5277

X-original-commit: b5bde9186e
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-08-05 03:02:27 +02:00
Sam Lieber (sali)
e57ca4dbf7 [IMP] marketing: testing_running.rst format fixes
closes odoo/documentation#4747

X-original-commit: 4b327417b0
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-16 16:25:52 +02:00
Sam Lieber (sali)
a26d370017 [IMP] marketing: workflow_activities.rst - Format fixes
closes odoo/documentation#4746

X-original-commit: a09ca7bd0f
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-16 16:25:49 +02:00
Sam Lieber (sali)
1bc87e1486 [IMP] Update rst for target_audiences.rst (v14)
closes odoo/documentation#4737

X-original-commit: 89c1c1b357
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-06-16 09:18:57 +02:00
KC (ksc)
f2acac5cae [ADD] marketing automation: added 'getting started' section and docs to round out documentation
closes odoo/documentation#3161

X-original-commit: 4f6b03dc5b
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
2022-12-08 17:46:59 +01:00
Victor Feyens
968ed0a17a [FIX] *: enforce 1 newline on files end
Part-of: odoo/documentation#2983
2022-11-18 20:30:00 +01:00
Antoine Vandevenne (anv)
8722ea902e [MOV] content/*: move resource files into their related page's directory
Since odoo/documentation#903, the guideline for the location of new
resource (images, downloadable files, RST includes...) files is to place
those inside the directory of the RST page that references them.

For example, if `doc1.rst` has a reference to `image.png` and to
`download.zip`, the file structure should look like this:

├── parent_doc/
│     └── doc1/
│     │     └── image.png
│     │     └── download.zip
│     └── doc1.rst
│     └── doc2.rst
├── parent_doc.rst

Before this commit, most of the resource files were still located inside
'media' directories holding all the resource files referenced by RST
pages located at the same level as these directories. In the example
above, a single 'media' directory would hold all the resource files
referenced by both `doc1.rst` and `doc2.rst`. Doing so prevented us from
figuring out easily which resource file was referenced by which RST page
and, thus, lead to unused resource files piling up in the repository. It
also made it more complicated to define codeowners regex rules because a
team could not simply be assigned to `/some_page.*` but needed to be
assigned to both `/some_page\.rst` and to the location of 'media'.

In order to help new content writers figure out the guideline when
taking examples from other RST pages, this commit retroactively applies
the guideline to existing resource files and 'media' directories. The
left-over resource files that are not referenced by any RST page are
removed.

task-2497965

Part-of: odoo/documentation#2068
2022-05-20 14:18:54 +02:00
Antoine Vandevenne (anv)
b30f28a3c4 [MERGE] Forward-port of branch 13.0 to 14.0 2021-06-09 12:22:50 +02:00
Antoine Vandevenne (anv)
251438d569 [MERGE] Forward-port of branch 12.0 to 13.0 2021-06-09 12:10:06 +02:00
Jonathan Castillo
6940f68cb5 [MOV] general: single docs content up to their parent pages
This commit is part of a larger work to improve the documentation's
structure. The toctree structure used to add levels to create categories
and make the structure visually more understandable.
With the new version of the documentation, plenty of these categories
are now redundant.

This commit improves the structure of the "general" section:
- it moves the content of the doc "in_app_purchase" to its parent page
  "multi_companies"
- it moves the content of the doc "tags/take_tags" to "odoo_basics/tags"
- it moves the content of the doc "manage_multi_companies" to its parent
  page "multi_companies"

task-2535899
2021-06-04 13:51:18 +02:00
Victor Feyens
87ab494b42 [MERGE] Forward-port of branch 12.0 to 13.0 2021-05-17 18:29:11 +02:00
Antoine Vandevenne (anv)
74c9f94d16 [MERGE] Forward-port of branch 13.0 to 14.0 2021-05-04 16:51:07 +02:00
Antoine Vandevenne (anv)
8a6ad77935 [MERGE] Forward-port of branch 12.0 to 13.0 2021-05-04 16:31:06 +02:00