Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Done by RHT on the 08/11/2024
- # Code : https://pastebin.com/87qHbD00
- # Task : https://www.odoo.com/odoo/project/5686/tasks/4314790
- # Need : have a sequence on the maintenance task
- for maintenance in records:
- record['name']= env['ir.sequence'].next_by_code('maintenance.code')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement