diff --git a/product_template_multi_link/README.rst b/product_template_multi_link/README.rst index 7fe83dac16..688082f250 100644 --- a/product_template_multi_link/README.rst +++ b/product_template_multi_link/README.rst @@ -33,10 +33,10 @@ between products templates. This module adds two types of links : -- **Cross Selling** : suggest your customer to purchase an additional - product -- **Up Selling** : suggest your customers to purchase a higher-end - product, an upgrade, etc. +- **Cross Selling** : suggest your customer to purchase an additional + product +- **Up Selling** : suggest your customers to purchase a higher-end + product, an upgrade, etc. These types of links are common in e-commerce shops. @@ -57,41 +57,40 @@ Link (Variants), in the same OCA / e-commerce repository. Usage ===== -- To mass edit or create links between products templates, Go to Sale > - Configuration > Products > Product Links +- To mass edit or create links between products templates, Go to Sale > + Configuration > Products > Product Links -|Product link list| +.. image:: https://raw.githubusercontent.com/OCA/e-commerce/18.0/product_template_multi_link/static/description/product_template_link_tree.png + :alt: Product link list A kanban view is also available -|Product link kanban| +.. image:: https://raw.githubusercontent.com/OCA/e-commerce/18.0/product_template_multi_link/static/description/product_template_link_kanban.png + :alt: Product link kanban -- You can manage links by product, Go to Sales > Sales > Products and - select a product +- You can manage links by product, Go to Sales > Sales > Products and + select a product -|Product form| +.. image:: https://raw.githubusercontent.com/OCA/e-commerce/18.0/product_template_multi_link/static/description/product_template_form.png + :alt: Product form -- You can so add new item, line by line, via an editable tree view +- You can so add new item, line by line, via an editable tree view -|Product link list edit| - -.. |Product link list| image:: https://raw.githubusercontent.com/static/description/product_template_link_tree.png -.. |Product link kanban| image:: https://raw.githubusercontent.com/static/description/product_template_link_kanban.png -.. |Product form| image:: https://raw.githubusercontent.com/static/description/product_template_form.png -.. |Product link list edit| image:: https://raw.githubusercontent.com/static/description/product_template_link_tree_edit.png +.. image:: https://raw.githubusercontent.com/OCA/e-commerce/18.0/product_template_multi_link/static/description/product_template_link_tree_edit.png + :alt: Product link list edit Known issues / Roadmap ====================== -- This module links templates together. 'product_multi_link' links - variants together. We could, in a next version of Odoo, include - variants features in that module, and adding a new group in 'Manage - Product Variant Links'. -- Develop another module product_template_multi_link_customer, that adds - a new type of link named 'customer'. Those links could be generated - automatically by scheduled cron task, analyzing sale.order.line. Odoo - could create so, the 3 most products sold when a given product is - sold. +- This module links templates together. 'product_multi_link' links + variants together. We could, in a next version of Odoo, include + variants features in that module, and adding a new group in 'Manage + Product Variant Links'. +- Develop another module product_template_multi_link_customer, that + adds a new type of link named 'customer'. Those links could be + generated automatically by scheduled cron task, analyzing + sale.order.line. Odoo could create so, the 3 most products sold when + a given product is sold. Bug Tracker =========== @@ -115,12 +114,12 @@ Authors Contributors ------------ -- Sylvain LE GAL -- `Binhex `__: +- Sylvain LE GAL +- `Binhex `__: - - David Luis Mora + - David Luis Mora -- Vo Hong Thien +- Vo Hong Thien Other credits ------------- diff --git a/product_template_multi_link/readme/USAGE.md b/product_template_multi_link/readme/USAGE.md index 721c9766e9..afaba1522f 100644 --- a/product_template_multi_link/readme/USAGE.md +++ b/product_template_multi_link/readme/USAGE.md @@ -1,17 +1,17 @@ - To mass edit or create links between products templates, Go to Sale \> Configuration \> Products \> Product Links -![Product link list](/../static/description/product_template_link_tree.png) +![Product link list](../static/description/product_template_link_tree.png) A kanban view is also available -![Product link kanban](/../static/description/product_template_link_kanban.png) +![Product link kanban](../static/description/product_template_link_kanban.png) - You can manage links by product, Go to Sales \> Sales \> Products and select a product -![Product form](/../static/description/product_template_form.png) +![Product form](../static/description/product_template_form.png) - You can so add new item, line by line, via an editable tree view -![Product link list edit](/../static/description/product_template_link_tree_edit.png) +![Product link list edit](../static/description/product_template_link_tree_edit.png) diff --git a/product_template_multi_link/static/description/index.html b/product_template_multi_link/static/description/index.html index b91d2fc832..491c5a5b3a 100644 --- a/product_template_multi_link/static/description/index.html +++ b/product_template_multi_link/static/description/index.html @@ -401,18 +401,18 @@

Usage

  • To mass edit or create links between products templates, Go to Sale > Configuration > Products > Product Links
  • -

    Product link list

    +Product link list

    A kanban view is also available

    -

    Product link kanban

    +Product link kanban
    • You can manage links by product, Go to Sales > Sales > Products and select a product
    -

    Product form

    +Product form
    • You can so add new item, line by line, via an editable tree view
    -

    Product link list edit

    +Product link list edit

    Known issues / Roadmap

    @@ -421,11 +421,11 @@

    Known issues / Roadmap

    variants together. We could, in a next version of Odoo, include variants features in that module, and adding a new group in ‘Manage Product Variant Links’. -
  • Develop another module product_template_multi_link_customer, that adds -a new type of link named ‘customer’. Those links could be generated -automatically by scheduled cron task, analyzing sale.order.line. Odoo -could create so, the 3 most products sold when a given product is -sold.
  • +
  • Develop another module product_template_multi_link_customer, that +adds a new type of link named ‘customer’. Those links could be +generated automatically by scheduled cron task, analyzing +sale.order.line. Odoo could create so, the 3 most products sold when +a given product is sold.