diff --git a/contract/README.rst b/contract/README.rst
index 2e10dcabb..6cd3860e0 100644
--- a/contract/README.rst
+++ b/contract/README.rst
@@ -30,6 +30,8 @@ invoicing functions. Also you can print and send by email contract report.
It works for customer contract and supplier contracts.
+Contracts are shown in portal.
+
**Table of contents**
.. contents::
@@ -41,6 +43,8 @@ Configuration
To view discount field in contract line, you need to set *Discount on lines* in
user access rights.
+Contracts can be viewed on the portal (list and detail) if the user logged into the portal is a follower of the contract.
+
Usage
=====
@@ -70,6 +74,12 @@ Usage
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 appear in portal to following users in every contract:
+
+.. image:: https://raw.githubusercontent.com/OCA/contract/13.0/contract/static/src/screenshots/portal-my.png
+.. image:: https://raw.githubusercontent.com/OCA/contract/13.0/contract/static/src/screenshots/portal-list.png
+.. image:: https://raw.githubusercontent.com/OCA/contract/13.0/contract/static/src/screenshots/portal-detail.png
+
Known issues / Roadmap
======================
diff --git a/contract/__manifest__.py b/contract/__manifest__.py
index 79d9c9d85..d4f15f7c8 100644
--- a/contract/__manifest__.py
+++ b/contract/__manifest__.py
@@ -46,6 +46,5 @@
"views/contract_terminate_reason.xml",
"views/contract_portal_templates.xml",
],
- "demo": ["demo/assets.xml"],
"installable": True,
}
diff --git a/contract/demo/assets.xml b/contract/demo/assets.xml
deleted file mode 100644
index c84c19549..000000000
--- a/contract/demo/assets.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
This module enables contracts management with recurring invoicing functions. Also you can print and send by email contract report.
It works for customer contract and supplier contracts.
+Contracts are shown in portal.
Table of contents
To view discount field in contract line, you need to set Discount on lines in user access rights.
+Contracts can be viewed on the portal (list and detail) if the user logged into the portal is a follower of the contract.
+
+