changeset c1d66023ce74 in modules/account_product:default
details:
https://hg.tryton.org/modules/account_product?cmd=changeset&node=c1d66023ce74
description:
Improve tooltip for accounting checkbox
issue10056
review333781008
diffstat:
product.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 6862ec5208cc -r c1d66023ce74 product.py
--- a/product.py Thu Feb 03 23:13:26 2022 +0100
+++ b/product.py Thu Mar 24 08:58:47 2022 +0000
@@ -60,7 +60,7 @@
'readonly': Bool(Eval('childs', [0])) | Bool(Eval('parent')),
},
depends=['parent'],
- help="Check to convert into accounting category.")
+ help="Check to indicate the category is used for accounting.")
account_parent = fields.Boolean('Use Parent\'s accounts',
states={
'invisible': ~Eval('accounting', False),