Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
      • Get a Tailored Demo
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +32 2 290 34 90
    • Get a Tailored Demo
  • Pricing
  • Help
  1. APPS
  2. Extra Tools
  3. HTML Form Creator v 8.0
  4. Sales Conditions FAQ

HTML Form Creator

by Sythil
Odoo
v 8.0 Third Party 955
Download for v 8.0
Apps purchases are linked to your Odoo account, please sign in or sign up first.
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies • Website Builder (website)
• Social Network (mail)
Technical Name entity_html_form
LicenseGPL-3
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies • Website Builder (website)
• Social Network (mail)
Technical Name entity_html_form
LicenseGPL-3
  • Description
  • Documentation

Description

Creates an HTML form that you can embed inside and outside Odoo

Create HTML Forms

Create HTML Form

Creates an HTML form that you can embed inside and outside Odoo.

Instructions
1. Go to Settings->HTML Embed Forms->Create Forms
2. Select the model and the fields in the form
3. Click "Make Embed Code" button and copy and paste the code into your website

View Form Submissions

Keep a record of all the form submissions

Instructions
1. Go to Settings->HTML Embed Forms->Inserted Form Data

HTML Form Submissions

Rearange form fields on the website

Edit Website HTML Form

Rearange form fields on the website.

Instructions
1. Go to the webpage with the eHTML form
2. Hit edit and drag and drop the fields around the form


NOTE This module and 'HTML Snippet Form Builder' have reborn to thier v9 equivalent 'HTML Form Builder' and 'HTML Form Builder - Website Snippets'

Menus

HTML Embed Forms

Child of "Settings" menu, parent menu of all other eHTML menus

Create Forms

Child of "HTML Embed Forms" menu, place to create HTML forms

Inserted Form Data

Child of "HTML Embed Forms" menu, history of all form submissions

Models / Fields

ehtml.formgen(An individual Form)

Permissions

Administration / Settings (base.group_system): Read, Write, Create and Delete

Fields

Form Name (name): Human meaningful name for the form

Model (model_id): The model which the form is based around

HTML Fields (fields_ids): The list of Odoo fields in the HTML form

Embed Code (output_html): The output HTML designed to be copied and pasted into an external site

Required Fields (required_fields): Human readable list of fields that are required for that model

Default Values (defaults_values): List of fields and a corresponding default value which is set when the record is created

Return URL (return_url): After the form is submitted the user is redirected to this URL

Form Type (form_type): The format of the outputted HTML, Odoo or native

ehtml.fieldentry(A field in the form)

Permissions

Administration / Settings (base.group_system): Read, Write, Create and Delete

Fields

Sequence (sequence): Drag and drop field order

HTML Form (html_id): ID pointing back to the HTML form

Model (model_id): The model ID of the field hidden from user sight

Related Model (model): The model name of the field hidden from user sight

Form Field (field_id): The Odoo field this form field inserts data into

Field Label (field_label): Human readable label for the field on the website

HTML Field Name (html_name): The HTML name of the field handy for autocomplete e.g auto fill email/mobile

HTML Field Type (html_field_type): The type of HTML input to use for this type of field

ehtml.fielddefault (Stores the default values for each form)

Permissions

Administration / Settings (base.group_system): Read, Write, Create and Delete

Fields

HTML Form (html_id): ID pointing back to the HTML form

Model (model_id): Model ID, hidden from user

Model Name (model): Model Name, hidden from user

Form Fields (field_id): The Odoo field your settings a default value for

Default Value (default_value): The value that is set for this Odoo field when the record is inserted

ehtml.history (Stores all inserted records)

Permissions

Administration / Settings (base.group_system): Read

Fields

HTML Form (html_id): ID pointing back to the HTML form

Reference URL (ref_url): The URL this form waas submitted from

Record ID (record_id): The ID of the inserted record

Form Name (form_name): No Idea...

HTML Fields (insert_data): List of data that was inserted with this submission

ehtml.fieldinsert (History of the field data that was inserted)

Permissions

Administration / Settings (base.group_system): Read

Fields

HTML Form (html_id): ID pointing back to the HTML form history

Field (field_id): The field that data was inserted into

Insert Value (insert_value): The value inserted

Security

Administration / Settings (base.group_system)

ehtml.formgen: Read, Write, Create and Delete

ehtml.fieldentry: Read, Write, Create and Delete

ehtml.fielddefault: Read, Write, Create and Delete

ehtml.history: Read

ehtml.fieldinsert: Read

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with