odoo lead creation
This commit is contained in:
parent
b98a507f65
commit
483f076d1a
15 changed files with 404 additions and 27 deletions
|
@ -6,5 +6,7 @@ app_name = "services"
|
|||
urlpatterns = [
|
||||
path("", views.service_list, name="service_list"),
|
||||
path("service/<int:pk>/", views.service_detail, name="service_detail"),
|
||||
path("service/<int:service_id>/interest/", views.create_lead, name="create_lead"),
|
||||
path("service/<int:service_id>/thank-you/", views.thank_you, name="thank_you"),
|
||||
path("provider/<slug:slug>/", views.provider_detail, name="provider_detail"),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue