sale_event¶
sale_event.duplicate_name¶
- Attribute: lsserver.core.localizations.keys.SALE_EVENT_DUPLICATE_NAME
 - Fields: name
 - Example Message: Another sale event with the name [%(name)s] already exist.
 - Doc: Another sale event with the name [None] already exist.
 
sale_event.invalid_duration¶
- Attribute: lsserver.core.localizations.keys.SALE_EVENT_INVALID_DURATION
 - Fields: start_date, end_date
 - Example Message: The sale event has an invalid duration with start_date: %(start_date)s and end_date: %(end_date)s.
 - Doc: The sale event has an invalid duration with start_date: None and end_date: None.