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 Oct 15, 2024
1 parent 80c8899 commit f315daf
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 21 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ partner-contact

[//]: # (addons)

This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools.
Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[partner_ref_unique](partner_ref_unique/) | 18.0.1.0.0 | | Add an unique constraint to partner ref field

[//]: # (end addons)

Expand Down
34 changes: 17 additions & 17 deletions partner_ref_unique/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Partner unique reference
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:1c44d4397acb646a1cba4985cf46c614f68e72a87e17391b5df1331c3f46e72e
!! source digest: sha256:201b754ad25b454a90004673e3937599621888285f6c63b11d260fe962d602b2
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down Expand Up @@ -50,12 +50,12 @@ Usage
1. Go to any partner in **Contacts > Contacts**
2. Try to create two partners with the same ref.

- If you selected the option 'All partners', you can't create two
partners with the same ref.
- If you selected the option 'Only companies', you can't create two
companies with the same ref.
- If you selected the option 'None', you can create two partners with
the same ref.
- If you selected the option 'All partners', you can't create two
partners with the same ref.
- If you selected the option 'Only companies', you can't create two
companies with the same ref.
- If you selected the option 'None', you can create two partners
with the same ref.

Bug Tracker
===========
Expand All @@ -78,18 +78,18 @@ Authors
Contributors
------------

- `Tecnativa <https://www.tecnativa.com>`__:
- `Tecnativa <https://www.tecnativa.com>`__:

- Antonio Espinosa
- Pedro M. Baeza
- Rafael Blasco
- Jairo Llopis
- Vicent Cubells
- Cristina Martín
- João Marques
- Antonio Espinosa
- Pedro M. Baeza
- Rafael Blasco
- Jairo Llopis
- Vicent Cubells
- Cristina Martín
- João Marques

- Tharathip Chaweewongphan <[email protected]>
- Francesco Apruzzese <[email protected]>
- Tharathip Chaweewongphan <[email protected]>
- Francesco Apruzzese <[email protected]>

Maintainers
-----------
Expand Down
6 changes: 3 additions & 3 deletions partner_ref_unique/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Partner unique reference</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:1c44d4397acb646a1cba4985cf46c614f68e72a87e17391b5df1331c3f46e72e
!! source digest: sha256:201b754ad25b454a90004673e3937599621888285f6c63b11d260fe962d602b2
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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_ref_unique"><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_ref_unique"><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>
<p>This module allows add a unique constraint to partner ref field.</p>
Expand Down Expand Up @@ -403,8 +403,8 @@ <h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
partners with the same ref.</li>
<li>If you selected the option ‘Only companies’, you can’t create two
companies with the same ref.</li>
<li>If you selected the option ‘None’, you can create two partners with
the same ref.</li>
<li>If you selected the option ‘None’, you can create two partners
with the same ref.</li>
</ul>
</li>
</ol>
Expand Down
11 changes: 11 additions & 0 deletions setup/_metapackage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[project]
name = "odoo-addons-oca-partner-contact"
version = "18.0.20241015.0"
dependencies = [
"odoo-addon-partner_ref_unique==18.0.*",
]
classifiers=[
"Programming Language :: Python",
"Framework :: Odoo",
"Framework :: Odoo :: 18.0",
]

0 comments on commit f315daf

Please sign in to comment.