From db0fdb0ebaac21377f7c252b595cdd63a58416bd Mon Sep 17 00:00:00 2001
From: OCA-git-bot
Date: Thu, 30 May 2019 18:21:46 +0000
Subject: [PATCH] [UPD] README.rst
---
agreement_legal/README.rst | 6 ++++++
agreement_legal/static/description/index.html | 5 +++++
2 files changed, 11 insertions(+)
diff --git a/agreement_legal/README.rst b/agreement_legal/README.rst
index 430176782..07d197031 100644
--- a/agreement_legal/README.rst
+++ b/agreement_legal/README.rst
@@ -61,6 +61,12 @@ To use this module:
* Follow the process to get the required approval
* Send the invitation to the customer to review and sign the agreement
+* Define Field using widget domain but having partial_use option true:
+* For Ex:
+*
+
Known issues / Roadmap
======================
diff --git a/agreement_legal/static/description/index.html b/agreement_legal/static/description/index.html
index f11b08812..9feda578a 100644
--- a/agreement_legal/static/description/index.html
+++ b/agreement_legal/static/description/index.html
@@ -410,6 +410,11 @@ customer signature.
Select a template
Follow the process to get the required approval
Send the invitation to the customer to review and sign the agreement
+Define Field using widget domain but having partial_use option true:
+For Ex:
+<field name=”field_domain” widget=”domain” nolabel=”1”
+options=”{‘model’: ‘agreement.recital’,
+‘partial_use’: True}”/>