(cherry picked from commit 0c5684905f44af211189bf674735b046858a5b86) # Conflicts: # frontend/components.d.ts # yarn.lock
10 lines
203 B
Python
10 lines
203 B
Python
from crm.install import (
|
|
add_assignment_rule_property_setters,
|
|
create_assignment_rule_custom_fields,
|
|
)
|
|
|
|
|
|
def execute():
|
|
create_assignment_rule_custom_fields()
|
|
add_assignment_rule_property_setters()
|