Search 1.9 billion lines of Odoo code on GitHub

cms_form

Author: Camptocamp, Odoo Community Association (OCA)
License: LGPL-3
Branch: 13.0
Repository: OCA/website-cms
Dependencies: cms_info, cms_status_message, and website
Languages: JavaScript (325, 5.5%), PO File (284, 4.8%), Python (4258, 71.8%), Sass (113, 1.9%), XML (607, 10.2%), make (10, 0.2%), and reStructuredText (334, 5.6%)
Other branches: 10.0, 11.0, and 9.0
Other repositories: BTETON/website-cms, Change2improve/website-cms, CompassionCH/website-cms, ERPLibre/website-cms, ForgeFlow/website-cms, Gabinete-Digital/website-cms, Guobower/website-cms, Ingeos/website-cms, JazziMc/website-cms, MjAbuz/website-cms, NL66278/website-cms, NeatNerdPrime/website-cms, Nooka10/website-cms, PCatinean/website-cms, SeuMarco/website-cms, TDu/website-cms, TelmoSenseFly/website-cms, VisiionSolucionesTecnologicas/website-cms, akretion/website-cms, anhvu-sg/website-cms, apetbiz/website-cms, bishalgit/website-cms, bvkl/website-cms, caiuka/website-cms, camptocamp/website-cms, elvirekemajou/website-cms, gfcapalbo/website-cms, grindtildeath/website-cms, haroldtamo/website-cms, hbrunn/website-cms, hinfo506/website-cms, isoscl/website-cms, josueBulle/website-cms, kevin070982/website-cms, leemannd/website-cms, lideritjnma/website-cms, lukehuang/website-cms, one2pret/website-cms, pscloud/website-cms, py-web/website-cms, ravishekharco/website-cms, redcor/website-cms, rsullivan2704/website-cms, sanube/website-cms, simahawk/website-cms, steingabelgaard/website-cms, wahello/website-cms, and x0rzkov/odoo-website-cms

<a class="reference external image-reference" href="http://www.gnu.org/licenses/LGPL-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-lgpl--3-blue.svg"> </a> <a name="cms-form"></a> <h2>CMS Form</h2> <p>Basic website contents form framework. Allows to define front-end forms for every models in a simple way.</p> <p>If you are tired of re-defining every time an edit form or a search form for your odoo website, this is the module you are looking for.</p> <a name="features"></a> <h2>Features</h2> <ul class="simple"> <li>automatic form generation (create, write, search, wizards)</li> <li>automatic route generation (create, write, search, wizards)</li> <li><dl class="first docutils"> <dt>automatic machinery based on fields' type:</dt> <dd><ul class="first last"> <li>widget rendering</li> <li>field value load (from existing instance or from request)</li> <li>field value extraction (from request)</li> <li>field value write (to existing instance)</li> </ul> </dd> </dl> </li> <li>automatic field grouping in fieldsets</li> <li>highly customizable</li> <li>works with every odoo model</li> <li>works also without any model</li> </ul> <a name="usage"></a> <h2>Usage</h2> <p>Check full documentation inside <cite>doc</cite> folder.</p> <a name="known-issues-roadmap"></a> <h2>Known issues / Roadmap</h2> <ul class="simple"> <li>add more tests, especially per each widget and type of field</li> <li>provide better widgets for image and file fields in general</li> <li>o2m fields: to be tested at all</li> <li>move widgets to abstract models too</li> <li>search form: generate default search domain in a clever way</li> <li>add easy way to switch from horizontal to vertical form</li> <li>provide more examples</li> <li>x2x fields: allow sub-items creation</li> <li>handle api onchanges</li> <li>support python expressions into master/slave rules</li> <li>the ajax UI blocking/spinner could be more beautiful</li> </ul> <a name="bug-tracker"></a> <h2>Bug Tracker</h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/website-cms/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.</p> <a name="credits"></a> <h2>Credits</h2> <a name="sponsor"></a> <h3>Sponsor</h3> <ul class="simple"> <li><a class="reference external" href="https://fluxdock.io">Fluxdock.io</a>.</li> </ul> <a name="contributors"></a> <h3>Contributors</h3> <ul class="simple"> <li>Simone Orsi &lt;<a class="reference external" href="mailto:simone.orsi&#64;camptocamp.com">simone.orsi&#64;camptocamp.com</a>&gt;</li> </ul> <a name="maintainer"></a> <h3>Maintainer</h3> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>This module is maintained by the OCA.</p> <p>OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.</p> <p>To contribute to this module, please visit <a class="reference external" href="https://odoo-community.org">https://odoo-community.org</a>.</p>

Dependency Graph