From 236d72e4c7b42c6fbf053ae51e1d0b9740cd2425 Mon Sep 17 00:00:00 2001 From: ASPhilemon <88459392+ASPhilemon@users.noreply.github.com> Date: Tue, 23 Sep 2025 05:17:22 +0000 Subject: [PATCH] [IMP] tutorials/module_data: improve phrasing closes odoo/documentation#14593 Signed-off-by: Antoine Vandevenne (anv) --- content/developer/tutorials/define_module_data.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/developer/tutorials/define_module_data.rst b/content/developer/tutorials/define_module_data.rst index 332dc2329..df084b727 100644 --- a/content/developer/tutorials/define_module_data.rst +++ b/content/developer/tutorials/define_module_data.rst @@ -28,8 +28,7 @@ more... Demo Data --------- -In additional to master data, which are requirements for a module to work properly, we also like -having data for demonstration purposes: +In addition to master data, which is required for a module to work properly, we can also provide data for demonstration purposes: * Help the sales representatives make their demos quickly. * Have a set of working data for developers to test new features and see how these new features look