Search 1.9 billion lines of Odoo code on GitHub

vote

Author: Yannick Buron
License: AGPL-3
Branch: 10.0
Repository: aacceess75/vertical-community
Dependencies: base, base_community, base_recursive_model, and membership_users
Languages: Markdown (30, 3.8%), PO File (213, 27.0%), Python (364, 46.1%), and XML (182, 23.1%)
Other branches: 8.0, and 9.0
Other repositories: ClearCorp/oca-vertical-community, Cloudxtreme/vertical-community, Endika/vertical-community, Gabinete-Digital/vertical-community, NeatNerdPrime/vertical-community, OCA/vertical-community, SybilleSG/community-management, SybilleSG/vertical-community, Valeureux/wezer-exchange, VisiionSolucionesTecnologicas/vertical-community, YannickB/vertical-community, adolfoeliazat/vertical-community, apetbiz/vertical-community, atout-serenite/vertical-community, chrisndirangu54/vertical-community, djulien19/community-management, elvirekemajou/vertical-community, haroldtamo/vertical-community, hinfo506/vertical-community, hotkee/vertical-community, isoscl/vertical-community, lideritjnma/vertical-community, lucode/vertical-community, maduhu/vertical-community, molandtoxx/vertical-community, moylop260/vertical-community, open-synergy/vertical-community, pscloud/vertical-community, railsuser2014/vertical-community, rossasa/vertical-community, sagar-developer-92/vertical-community, southasia/vertical-community, vishaltyagityagi/vertical-community, yvaucher/vertical-community, and yyuri/vertical-community

<h1>Vote API</h1> <p><strong>Framework module for managing vote inside Odoo</strong></p> <h2>Functions</h2> <ul> <li>Vote type configurable</li> <li>Use base inherit config to modify vote types in category</li> <li>Provide abstract class for implementing vote in your own classes</li> <li>Votes are visible in object marked as &quot;evaluated&quot;</li> </ul> <h2>Created Views</h2> <ul> <li>* INHERIT community.configuration.vote (form)</li> <li>* INHERIT partner.form.vote (form)</li> <li>* INHERIT vote.vote.form.admin (form)</li> <li>vote.config.line.form (form)</li> <li>vote.config.line.tree (tree)</li> <li>vote.type.form (form)</li> <li>vote.type.tree (tree)</li> <li>vote.vote.evaluated.form (form)</li> <li>vote.vote.evaluated.tree (tree)</li> <li>vote.vote.form (form)</li> <li>vote.vote.line.tree (tree)</li> <li>vote.vote.tree (tree)</li> </ul> <h2>Dependencies</h2> <p>base<br> base<em>community vc base</em>recursive<em>model vc membership</em>users</p> <h2>Created Menus</h2> <ul> <li>Association/Configuration/Vote</li> <li>Association/Configuration/Vote/Vote types</li> </ul> <h2>Defined Reports</h2> <ul> <li>This module does not create report.</li> </ul>