From e3558a5b47571571a7b2021277c9e53d18dba9f0 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 19 May 2023 20:51:00 +0000 Subject: [PATCH] [UPD] README.rst --- web_domain_field/README.rst | 5 +++++ web_domain_field/static/description/index.html | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/web_domain_field/README.rst b/web_domain_field/README.rst index 24ea0c59d..5cf6a1772 100644 --- a/web_domain_field/README.rst +++ b/web_domain_field/README.rst @@ -25,6 +25,11 @@ Web Domain Field |badge1| |badge2| |badge3| |badge4| |badge5| +.. warning:: + This module is deprecated. + If you want to use this functionality you can assign a unserialised + domain to a fields.Binary, `example `_ + This technical addon allows developers to specify a field domain in a view using the value of another field in that view, rather than as a static XML attribute. diff --git a/web_domain_field/static/description/index.html b/web_domain_field/static/description/index.html index 4e42d027a..d8a84f5fe 100644 --- a/web_domain_field/static/description/index.html +++ b/web_domain_field/static/description/index.html @@ -368,6 +368,12 @@ ul.auto-toc { !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/web Translate me on Weblate Try me on Runbot

+
+

Warning

+

This module is deprecated. +If you want to use this functionality you can assign a unserialised +domain to a fields.Binary, example

+

This technical addon allows developers to specify a field domain in a view using the value of another field in that view, rather than as a static XML attribute.