From bb394ad331ed732745a31c2aa3adf48ae2624643 Mon Sep 17 00:00:00 2001 From: ASPhilemon <88459392+ASPhilemon@users.noreply.github.com> Date: Tue, 23 Sep 2025 11:18:58 +0000 Subject: [PATCH] [IMP] tutorials/module_data: improve phrasing closes odoo/documentation#14644 Forward-port-of: 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 5df93e951..a9fd4d845 100644 --- a/content/developer/tutorials/define_module_data.rst +++ b/content/developer/tutorials/define_module_data.rst @@ -31,8 +31,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