Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create contact form snippet for v9 #61

Open
Fl0rianFischer opened this issue Jan 14, 2016 · 3 comments
Open

Create contact form snippet for v9 #61

Fl0rianFischer opened this issue Jan 14, 2016 · 3 comments
Assignees

Comments

@Fl0rianFischer
Copy link

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
@parthivgls
Copy link

almost similar to v9 form builder? except backbone JS part.
On 14 Jan 2016 7:21 pm, "Fl0rianFischer" notifications@github.com wrote:

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


Reply to this email directly or view it on GitHub
#61.

@Fl0rianFischer
Copy link
Author

I didn't consider this. Will look at it. Thanks!

@Fl0rianFischer
Copy link
Author

The form builder is only available in enterprise. We would like to provide an addon for the community version as well.
It seems though like we can use the module website_form to do most of the work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants