33< head >
44< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
55< meta name ="generator " content ="Docutils: https://docutils.sourceforge.io/ " />
6- < title > Partner first name and last name </ title >
6+ < title > README.rst </ title >
77< style type ="text/css ">
88
99/*
360360</ style >
361361</ head >
362362< body >
363- < div class ="document " id ="partner-first-name-and-last-name ">
364- < h1 class ="title "> Partner first name and last name</ h1 >
363+ < div class ="document ">
365364
365+
366+ < a class ="reference external image-reference " href ="https://odoo-community.org/get-involved?utm_source=readme ">
367+ < img alt ="Odoo Community Association " src ="https://odoo-community.org/readme-banner-image " />
368+ </ a >
369+ < div class ="section " id ="partner-first-name-and-last-name ">
370+ < h1 > Partner first name and last name</ h1 >
366371<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372!! This file is generated by oca-gen-addon-readme !!
368373!! changes will be overwritten. !!
369374!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370- !! source digest: sha256:757269148dfd332e0e81adfe3e40e660144ce9b90bb60c5a38c3c60e3694f40b
375+ !! source digest: sha256:831873860b1c94fdaf6bebcdd2c2717130c2dba0e4c299e2bdbb5c97fcf3e87b
371376!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372- < p > < a class ="reference external image-reference " 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 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.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/partner-contact/tree/18.0/partner_firstname "> < img alt ="OCA/partner-contact " src ="https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/partner-contact-18-0/partner-contact-18-0-partner_firstname "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/partner-contact&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
377+ < p > < a class ="reference external image-reference " 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 image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/license-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/partner-contact/tree/18.0/partner_firstname "> < img alt ="OCA/partner-contact " src ="https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/partner-contact-18-0/partner-contact-18-0-partner_firstname "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/partner-contact&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373378< p > This module was written to extend the functionality of contacts to
374379support having separate last name and first name.</ p >
375380< p > < strong > Table of contents</ strong > </ p >
@@ -388,7 +393,7 @@ <h1 class="title">Partner first name and last name</h1>
388393</ ul >
389394</ div >
390395< div class ="section " id ="configuration ">
391- < h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Configuration</ a > </ h1 >
396+ < h2 > < a class ="toc-backref " href ="#toc-entry-1 "> Configuration</ a > </ h2 >
392397< p > You can configure some common name patterns for the inverse function in
393398Settings > General settings:</ p >
394399< ul class ="simple ">
@@ -405,7 +410,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
405410the format specified above.</ p >
406411</ div >
407412< div class ="section " id ="usage ">
408- < h1 > < a class ="toc-backref " href ="#toc-entry-2 "> Usage</ a > </ h1 >
413+ < h2 > < a class ="toc-backref " href ="#toc-entry-2 "> Usage</ a > </ h2 >
409414< p > The field < em > name</ em > becomes a stored function field concatenating the < em > last
410415name</ em > and the < em > first name</ em > . This avoids breaking compatibility with
411416other modules.</ p >
@@ -422,24 +427,24 @@ <h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
422427contact).</ p >
423428</ div >
424429< div class ="section " id ="known-issues-roadmap ">
425- < h1 > < a class ="toc-backref " href ="#toc-entry-3 "> Known issues / Roadmap</ a > </ h1 >
430+ < h2 > < a class ="toc-backref " href ="#toc-entry-3 "> Known issues / Roadmap</ a > </ h2 >
426431< p > Patterns for the inverse function are configurable only at system level.
427432Maybe this configuration could depend on partner language, country or
428433company, as discussed at < a class ="reference external " href ="https://github.com/OCA/partner-contact/issues/210 "> this OCA
429434issue</ a > </ p >
430435</ div >
431436< div class ="section " id ="bug-tracker ">
432- < h1 > < a class ="toc-backref " href ="#toc-entry-4 "> Bug Tracker</ a > </ h1 >
437+ < h2 > < a class ="toc-backref " href ="#toc-entry-4 "> Bug Tracker</ a > </ h2 >
433438< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/partner-contact/issues "> GitHub Issues</ a > .
434439In case of trouble, please check there if your issue has already been reported.
435440If you spotted it first, help us to smash it by providing a detailed and welcomed
436441< a class ="reference external " href ="https://github.com/OCA/partner-contact/issues/new?body=module:%20partner_firstname%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
437442< p > Do not contact contributors directly about support or help with technical issues.</ p >
438443</ div >
439444< div class ="section " id ="credits ">
440- < h1 > < a class ="toc-backref " href ="#toc-entry-5 "> Credits</ a > </ h1 >
445+ < h2 > < a class ="toc-backref " href ="#toc-entry-5 "> Credits</ a > </ h2 >
441446< div class ="section " id ="authors ">
442- < h2 > < a class ="toc-backref " href ="#toc-entry-6 "> Authors</ a > </ h2 >
447+ < h3 > < a class ="toc-backref " href ="#toc-entry-6 "> Authors</ a > </ h3 >
443448< ul class ="simple ">
444449< li > Camptocamp</ li >
445450< li > Grupo ESOC Ingeniería de Servicios</ li >
@@ -450,7 +455,7 @@ <h2><a class="toc-backref" href="#toc-entry-6">Authors</a></h2>
450455</ ul >
451456</ div >
452457< div class ="section " id ="contributors ">
453- < h2 > < a class ="toc-backref " href ="#toc-entry-7 "> Contributors</ a > </ h2 >
458+ < h3 > < a class ="toc-backref " href ="#toc-entry-7 "> Contributors</ a > </ h3 >
454459< ul class ="simple ">
455460< li > Nicolas Bessi << a class ="reference external " href ="mailto:nicolas.bessi@camptocamp.com "> nicolas.bessi@camptocamp.com</ a > ></ li >
456461< li > Yannick Vaucher << a class ="reference external " href ="mailto:yannick.vaucher@camptocamp.com "> yannick.vaucher@camptocamp.com</ a > ></ li >
@@ -479,7 +484,7 @@ <h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
479484</ ul >
480485</ div >
481486< div class ="section " id ="maintainers ">
482- < h2 > < a class ="toc-backref " href ="#toc-entry-8 "> Maintainers</ a > </ h2 >
487+ < h3 > < a class ="toc-backref " href ="#toc-entry-8 "> Maintainers</ a > </ h3 >
483488< p > This module is maintained by the OCA.</ p >
484489< a class ="reference external image-reference " href ="https://odoo-community.org ">
485490< img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
@@ -492,5 +497,6 @@ <h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
492497</ div >
493498</ div >
494499</ div >
500+ </ div >
495501</ body >
496502</ html >
0 commit comments