documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Please explain the Model naming conventions

Open eximius313 opened this issue 2 months ago • 0 comments

Please explain the Model naming conventions in the First Chapter of the tutorial.

There is so much confusion...

Chapter 3 shows this:

Image and this: Image

in Chapter 4 it's even more confusing:

Image

while in your code: https://github.com/odoo/odoo/blob/19.0/odoo/addons/base/security/ir.model.access.csv one can find such records:

  • Model name with space Image

  • Model name with underscore:

Image
  • Model name in plain text:
Image
  • Model name with dots:
Image

and id and model_id does not follows your guidelines:

Image

it's really confusing

eximius313 avatar Oct 23 '25 14:10 eximius313