Search 1.9 billion lines of Odoo code on GitHub

l10n_nl_partner_salutation

Author: Therp BV, Odoo Community Association (OCA)
License: AGPL-3
Branch: 12.0-fix-l10n_nl_postcodeapi
Repository: NL66278/l10n-netherlands
Dependencies: base, l10n_nl_partner_name, and partner_contact_gender
Languages: HTML (365, 46.9%), PO File (41, 5.3%), Python (201, 25.8%), XML (96, 12.3%), and reStructuredText (75, 9.6%)
Other branches: 10.0-add-letsencrypt_transip-nl, 10.0-add_dutch_states-cuntry, 10.0-better-postcode-api, 10.0-l10n_nl_partner_salutation-gender, 10.0-no-state-override, 11.0-backport-kvk-fix, 11.0-fix-ln10n_nl_postcodeapi, 11.0-letsencrypt-transip-nl-with_postcodeapi-changes, 11.0-mig-combined, 11.0-mig-letsencrypt_transip_nl, 12.0-mig-l10n_nl_country_states, 12.0-mig-l10n_nl_dutch_company_type, 12.0-mig-l10n_nl_partner_salutation, 8.0-account-chart-rgs, 8.0-fast-auditfile-export, 8.0-l10n_nl_privacy, and 8.0_partner_salutation_therp
Other repositories: AMhadhbi/l10n-netherlands, CGenie/l10n-netherlands, LogicQ/l10n-netherlands, Noviat/l10n-netherlands, OCA/l10n-netherlands, StefanRijnhart/l10n-netherlands, apetbiz/l10n-netherlands, danger89/l10n-netherlands, daramousk/l10n-netherlands, elperrofarelo/l10n-netherlands, espo-tony/l10n-netherlands, gfcapalbo/l10n-netherlands, gustavovalverde/l10n-netherlands, hbrunn/l10n-netherlands, hineshr/l10n-netherlands, janverb/l10n-netherlands, jeroen-vet/l10n-netherlands, lfreeke/l10n-netherlands, lideritjnma/l10n-netherlands, myonnet/oca-l10n-netherlands, onesteinbv/l10n-netherlands, pscloud/l10n-netherlands, rossasa/l10n-netherlands, smetl/l10n-netherlands, sunflowerit/l10n-netherlands, tarteo/l10n-netherlands, uktc87504/l10n-bulgaria, and xpansa/l10n-netherlands

<h1 class="title">Full salutation for partners, Dutch style</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" 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.png" /></a> <a class="reference external" href="https://github.com/OCA/l10n-netherlands/tree/12.0/l10n_nl_partner_salutation"><img alt="OCA/l10n-netherlands" src="https://img.shields.io/badge/github-OCA%2Fl10n--netherlands-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/l10n-netherlands-12-0/l10n-netherlands-12-0-l10n_nl_partner_salutation"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/176/12.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>New fields are added to the title model to express the salutation of partners, in combination with the gender field. Based on partner_name_dutch, you can then refer to function fields generating full salutations to use at the start of a letter, or short versions to be used in addresses.</p> <p>The interface allows to change generated salutations manually, after which these will not be updated anymore after changes in the partner name or title. While the manually entered salutations are stored in separate fields, the function fields refer to their values when manual changes are active so you should always use the function fields in your document templates.</p> <p>While organizations have no gender (the field is hidden there), you can have a feminine salutation by creating a partner title with an implicit gender, such as 'Ladies club'.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#configuration" id="id1">Configuration</a></li> <li><a class="reference internal" href="#usage" id="id2">Usage</a></li> <li><a class="reference internal" href="#bug-tracker" id="id3">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id4">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id5">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id6">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id7">Maintainers</a></li> </ul> </li> </ul> </div> <a name="configuration"></a> <h2><a class="toc-backref" href="#id1">Configuration</a></h2> <p>To configure this module, you need to:</p> <ol class="arabic"> <li><p class="first">Go to Contacts==&gt;Configuration==&gt;Contact Titles</p> <p>The salutation fields are added to the standard Odoo Contact Title views.</p> </li> </ol> <div class="figure"> <img alt="alternative description" src="https://raw.githubusercontent.com/OCA/l10n-netherlands/12.0/l10n_nl_partner_salutation/static/description/image.png" style="width: 600px;" /> </div> <a name="usage"></a> <h2><a class="toc-backref" href="#id2">Usage</a></h2> <p>To use this module, you need to:</p> <ol class="arabic simple"> <li>Go to the partner form and fill the selected fields. You can then use these in reports and mail templates.</li> </ol> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id3">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/l10n-netherlands/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/l10n-netherlands/issues/new?body=module:%20l10n_nl_partner_salutation%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h2><a class="toc-backref" href="#id4">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id5">Authors</a></h3> <ul class="simple"> <li>Therp BV</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id6">Contributors</a></h3> <ul class="simple"> <li>Holger Brunn &lt;<a class="reference external" href="mailto:hbrunn&#64;therp.nl">hbrunn&#64;therp.nl</a>&gt;</li> <li>Ronald Portier &lt;<a class="reference external" href="mailto:ronald&#64;therp.nl">ronald&#64;therp.nl</a>&gt;</li> <li>Stefan Rijnhart &lt;<a class="reference external" href="mailto:stefan&#64;therp.nl">stefan&#64;therp.nl</a>&gt;</li> <li>George Daramouskas &lt;<a class="reference external" href="mailto:gdaramouskas&#64;therp.nl">gdaramouskas&#64;therp.nl</a>&gt;</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id7">Maintainers</a></h3> <p>This module is maintained by the OCA.</p> <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>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>This module is part of the <a class="reference external" href="https://github.com/OCA/l10n-netherlands/tree/12.0/l10n_nl_partner_salutation">OCA/l10n-netherlands</a> project on GitHub.</p> <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>