diff --git a/contract/README.rst b/contract/README.rst index 31a03b4e2..1c38ac2dc 100644 --- a/contract/README.rst +++ b/contract/README.rst @@ -73,7 +73,12 @@ Usage #. Contract templates can be created from the Configuration -> Contracts -> Contract Templates menu. They allow to define default journal, price list and lines when creating a contract. To use it, just select the template on the contract and fields will be filled automatically. -#. Contracts are displayed into followers' user portal. + +* Contracts appear in portal to following users in every contract: + +.. image:: https://raw.githubusercontent.com/OCA/contract/14.0/contract/static/src/screenshots/portal-my.png +.. image:: https://raw.githubusercontent.com/OCA/contract/14.0/contract/static/src/screenshots/portal-list.png +.. image:: https://raw.githubusercontent.com/OCA/contract/14.0/contract/static/src/screenshots/portal-detail.png Known issues / Roadmap ====================== diff --git a/contract/readme/USAGE.rst b/contract/readme/USAGE.rst index 0ce99cd9b..7257cf153 100644 --- a/contract/readme/USAGE.rst +++ b/contract/readme/USAGE.rst @@ -23,4 +23,9 @@ #. Contract templates can be created from the Configuration -> Contracts -> Contract Templates menu. They allow to define default journal, price list and lines when creating a contract. To use it, just select the template on the contract and fields will be filled automatically. -#. Contracts are displayed into followers' user portal. + +* Contracts appear in portal to following users in every contract: + +.. image:: ../static/src/screenshots/portal-my.png +.. image:: ../static/src/screenshots/portal-list.png +.. image:: ../static/src/screenshots/portal-detail.png diff --git a/contract/static/description/index.html b/contract/static/description/index.html index bbf499500..4cfa09fe0 100644 --- a/contract/static/description/index.html +++ b/contract/static/description/index.html @@ -421,8 +421,13 @@ contract.
  • Contract templates can be created from the Configuration -> Contracts -> Contract Templates menu. They allow to define default journal, price list and lines when creating a contract. To use it, just select the template on the contract and fields will be filled automatically.
  • -
  • Contracts are displayed into followers’ user portal.
  • + +https://raw.githubusercontent.com/OCA/contract/14.0/contract/static/src/screenshots/portal-my.png +https://raw.githubusercontent.com/OCA/contract/14.0/contract/static/src/screenshots/portal-list.png +https://raw.githubusercontent.com/OCA/contract/14.0/contract/static/src/screenshots/portal-detail.png

    Known issues / Roadmap

    diff --git a/contract/static/src/screenshots/portal-detail.png b/contract/static/src/screenshots/portal-detail.png new file mode 100644 index 000000000..57ddc9104 Binary files /dev/null and b/contract/static/src/screenshots/portal-detail.png differ diff --git a/contract/static/src/screenshots/portal-list.png b/contract/static/src/screenshots/portal-list.png new file mode 100644 index 000000000..d0541887a Binary files /dev/null and b/contract/static/src/screenshots/portal-list.png differ diff --git a/contract/static/src/screenshots/portal-my.png b/contract/static/src/screenshots/portal-my.png new file mode 100644 index 000000000..32457b1d3 Binary files /dev/null and b/contract/static/src/screenshots/portal-my.png differ