changeset 2a8527d41c92 in modules/customs:default
details: https://hg.tryton.org/modules/customs?cmd=changeset&node=2a8527d41c92
description:
Add tooltip for country of origin field
issue11889
review413901005
diffstat:
product.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r c40cc9dc1a61 -r 2a8527d41c92 product.py
--- a/product.py Mon Oct 31 16:52:32 2022 +0100
+++ b/product.py Fri Nov 18 00:18:36 2022 +0100
@@ -108,7 +108,8 @@
'country.country', "Country",
states={
'invisible': Eval('type') == 'service',
- })
+ },
+ help="The country of origin of the product.")
@classmethod
def __register__(cls, module_name):