documentation/content/developer/tutorials
chyde-clearwater 3758cd5899 [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 13:07:47 +02:00
..
discover_js_framework [FIX] reference/services: mark optional the params parameter of rpc 2023-04-27 18:25:21 +02:00
getting_started [IMP] tutorials/getting_started: disambiguate example model name 2023-07-18 13:07:47 +02:00
master_odoo_web_framework [IMP] tutorials/js_framework: reword, clarify and improve instructions 2023-04-27 18:25:21 +02:00
pdf_reports [MOV] tutorials/getting_started/*: promote advanced chapters to independent tutorials 2023-02-23 16:08:58 +01:00
restrict_data_access [MOV] tutorials/getting_started/*: promote advanced chapters to independent tutorials 2023-02-23 16:08:58 +01:00
web [MOV] howto/web: move "Customizing the webclient" to the tutorials dir 2023-02-23 16:08:59 +01:00
website [MOV] howto/website: move "Building a website" to the tutorials dir 2023-02-23 16:08:59 +01:00
backend.rst [IMP] tutorials/*: hide outdated tutorials 2023-02-23 16:08:59 +01:00
define_module_data.rst [MOV] tutorials/getting_started/*: promote advanced chapters to independent tutorials 2023-02-23 16:08:58 +01:00
discover_js_framework.rst [IMP] tutorials/js_framework: retarget links to the current major branch 2023-04-27 18:25:20 +02:00
getting_started.rst [IMP] tutorials/getting_started: rework the environment setup guide 2023-05-11 18:25:41 +02:00
master_odoo_web_framework.rst [IMP] tutorials/js_framework: retarget links to the current major branch 2023-04-27 18:25:20 +02:00
mixins.rst [MOV] tutorials/getting_started/*: promote advanced chapters to independent tutorials 2023-02-23 16:08:58 +01:00
pdf_reports.rst [REM] developer: remove references to web_dashboard view 2023-04-05 17:31:58 +02:00
restrict_data_access.rst [MOV] developer/api/external_api: move "External API" to the reference dir 2023-02-23 16:09:00 +01:00
unit_tests.rst [MOV] tutorials/getting_started/*: promote advanced chapters to independent tutorials 2023-02-23 16:08:58 +01:00
web.rst [IMP] tutorials/*: hide outdated tutorials 2023-02-23 16:08:59 +01:00
website.rst [IMP] tutorials/*: hide outdated tutorials 2023-02-23 16:08:59 +01:00