[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) <anv@odoo.com>
This commit is contained in:
Anton Romanova
2025-05-27 11:36:40 +02:00
parent 3fded9a379
commit 07950cc912

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