Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
4336 Ansichten

I have created a custom module. In that, I want to use the functionality which is already exist in Odoo;

Settings-->Database structure-->Fields-->Create.

But this existing feature restricts me to add x_ at the beginning of my custom field name by prompting the validation message.

Then, I tried to override the  def _check_name(self):  method of ir.model.fields model (which is in ir.models.py file) by inheriting the model, but it didn't work.

All I want is, when I import the fields by importing CSV file, the fields present in CSV file should be created if it does not exist in the particular model.

How can I achieve this? Or How to create fields dynamically?

Avatar
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
1
Nov. 24
20213
1
Sept. 23
3023
3
Mai 23
5631
7
Apr. 23
49001
1
Dez. 22
7868