diff --git a/fieldservice_equipment_stock/models/product_template.py b/fieldservice_equipment_stock/models/product_template.py
index d0bb3485db..8b637162e7 100644
--- a/fieldservice_equipment_stock/models/product_template.py
+++ b/fieldservice_equipment_stock/models/product_template.py
@@ -7,4 +7,9 @@
class ProductTemplate(models.Model):
_inherit = "product.template"
- create_fsm_equipment = fields.Boolean(string="Creates a FSM Equipment")
+ create_fsm_equipment = fields.Boolean(
+ string="Creates a FSM Equipment",
+ help="Creates a Field Service Equipment when a stock move is done. "
+ "It requires the 'Create FSM Equipment' option to be enabled on the "
+ "picking type, too.",
+ )
diff --git a/fieldservice_equipment_stock/views/product_template.xml b/fieldservice_equipment_stock/views/product_template.xml
index 0b2e4fca2f..98fccbc8ba 100644
--- a/fieldservice_equipment_stock/views/product_template.xml
+++ b/fieldservice_equipment_stock/views/product_template.xml
@@ -3,8 +3,12 @@
product.template
-
-
+
+