Skip to content

Commit 35b8adb

Browse files
committed
[FIX] product_template_multi_link: fix images in readme
1 parent 6baa8b8 commit 35b8adb

File tree

3 files changed

+43
-44
lines changed

3 files changed

+43
-44
lines changed

product_template_multi_link/README.rst

Lines changed: 30 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ between products templates.
3333

3434
This module adds two types of links :
3535

36-
- **Cross Selling** : suggest your customer to purchase an additional
37-
product
38-
- **Up Selling** : suggest your customers to purchase a higher-end
39-
product, an upgrade, etc.
36+
- **Cross Selling** : suggest your customer to purchase an additional
37+
product
38+
- **Up Selling** : suggest your customers to purchase a higher-end
39+
product, an upgrade, etc.
4040

4141
These types of links are common in e-commerce shops.
4242

@@ -57,41 +57,40 @@ Link (Variants), in the same OCA / e-commerce repository.
5757
Usage
5858
=====
5959

60-
- To mass edit or create links between products templates, Go to Sale >
61-
Configuration > Products > Product Links
60+
- To mass edit or create links between products templates, Go to Sale >
61+
Configuration > Products > Product Links
6262

63-
|Product link list|
63+
.. image:: https://raw.githubusercontent.com/OCA/e-commerce/18.0/product_template_multi_link/static/description/product_template_link_tree.png
64+
:alt: Product link list
6465

6566
A kanban view is also available
6667

67-
|Product link kanban|
68+
.. image:: https://raw.githubusercontent.com/OCA/e-commerce/18.0/product_template_multi_link/static/description/product_template_link_kanban.png
69+
:alt: Product link kanban
6870

69-
- You can manage links by product, Go to Sales > Sales > Products and
70-
select a product
71+
- You can manage links by product, Go to Sales > Sales > Products and
72+
select a product
7173

72-
|Product form|
74+
.. image:: https://raw.githubusercontent.com/OCA/e-commerce/18.0/product_template_multi_link/static/description/product_template_form.png
75+
:alt: Product form
7376

74-
- You can so add new item, line by line, via an editable tree view
77+
- You can so add new item, line by line, via an editable tree view
7578

76-
|Product link list edit|
77-
78-
.. |Product link list| image:: https://raw.githubusercontent.com/static/description/product_template_link_tree.png
79-
.. |Product link kanban| image:: https://raw.githubusercontent.com/static/description/product_template_link_kanban.png
80-
.. |Product form| image:: https://raw.githubusercontent.com/static/description/product_template_form.png
81-
.. |Product link list edit| image:: https://raw.githubusercontent.com/static/description/product_template_link_tree_edit.png
79+
.. image:: https://raw.githubusercontent.com/OCA/e-commerce/18.0/product_template_multi_link/static/description/product_template_link_tree_edit.png
80+
:alt: Product link list edit
8281

8382
Known issues / Roadmap
8483
======================
8584

86-
- This module links templates together. 'product_multi_link' links
87-
variants together. We could, in a next version of Odoo, include
88-
variants features in that module, and adding a new group in 'Manage
89-
Product Variant Links'.
90-
- Develop another module product_template_multi_link_customer, that adds
91-
a new type of link named 'customer'. Those links could be generated
92-
automatically by scheduled cron task, analyzing sale.order.line. Odoo
93-
could create so, the 3 most products sold when a given product is
94-
sold.
85+
- This module links templates together. 'product_multi_link' links
86+
variants together. We could, in a next version of Odoo, include
87+
variants features in that module, and adding a new group in 'Manage
88+
Product Variant Links'.
89+
- Develop another module product_template_multi_link_customer, that
90+
adds a new type of link named 'customer'. Those links could be
91+
generated automatically by scheduled cron task, analyzing
92+
sale.order.line. Odoo could create so, the 3 most products sold when
93+
a given product is sold.
9594

9695
Bug Tracker
9796
===========
@@ -115,12 +114,12 @@ Authors
115114
Contributors
116115
------------
117116

118-
- Sylvain LE GAL <http://www.twitter.com/legalsylvain>
119-
- `Binhex <https://binhex.cloud//com>`__:
117+
- Sylvain LE GAL <http://www.twitter.com/legalsylvain>
118+
- `Binhex <https://binhex.cloud//com>`__:
120119

