documentation/content/developer/tutorials
chyde-clearwater 3e78ec5467 [IMP] tutorials/getting_started: disambiguate example model name
I removed the dot notation in the  "_name" variable for the example
model. AKA, "test.model" is now named "test_model".

Dot notation implies a data structure relationship between a <model> and
it's parent (or class etc) <test> (like test.model() or Test.model).
There is no relationship like this between a <test> and <model> - it's
just one thing: a <test model>.

The seeming "benefit" of the ORM translating dots to underscores doesn't
justify this naming convention.  Yes, I know it's a string, but still,
this seems confusing for newbies and adds unnecessary complexity (why
name the same thing differently in different places?)

closes 

X-original-commit: f36c612d13
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-07-18 12:41:28 +02:00
..
dashboards [MOV] tutorials/getting_started/*: promote advanced chapters to independent tutorials 2023-02-22 14:31:24 +01:00
getting_started [IMP] tutorials/getting_started: disambiguate example model name 2023-07-18 12:41:28 +02:00
pdf_reports [MOV] tutorials/getting_started/*: promote advanced chapters to independent tutorials 2023-02-22 14:31:24 +01:00
restrict_data_access [MOV] tutorials/getting_started/*: promote advanced chapters to independent tutorials 2023-02-22 14:31:24 +01:00
web [MOV] howto/web: move "Customizing the webclient" to the tutorials dir 2023-02-22 14:31:25 +01:00
website [MOV] howto/website: move "Building a website" to the tutorials dir 2023-02-22 14:31:25 +01:00
backend.rst [IMP] tutorials/*: hide outdated tutorials 2023-02-22 14:31:25 +01:00
dashboards.rst [MOV] tutorials/getting_started/*: promote advanced chapters to independent tutorials 2023-02-22 14:31:24 +01:00
define_module_data.rst [MOV] tutorials/getting_started/*: promote advanced chapters to independent tutorials 2023-02-22 14:31:24 +01:00
getting_started.rst [IMP] tutorials/getting_started: rework the environment setup guide 2023-05-10 16:59:45 +02:00
mixins.rst [MOV] tutorials/getting_started/*: promote advanced chapters to independent tutorials 2023-02-22 14:31:24 +01:00
pdf_reports.rst [MOV] tutorials/getting_started/*: promote advanced chapters to independent tutorials 2023-02-22 14:31:24 +01:00
restrict_data_access.rst [MOV] developer/api/external_api: move "External API" to the reference dir 2023-02-22 14:31:26 +01:00
unit_tests.rst [MOV] tutorials/getting_started/*: promote advanced chapters to independent tutorials 2023-02-22 14:31:24 +01:00
web.rst [IMP] tutorials/*: hide outdated tutorials 2023-02-22 14:31:25 +01:00
website.rst [IMP] tutorials/*: hide outdated tutorials 2023-02-22 14:31:25 +01:00