Search 1.9 billion lines of Odoo code on GitHub

base_field_m2m_view

Author: Center of Research and Development
License: LGPL-3
Branch: 16.0
Repository: crnd-inc/generic-addons
Dependencies: base
Languages: HTML (60, 33.3%), PO File (65, 36.1%), Python (29, 16.1%), and reStructuredText (26, 14.4%)
Other branches: 11.0, 12.0, 13.0, 14.0, and 15.0
Other repositories: abdalmola-apps/generic-addons, eslammohamed13/generic-addons, leodoooca/generic-addons, marcelsavegnago/generic-addons, martinllanos/generic-addons, oycl/generic-addons, royalline1/generic-addons, srekal/generic-addons, and vidtsin/generic-addons

<a name="base-field-many2manyview"></a> <h2>Base Field Many2manyView</h2> <p><a class="reference external" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/license-LGPL--3-blue.png" /></a> <a class="reference external" href="https://crnd.pro/"><img alt="badge5" src="https://img.shields.io/badge/maintainer-CR&amp;D-purple.png" /></a> <a class="reference external" href="https://github.com/crnd-inc/generic-addons/tree/11.0/base_field_m2m_view"><img alt="badge1" src="https://img.shields.io/badge/GitHub-Base_Field_Many2manyView-green.png" /></a></p> <p><em>Base Field Many2many View</em> is a technical addon developed by the <a class="reference external" href="https://crnd.pro/">Center of Research &amp; Development company</a>.</p> <p>This addon adds new field <code>Many2manyView</code>. This field have only one difference from the standard <code>Many2many</code> field: it does not create m2m relation table, but expects this table to be created somewhere outside. Thus it allows to use another models as m2m-relation tables, or PostgreSQL Views.</p> <p>At this time this addon is in <em>alpha</em> stage, thus use it on your own risk.</p> <a name="usage"></a> <h2>Usage</h2> <ol class="arabic simple"> <li>Add <em>base_field_m2m_view</em> to dependency to your addon</li> <li>Import field class <code>from odoo.addons.base_field_m2m_view.fields import Many2manyView</code></li> <li>Declare field <code>my_field = Many2manyView('my.model', 'my_relation_table', 'column1', 'column2')</code></li> </ol> <p>Also it is possible to use this field as: <code>my_field = odoo.fields.Many2manyView(...)</code></p> <a name="bug-tracker"></a> <h2>Bug Tracker</h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/crnd-inc/generic-addons/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported.</p> <a name="maintainer"></a> <h3>Maintainer</h3> <img alt="https://crnd.pro/web/image/3699/300x140/crnd.png" src="https://crnd.pro/web/image/3699/300x140/crnd.png" /> <p>Our web site: <a class="reference external" href="https://crnd.pro/">https://crnd.pro/</a></p> <p>This module is maintained by the Center of Research &amp; Development company.</p> <p>We can provide you further Odoo Support, Odoo implementation, Odoo customization, Odoo 3rd Party development and integration software, consulting services. Our main goal is to provide the best quality product for you.</p> <p>For any questions <a class="reference external" href="mailto:info&#64;crnd.pro">contact us</a>.</p>