Search 1.9 billion lines of Odoo code on GitHub

base_field_big_int

Author: Center of Research and Development
License: LGPL-3
Branch: 16.0
Repository: crnd-inc/generic-addons
Dependencies: base
Languages: HTML (67, 35.6%), PO File (65, 34.6%), Python (29, 15.4%), and reStructuredText (27, 14.4%)
Other branches: 11.0, 12.0, 13.0, 14.0, and 15.0
Other repositories: abdalmola-apps/generic-addons, eslammohamed13/generic-addons, katyukha/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-bigint-module"></a> <h2>Base Field BigInt Module</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_big_int"><img alt="badge1" src="https://img.shields.io/badge/GitHub-Base_Field_BigInt_Module-green.png" /></a></p> <p><em>Base Field Big Int</em> is technical addon developed by the <a class="reference external" href="https://crnd.pro/">Center of Research &amp; Development company</a>.</p> <p>This addon can be used to store big numbers (greater than <em>2 147 483 647</em>) in database as number.</p> <p>At this time this addon is in <em>alpha</em> stage, thus use it on your own risk. See <a class="reference external" href="https://github.com/odoo/odoo/issues/8437">this issue</a> for more details on possible errors.</p> <a name="usage"></a> <h2>Usage</h2> <ol class="arabic simple"> <li>Add <em>base_field_big_int</em> to dependency to your addon</li> <li>Import field class <code>from odoo.addons.base_field_big_int.field import BigInt</code></li> <li>Declare field <code>my_field = BigInt('My Big Integer field')</code></li> </ol> <p>Also it is possible to use this field as: <code>my_field = odoo.fields.BigInt()</code></p> <a name="known-bugs"></a> <h2>Known Bugs</h2> <ul class="simple"> <li><em>BigInt</em> fields are not supported in <em>xmlrpc</em></li> </ul> <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>