Skip to Content
मेन्यू
This question has been flagged

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
Discard
Author

Thank you @Mehjabin.


Best Answer

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
Discard
Related Posts Replies Views Activity
1
जुल॰ 22
3768
1
मार्च 25
1629
4
अक्तू॰ 24
1911
0
अप्रैल 24
2103
0
फ़र॰ 24
1313