diff --git a/README.md b/README.md index bfd8d39180a..4c8270a38c6 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[base_location](base_location/) | 18.0.1.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Enhanced zip/npa management system [base_partner_company_group](base_partner_company_group/) | 18.0.1.0.0 | | Adds the possibility to add a company group to a company [base_partner_sequence](base_partner_sequence/) | 18.0.1.0.0 | | Sets customer's code from a sequence [partner_firstname](partner_firstname/) | 18.0.1.0.0 | | Split first name and last name for non company partners diff --git a/base_location/README.rst b/base_location/README.rst index d24fb008d66..a18da7419d5 100644 --- a/base_location/README.rst +++ b/base_location/README.rst @@ -7,7 +7,7 @@ Location management (aka Better ZIP) !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:d2d2c3fb7340a58539b32f48714ff8c7d557889af4d93a7d90f06c85343a058b + !! source digest: sha256:28013543f0f8439e4c8dec1528a8f957fd62bd63e94a5fa7b903eac1b98a77df !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png diff --git a/base_location/static/description/index.html b/base_location/static/description/index.html index 362bdd9f966..c7b18fbcee6 100644 --- a/base_location/static/description/index.html +++ b/base_location/static/description/index.html @@ -367,7 +367,7 @@

Location management (aka Better ZIP)

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:d2d2c3fb7340a58539b32f48714ff8c7d557889af4d93a7d90f06c85343a058b +!! source digest: sha256:28013543f0f8439e4c8dec1528a8f957fd62bd63e94a5fa7b903eac1b98a77df !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Mature License: AGPL-3 OCA/partner-contact Translate me on Weblate Try me on Runboat

This module introduces a zip model that allows you to manage locations diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 3fd2344247b..e751d2e2999 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "odoo-addons-oca-partner-contact" -version = "18.0.20241027.0" +version = "18.0.20241031.0" dependencies = [ + "odoo-addon-base_location==18.0.*", "odoo-addon-base_partner_company_group==18.0.*", "odoo-addon-base_partner_sequence==18.0.*", "odoo-addon-partner_firstname==18.0.*",