mirror of
https://github.com/Ladebeze66/odoo_toolkit.git
synced 2025-12-17 06:57:47 +01:00
J5-7
This commit is contained in:
parent
563e388240
commit
a9924020ef
Binary file not shown.
@ -97,10 +97,11 @@ class TicketManager:
|
|||||||
invalid_field = self.extract_invalid_field(error_message)
|
invalid_field = self.extract_invalid_field(error_message)
|
||||||
if invalid_field:
|
if invalid_field:
|
||||||
print(f"Exclusion du champ invalide : {invalid_field}")
|
print(f"Exclusion du champ invalide : {invalid_field}")
|
||||||
excluded_fields.add(invalid_field)
|
excluded_fields.add(invalid_field)
|
||||||
else:
|
continue
|
||||||
print_error("Impossible d'identifier le champ problématique.")
|
else:
|
||||||
return None
|
print_error("Impossible d'identifier le champ problématique.")
|
||||||
|
return None
|
||||||
|
|
||||||
|
|
||||||
def get_ticket_by_code(self, ticket_code):
|
def get_ticket_by_code(self, ticket_code):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user