Merge pull request #2459 from expsa/Esraa-ensan-sale_tasks

fix bug
This commit is contained in:
Esraa-Exp 2025-02-18 20:27:32 +02:00 committed by GitHub
commit eb1fb772c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
from odoo import models, fields, api,_
from odoo14.odoo.exceptions import ValidationError
from odoo.exceptions import ValidationError
class BoardMembershipNomination(models.Model):