From 07950cc9120bebeddcb250ea9dacb974eec5033e Mon Sep 17 00:00:00 2001 From: Anton Romanova Date: Tue, 27 May 2025 11:36:40 +0200 Subject: [PATCH] [IMP] developer/guidelines: warn module naming Warn our partners to avoid using too generic naming for modules to avoid potential collisions with future standard odoo modules no-task closes odoo/documentation#13560 Signed-off-by: Antoine Vandevenne (anv) --- content/contributing/development/coding_guidelines.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/contributing/development/coding_guidelines.rst b/content/contributing/development/coding_guidelines.rst index d8ca7ff522..cd5dbfcb64 100644 --- a/content/contributing/development/coding_guidelines.rst +++ b/content/contributing/development/coding_guidelines.rst @@ -28,6 +28,11 @@ These guidelines should be applied to every new module and to all new developmen Module structure ================ +.. warning:: + + For modules developed by the community, it is strongly recommended to name + your module with a prefix like your company name. + Directories -----------