Description
We want to create an Addon for the odoo v9 that provides a dynamic contact form to create leads in the backend. The addon must be draggable onto the page and create the lead in the right place in the backend.
Criteria
- create odoo addon shell
- provide the following input fields
- Name
- Email
- Telephone number
- Optional: Textinput (optional: nth)
- Implement common sense validations for the inputs
- Display thank you message in modal
- Use backbone views to structure fe js code
- Connect to the right model in the backend
- create a controller, that manages the thank you message or implement async js call to render template on success
Description
We want to create an Addon for the odoo v9 that provides a dynamic contact form to create leads in the backend. The addon must be draggable onto the page and create the lead in the right place in the backend.
Criteria