documentation/content/developer/tutorials/getting_started
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 odoo/documentation#5141

X-original-commit: f36c612d13
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-07-18 13:07:47 +02:00
..
01_architecture [MOV] howto/rdtraining: move "Getting started" to the tutorials dir 2023-02-23 16:08:58 +01:00
02_setup [MOV] howto/rdtraining: move "Getting started" to the tutorials dir 2023-02-23 16:08:58 +01:00
03_newapp [MOV] howto/rdtraining: move "Getting started" to the tutorials dir 2023-02-23 16:08:58 +01:00
06_firstui [MOV] howto/rdtraining: move "Getting started" to the tutorials dir 2023-02-23 16:08:58 +01:00
07_basicviews [MOV] howto/rdtraining: move "Getting started" to the tutorials dir 2023-02-23 16:08:58 +01:00
08_relations [MOV] howto/rdtraining: move "Getting started" to the tutorials dir 2023-02-23 16:08:58 +01:00
09_compute_onchange [MOV] howto/rdtraining: move "Getting started" to the tutorials dir 2023-02-23 16:08:58 +01:00
10_actions [MOV] howto/rdtraining: move "Getting started" to the tutorials dir 2023-02-23 16:08:58 +01:00
11_constraints [MOV] howto/rdtraining: move "Getting started" to the tutorials dir 2023-02-23 16:08:58 +01:00
12_sprinkles [MOV] howto/rdtraining: move "Getting started" to the tutorials dir 2023-02-23 16:08:58 +01:00
13_inheritance [MOV] howto/rdtraining: move "Getting started" to the tutorials dir 2023-02-23 16:08:58 +01:00
14_other_module [MOV] howto/rdtraining: move "Getting started" to the tutorials dir 2023-02-23 16:08:58 +01:00
15_qwebintro [MOV] howto/rdtraining: move "Getting started" to the tutorials dir 2023-02-23 16:08:58 +01:00
01_architecture.rst [MOV] tutorials/getting_started/*: promote advanced chapters to independent tutorials 2023-02-23 16:08:58 +01:00
02_setup.rst [IMP] tutorials/getting_started: rework the environment setup guide 2023-05-11 18:25:41 +02:00
03_newapp.rst [IMP] tutorials/getting_started: rework the environment setup guide 2023-05-11 18:25:41 +02:00
04_basicmodel.rst [IMP] tutorials/getting_started: disambiguate example model name 2023-07-18 13:07:47 +02:00
05_securityintro.rst [MOV] tutorials/getting_started/*: promote advanced chapters to independent tutorials 2023-02-23 16:08:58 +01:00
06_firstui.rst [MOV] howto/rdtraining: move "Getting started" to the tutorials dir 2023-02-23 16:08:58 +01:00
07_basicviews.rst [IMP] tutorials/getting_started: rework the environment setup guide 2023-05-11 18:25:41 +02:00
08_relations.rst [MOV] howto/rdtraining: move "Getting started" to the tutorials dir 2023-02-23 16:08:58 +01:00
09_compute_onchange.rst [MOV] howto/rdtraining: move "Getting started" to the tutorials dir 2023-02-23 16:08:58 +01:00
10_actions.rst [MOV] howto/rdtraining: move "Getting started" to the tutorials dir 2023-02-23 16:08:58 +01:00
11_constraints.rst [MOV] howto/rdtraining: move "Getting started" to the tutorials dir 2023-02-23 16:08:58 +01:00
12_sprinkles.rst [MOV] howto/rdtraining: move "Getting started" to the tutorials dir 2023-02-23 16:08:58 +01:00
13_inheritance.rst [FIX] howto/rdtraining: ch.13 adapt reference to salesperson field 2023-06-27 13:44:38 +02:00
14_other_module.rst [MOV] howto/rdtraining: move "Getting started" to the tutorials dir 2023-02-23 16:08:58 +01:00
15_qwebintro.rst [IMP] tutorials/getting_started: rework the environment setup guide 2023-05-11 18:25:41 +02:00
16_final_word.rst [IMP] tutorials/getting_started: rework the environment setup guide 2023-05-11 18:25:41 +02:00