Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Mar 21, 2024
1 parent 85ff1bd commit d6b50da
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ addon | version | maintainers | summary
[partner_manual_rank](partner_manual_rank/) | 17.0.1.0.0 | [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) [![frahikLV](https://github.com/frahikLV.png?size=30px)](https://github.com/frahikLV) | Be able to manually flag partners as customer or supplier.
[partner_ref_unique](partner_ref_unique/) | 17.0.1.0.0 | | Add an unique constraint to partner ref field
[partner_second_lastname](partner_second_lastname/) | 17.0.1.0.0 | | Have split first and second lastnames
[partner_stage](partner_stage/) | 17.0.1.0.0 | [![dreispt](https://github.com/dreispt.png?size=30px)](https://github.com/dreispt) | Add lifecycle Stages to Partners
[partner_vat_unique](partner_vat_unique/) | 17.0.1.0.0 | | Module to make the VAT number unique for customers and suppliers.

[//]: # (end addons)
Expand Down
6 changes: 5 additions & 1 deletion partner_stage/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Partner Stage
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:bfd210083591cc81c62f4e516f83c3ff848a40edb2496ebc4f40b4477ec15d0b
!! source digest: sha256:39e14ed799110c493e3451c0f9aac4b2feef7cd17fcb72e1e188684bb9443380
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down Expand Up @@ -68,6 +68,10 @@ Contributors
- Daniel Reis <dreis@opensourceintegrators.com>
- Urvisha Desai <udesai@opensourceintegrators.com>

- ``Camptocamp <https://www.camptocamp.com>``\ \_\_:

- Maksym Yankin maksym.yankin@camptocamp.com

Maintainers
-----------

Expand Down
6 changes: 5 additions & 1 deletion partner_stage/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ <h1 class="title">Partner Stage</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:bfd210083591cc81c62f4e516f83c3ff848a40edb2496ebc4f40b4477ec15d0b
!! source digest: sha256:39e14ed799110c493e3451c0f9aac4b2feef7cd17fcb72e1e188684bb9443380
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/17.0/partner_stage"><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-17-0/partner-contact-17-0-partner_stage"><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=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>Adds stages to Contacts allowing, for example, to setup a lifecycle
Expand Down Expand Up @@ -411,6 +411,10 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
<ul class="simple">
<li>Daniel Reis &lt;<a class="reference external" href="mailto:dreis&#64;opensourceintegrators.com">dreis&#64;opensourceintegrators.com</a>&gt;</li>
<li>Urvisha Desai &lt;<a class="reference external" href="mailto:udesai&#64;opensourceintegrators.com">udesai&#64;opensourceintegrators.com</a>&gt;</li>
<li><tt class="docutils literal">Camptocamp <span class="pre">&lt;https://www.camptocamp.com&gt;</span></tt>__:<ul>
<li>Maksym Yankin <a class="reference external" href="mailto:maksym.yankin&#64;camptocamp.com">maksym.yankin&#64;camptocamp.com</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="maintainers">
Expand Down
3 changes: 2 additions & 1 deletion setup/_metapackage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "odoo-addons-oca-partner-contact"
version = "17.0.20240319.0"
version = "17.0.20240321.0"
dependencies = [
"odoo-addon-base_location>=17.0dev,<17.1dev",
"odoo-addon-base_location_geonames_import>=17.0dev,<17.1dev",
Expand All @@ -15,6 +15,7 @@ dependencies = [
"odoo-addon-partner_manual_rank>=17.0dev,<17.1dev",
"odoo-addon-partner_ref_unique>=17.0dev,<17.1dev",
"odoo-addon-partner_second_lastname>=17.0dev,<17.1dev",
"odoo-addon-partner_stage>=17.0dev,<17.1dev",
"odoo-addon-partner_vat_unique>=17.0dev,<17.1dev",
]
classifiers=[
Expand Down

0 comments on commit d6b50da

Please sign in to comment.