121-
- David Luis Mora <d.luis@binhex.cloud>
120+
- David Luis Mora <d.luis@binhex.cloud>
122121

123-
- Vo Hong Thien <thienvh@trobz.com>
122+
- Vo Hong Thien <thienvh@trobz.com>
124123

125124
Other credits
126125
-------------
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
- To mass edit or create links between products templates, Go to Sale \>
22
Configuration \> Products \> Product Links
33

4-
![Product link list](/../static/description/product_template_link_tree.png)
4+
![Product link list](../static/description/product_template_link_tree.png)
55

66
A kanban view is also available
77

8-
![Product link kanban](/../static/description/product_template_link_kanban.png)
8+
![Product link kanban](../static/description/product_template_link_kanban.png)
99

1010
- You can manage links by product, Go to Sales \> Sales \> Products and
1111
select a product
1212

13-
![Product form](/../static/description/product_template_form.png)
13+
![Product form](../static/description/product_template_form.png)
1414

1515
- You can so add new item, line by line, via an editable tree view
1616

17-
![Product link list edit](/../static/description/product_template_link_tree_edit.png)
17+
![Product link list edit](../static/description/product_template_link_tree_edit.png)

product_template_multi_link/static/description/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -401,18 +401,18 @@ <h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
401401
<li>To mass edit or create links between products templates, Go to Sale &gt;
402402
Configuration &gt; Products &gt; Product Links</li>
403403
</ul>
404-
<p><img alt="Product link list" src="https://raw.githubusercontent.com/static/description/product_template_link_tree.png" /></p>
404+
<img alt="Product link list" src="https://raw.githubusercontent.com/OCA/e-commerce/18.0/product_template_multi_link/static/description/product_template_link_tree.png" />
405405
<p>A kanban view is also available</p>
406-
<p><img alt="Product link kanban" src="https://raw.githubusercontent.com/static/description/product_template_link_kanban.png" /></p>
406+
<img alt="Product link kanban" src="https://raw.githubusercontent.com/OCA/e-commerce/18.0/product_template_multi_link/static/description/product_template_link_kanban.png" />
407407
<ul class="simple">
408408
<li>You can manage links by product, Go to Sales &gt; Sales &gt; Products and
409409
select a product</li>
410410
</ul>
411-
<p><img alt="Product form" src="https://raw.githubusercontent.com/static/description/product_template_form.png" /></p>
411+
<img alt="Product form" src="https://raw.githubusercontent.com/OCA/e-commerce/18.0/product_template_multi_link/static/description/product_template_form.png" />
412412
<ul class="simple">
413413
<li>You can so add new item, line by line, via an editable tree view</li>
414414
</ul>
415-
<p><img alt="Product link list edit" src="https://raw.githubusercontent.com/static/description/product_template_link_tree_edit.png" /></p>
415+
<img alt="Product link list edit" src="https://raw.githubusercontent.com/OCA/e-commerce/18.0/product_template_multi_link/static/description/product_template_link_tree_edit.png" />
416416
</div>
417417
<div class="section" id="known-issues-roadmap">
418418
<h2><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h2>
@@ -421,11 +421,11 @@ <h2><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h2>
421421
variants together. We could, in a next version of Odoo, include
422422
variants features in that module, and adding a new group in ‘Manage
423423
Product Variant Links’.</li>
424-
<li>Develop another module product_template_multi_link_customer, that adds
425-
a new type of link named ‘customer’. Those links could be generated
426-
automatically by scheduled cron task, analyzing sale.order.line. Odoo
427-
could create so, the 3 most products sold when a given product is
428-
sold.</li>
424+
<li>Develop another module product_template_multi_link_customer, that
425+
adds a new type of link named ‘customer’. Those links could be
426+
generated automatically by scheduled cron task, analyzing
427+
sale.order.line. Odoo could create so, the 3 most products sold when
428+
a given product is sold.</li>
429429
</ul>
430430
</div>
431431
<div class="section" id="bug-tracker">

0 commit comments

Comments
 (0)