[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#13581

X-original-commit: 07950cc912
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Anton Romanova (roan) <roan@odoo.com>
This commit is contained in:
Anton Romanova
2025-05-27 09:36:40 +00:00
parent e53aef29d2
commit 352cd587ef

View File

@@ -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
-----------