Search 1.9 billion lines of Odoo code on GitHub

website_base_form_handler

Author: Therp BV,Odoo Community Association (OCA)
License: AGPL-3
Branch: 10.0-add-module-website_base_form_handler
Repository: NL66278/website
Dependencies: website
Languages: JavaScript (15, 5.7%), Python (169, 63.8%), XML (65, 24.5%), and reStructuredText (16, 6.0%)

<a class="reference external image-reference" href="https://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> </a> <a name="general-support-for-programming-website-forms"></a> <h2>General support for programming website forms</h2> <p>This module provides a base framework for handling website Forms. It contains all the logic of loading data, displaying a form, validating submitted data, redisplay on errors, going to a next step on success.</p> <p>Programmers of website forms can, with this module, concentrate on that which is specific for their form, and not on the always repeating boilerplate code.</p> <p>While the name website_form_handler would be most appropiate for this module, this might cause confusion with te existing website_form* modules, that are basically an enduser tool.</p> <a name="website-base-form-handler"></a> <h2>website_base_form_handler</h2> <p>Base module to handle forms in website.</p>