Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[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

X-original-commit: 07950cc
  • Loading branch information
antonrom1 committed May 28, 2025
commit 8e42fb73e13741bcf8e9a8434f49f5a1e535e8f0
5 changes: 5 additions & 0 deletions content/contributing/development/coding_guidelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------

Expand Down