Search 1.9 billion lines of Odoo code on GitHub

partner_company_registry

Author: Dynapps,Onderdelenwinkel B.V.,Odoo Community Association (OCA)
License: AGPL-3
Branch: 8.0-add_partner_company_registry
Repository: StefanRijnhart/partner-contact
Dependencies: base
Languages: Python (47, 39.2%), XML (29, 24.2%), and reStructuredText (44, 36.7%)
Other repositories: AizenL/odoo-extra-addons, Gofekra/odoo-extra-addons, HarshalBhoir/odoo-extra-addons, ICTSTUDIO/odoo-extra-addons, ICTSTUDIO/partner-contact, aaltinisik/odoo-extra-addons, alanljj/odoo-extra-addons, aurestic/ictstudio-odoo-extra-addons, brain-tec/odoo-extra-addons, chencognos/odoo-extra-addons, clagoa/odoo-extra-addons, damendieta/odoo-extra-addons, diagramsoftware/ictstudio-odoo-extra-addons, diegobgl/odoo-extra-addons, dochse/odoo-extra-addons, eksotama/odoo-extra-addons, eribowo/odoo-extra-addons, erp-m/odoo-extra-addons, grottas/odoo-extra-addons, guillermm/odoo-extra-addons, haryoran04/odoo-extra-addons, kholioeg/odoo-extra-addons, mayjo79/odoo-extra-addons, more2makeTim/odoo-extra-addons, mudismud/odoo-extra-addons, nick2474/odoo-extra-addons, one2pret/odoo-extra-addons, pathom111/odoo-extra-addons, rkhalil1990/odoo-extra-addons, sc4you/odoo-extra-addons, sewisoft/odoo-extra-addons, spacimek/odoo-extra-addons, ssisoftwaresol/odoo-extra-addons, sunflowerit/odoo-extra-addons, tate11/odoo-extra-addons, thom-peele/odoo-extra-addons, wanfgh/odoo-extra-addons, and yasmanycastillo/odoo-extra-addons

<a class="reference external image-reference" href="http://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="keep-track-of-the-company-registry-number-of-each-partner"></a> <h2>Keep track of the company registry number of each partner</h2> <p>This module adds a company registry field on the <em>partner</em> level (in standard Odoo, this field only exist on the <em>company</em> level).</p> <p>This field is integrates with this existing field on the company level, so that the company registry number is guaranteed to be the same between the company itself and the related partner.</p> <a name="usage"></a> <h3>Usage</h3> <p>After installation of this module, you can enter your customers' and suppliers' company registry numbers on the Sales &amp; Purchases tab. The field is marked as a <em>commercial field</em>, which means that it is synchronized between a partner that is a company and its contacts. To emphasize this, the field is only visible on the so called <em>commercial partner</em>.</p> <p>This module also allows you to display the field wherever addresses are rendered using the contact widget (e.g. on report headers, or on the contact page of your odoo website). to do so, add <em>company_registry</em> to the <em>fields</em> parameter of the widget options in the template where it is called:</p> <pre> <code lang="xml">&lt;div t-field=&quot;res_company.partner_id&quot; t-field-options='{ &quot;widget&quot;: &quot;contact&quot;, &quot;fields&quot;: [&quot;name&quot;, &quot;address&quot;, &quot;phone&quot;, &quot;mobile&quot;, &quot;fax&quot;, &quot;email&quot;, &quot;company_registry&quot;]}' /&gt;</code> </pre> <a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/134/8.0"><img alt="Try me on Runbot" src="https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas" /></a> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/partner-contact/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 <a class="reference external" href="https://github.com/OCA/partner-contact/issues/new?body=module:%20partner_company_registry%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <a name="credits"></a> <h3>Credits</h3> <a name="images"></a> <h4>Images</h4> <ul class="simple"> <li>Odoo Community Association: <a class="reference external" href="https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg">Icon</a>.</li> </ul> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Stefan Rijnhart &lt;<a class="reference external" href="mailto:stefan&#64;opener.amsterdam">stefan&#64;opener.amsterdam</a>&gt;</li> </ul> <a name="maintainer"></a> <h4>Maintainer</h4> <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>