Commit Graph

14 Commits

Author SHA1 Message Date
tiku-odoo
388253665e [IMP] sales: subscription follow-up alerts add block
closes 

Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Signed-off-by: Timothy Kukulka (tiku) <tiku@odoo.com>
2024-04-19 18:16:38 +00:00
KC (ksc)
3b3896bb15 [IMP] subscriptions: corrected error about recurring products
closes 

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2024-03-11 23:29:41 +00:00
Jonathan Castillo (jcs)
32aafb08cb [MOV] documentation structure reorganization
This commit aims to improve the documentation's navigability by
redefining some categories' purposes and titles.

There is a redirection rule for each documentation page moved.
This ensures that users won't have a 404 error message.

task-3217827

closes 

Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
2024-03-11 13:59:04 +00:00
KC (ksc)
ff2cabf621 [IMP] subscriptions: products fix misleading info
closes 

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-12-07 01:49:11 +00:00
Xavier
7ddbeb9223 [IMP] accounting/sales: default terms and conditions + quotation templates
task-3304938

closes 

Signed-off-by: Platteau Xavier (xpl) <xpl@odoo.com>
2023-06-15 20:46:24 +02:00
Melanie Nguyen (meng)
71024deb7b [IMP] subscriptions: update subscription plans
closes 

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
2023-05-22 19:43:58 +02:00
Melanie Nguyen (meng)
e650e86173 [IMP] subscriptions: update product configuration
closes 

Signed-off-by: Melanie Nguyen (meng) <meng@odoo.com>
2023-05-11 20:36:55 +02:00
Melanie Nguyen (meng)
591532ecca [ADD] subscriptions: add ecommerce configuration
closes 

Signed-off-by: Melanie Nguyen (meng) <meng@odoo.com>
2023-05-01 23:47:39 +02:00
Jonathan Castillo (jcs)
878fc0e21f [IMP] subscriptions: overhaul of the basic docs
This commit improves the structure of the Subscription doc and updates
its content (recurring products, subscription plans, sales flow)

task-3222232

closes 

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Co-authored-by: Xavier Platteau <xpl@odoo.com>
Co-authored-by: Tom Aarab <toaa@odoo.com>"
2023-04-07 22:22:30 +02:00
Victor Feyens
968ed0a17a [FIX] *: enforce 1 newline on files end
Part-of: 
2022-11-18 20:30:00 +01:00
Antoine Vandevenne (anv)
8722ea902e [MOV] content/*: move resource files into their related page's directory
Since , 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: 
2022-05-20 14:18:54 +02:00
wan
0222285869 [ADD] extensions: add a custom example admonition
closes 

X-original-commit: 434bb66492
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-01-28 11:20:03 +00:00
Antoine Vandevenne (anv)
251438d569 [MERGE] Forward-port of branch 12.0 to 13.0 2021-06-09 12:10:06 +02:00
Antoine Vandevenne (anv)
8a6ad77935 [MERGE] Forward-port of branch 12.0 to 13.0 2021-05-04 16:31:06 +02:00