跳至内容
菜单
此问题已终结
2 回复
2868 查看

Hello,

I have create a sequence with our problem but I do not know how to apply it to a given field i.e. I would like my customer references (field 'reference' of contact) to follow that sequence. 

Does anyone know how to link a sequence to a field?


Thank you so much for your help!

形象
丢弃
编写者

Thank you very much, both of you!

最佳答案
you can apply like this:

name = fields.Char(string='Number', required=True, copy=False, default=lambda self: self.env['ir.sequence'].next_by_code('account.reconcile'))


形象
丢弃
最佳答案

Hi,

If you are looking to do it from the code, you can see this video explaining the same: https://www.youtube.com/watch?v=yruFgeKag3s&list=PLqRRLx0cl0homY1elJbSoWfeQbRKJ-oPO&index=18

Also it can be done from the user interface using automated action, if you need to do it from user interface, see this: https://www.youtube.com/watch?v=Cz5eM5FDmTE&list=PLqRRLx0cl0hq6DeOzGlfHyjgBxjN5jW90&index=1

Thanks

形象
丢弃
相关帖文 回复 查看 活动
0
2月 23
4933
0
1月 23
94
1
10月 22
4252
0
4月 22
2806
2
4月 25
13072