server-env/server_environment/models
Andrius Laukavičius 3cc06abfb6 [FIX] server_environment: default field label
If related field is not directly set (coming from inheritance) or string
label is not specified explicitly, it might not have it in `args`,
making it generate same default field labels, causing warnings in odoo.

Before this change you could get these kind of warnings:

```
2023-09-23 13:28:39,638 1 WARNING odoodb odoo.addons.base.models.ir_model:
Two fields (field1_env_default, field2_env_default) of your.model() have
the same label:  Env Default.
```
It would generate multiple fields having same label.
2023-09-23 16:32:29 +03:00
..
__init__.py Add mixin for tech name 2021-10-22 13:03:14 +02:00
server_env_mixin.py [FIX] server_environment: default field label 2023-09-23 16:32:29 +03:00
server_env_tech_name_mixin.py server_environment: do not copy tech_name 2022-10-18 15:03:24 +02:00