Se rendre au contenu
Menu
Cette question a été signalée

I have made my custom button in journal entries form of odoo 15 and i want to generate sequence with that button instead of post button please guide me.

Avatar
Ignorer
Auteur

Thank you @Mehjabin.


Meilleure réponse

Hi Danish,

name = fields.Char(string='Number', copy=False, compute='_compute_name', readonly=False, store=True, index=True, tracking=True)

This is the field where the sequence is generating in journal entry, and is using the compute function "_compute_name" for this. You can modify this function as you need and try

Hope this will help you

Thank You

Avatar
Ignorer
Publications associées Réponses Vues Activité
1
juil. 22
3764
1
mars 25
1627
4
oct. 24
1909
0
avr. 24
2102
0
févr. 24
1313