Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
3 Vastaukset
3982 Näkymät

Hi


I would like to know how can I concatenate two o more fields into one with automated actions. I tried to execute python code but didn't work.


Thanks

Avatar
Hylkää
Tekijä

Thank you very much for your help.


I am not an expert in programming but if someone in addition to my first question would like to know how to avoid double space when one of the fields is empty, I did it like this.


sentence = (record.x_studio_id_type or "") +" "+ (record.x_studio_id_number or "") +" "+ (record.x_studio_first_name or "") +" "+ (record.x_studio_last_name or "")

sentence_without_double_space= " ".join(sentence.split())

record.write({'x_name': sentence_without_double_space})


If someone can tell me if there is a better way I would appreciate your comment.




Paras vastaus

Hi,

You can add a automated action like this,



used code:  record.write({'default_code': record.name + record.barcode})

Know more about the automated actions: Odoo Automatons - Automated Action


Thanks

Avatar
Hylkää
Tekijä Paras vastaus

For some reason the automatic action stops working after a while.

Right now I have three automatic actions, all are associated with different models.

I see that when I disable and re-enable it works fine.

I would appreciate any help.

Avatar
Hylkää
Tekijä

Hello I have not been able to solve the problem yet I would appreciate it if someone can help me

Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
4
toukok. 24
12628
1
huhtik. 24
3269
0
marrask. 23
2015
1
syysk. 23
2103
2
elok. 23
4494