From 82db73ade419084b86e64c4892cff985a19a237c Mon Sep 17 00:00:00 2001 From: ASPhilemon <88459392+ASPhilemon@users.noreply.github.com> Date: Thu, 18 Sep 2025 10:23:59 +0300 Subject: [PATCH] [odoo/documentation] [FIX] developer/tutorials: fix grammar & sentence structure for clarity --- 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 332dc23296..df084b727e 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