Skip to content

Commit 9969e3d

Browse files
committed
[BOT] post-merge updates
1 parent 8c25a16 commit 9969e3d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ addon | version | maintainers | summary
2626
[base_location](base_location/) | 16.0.1.0.1 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Enhanced zip/npa management system
2727
[base_location_geonames_import](base_location_geonames_import/) | 16.0.1.0.0 | | Import zip entries from Geonames
2828
[base_partner_company_group](base_partner_company_group/) | 16.0.1.0.0 | | Adds the possibility to add a company group to a company
29-
[base_partner_sequence](base_partner_sequence/) | 16.0.1.0.2 | | Sets customer's code from a sequence
29+
[base_partner_sequence](base_partner_sequence/) | 16.0.1.1.0 | | Sets customer's code from a sequence
3030
[crm_partner_company_group](crm_partner_company_group/) | 16.0.1.0.0 | | Adds the possibility to add a company group to a company
3131
[partner_accreditation](partner_accreditation/) | 16.0.1.0.0 | [![victor-champonnois](https://github.com/victor-champonnois.png?size=30px)](https://github.com/victor-champonnois) | Add Accreditation to Partners
3232
[partner_address_split](partner_address_split/) | 16.0.1.0.0 | | Add specific helper methods

base_partner_sequence/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Add a sequence on customers' code
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:615a946041f19172efedc3730b323bfece80fe6a5554e1e62d4eb460333599fe
10+
!! source digest: sha256:a4504f35c230e89260203071561597acc90e6e7e278aa336f67b34dc823c9d0e
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png

base_partner_sequence/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"Odoo Community Association (OCA)"
1313
),
1414
"name": "Add a sequence on customers' code",
15-
"version": "16.0.1.0.2",
15+
"version": "16.0.1.1.0",
1616
"development_status": "Production/Stable",
1717
"category": "Generic Modules/Base",
1818
"website": "https://github.com/OCA/partner-contact",

base_partner_sequence/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ <h1 class="title">Add a sequence on customers’ code</h1>
366366
!! This file is generated by oca-gen-addon-readme !!
367367
!! changes will be overwritten. !!
368368
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369-
!! source digest: sha256:615a946041f19172efedc3730b323bfece80fe6a5554e1e62d4eb460333599fe
369+
!! source digest: sha256:a4504f35c230e89260203071561597acc90e6e7e278aa336f67b34dc823c9d0e
370370
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371371
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.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/16.0/base_partner_sequence"><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-16-0/partner-contact-16-0-base_partner_sequence"><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=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372372
<p>This module adds the possibility to define a sequence for

0 commit comments

Comments
 (0)