diff --git a/report_context/README.rst b/report_context/README.rst
index 455a536e..e667f4cf 100644
--- a/report_context/README.rst
+++ b/report_context/README.rst
@@ -48,6 +48,13 @@ To configure this module, you need to:
dictionary variable where you can add a context that will be common for
all reports.
+It can also be added on the developer side using::
+
+
It can also be added on the developer side using:
++<record id="model_name.report_id" model="ir.actions.report"> + <field name="context">YOUR CONTEXT HERE</field> +</record> +