Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Done by RHT on the 22/05/2024
- # Reviewed by SEA on the 29/05/2024
- # Review: https://pastebin.com/MPkNfGfa
- # Need: Have the children contact have the same tags as the parent
- # Task: https://www.odoo.com/odoo/project/5686/tasks/3940222?cids=1
- for contact in records.filtered(lambda c: c.parent_id):
- contact["category_id"] = contact.parent_id.category_id
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement