Skip to content

Commit

Permalink
Merge pull request #1365 from OCA/16.0
Browse files Browse the repository at this point in the history
Syncing from upstream OCA/partner-contact (16.0)
  • Loading branch information
bt-admin authored Jan 30, 2025
2 parents 7a4bff6 + d1e737a commit ab20874
Show file tree
Hide file tree
Showing 77 changed files with 1,740 additions and 122 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ addon | version | maintainers | summary
[animal](animal/) | 16.0.1.0.0 | [![max3903](https://github.com/max3903.png?size=30px)](https://github.com/max3903) | Manage animals information
[base_country_state_translatable](base_country_state_translatable/) | 16.0.1.0.0 | | Translate Country States
[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
[base_location_geonames_import](base_location_geonames_import/) | 16.0.1.0.1 | | Import zip entries from Geonames
[base_location_geonames_import](base_location_geonames_import/) | 16.0.1.1.0 | | Import zip entries from Geonames
[base_location_nuts](base_location_nuts/) | 16.0.1.1.0 | [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) [![edlopen](https://github.com/edlopen.png?size=30px)](https://github.com/edlopen) | NUTS Regions
[base_partner_company_group](base_partner_company_group/) | 16.0.1.0.0 | | Adds the possibility to add a company group to a company
[base_partner_sequence](base_partner_sequence/) | 16.0.1.1.0 | | Sets customer's code from a sequence
Expand Down
5 changes: 4 additions & 1 deletion base_location_geonames_import/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Base Location Geonames Import
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:bf69395b2e9498f2b99628d6c649aa47fa29bb5d34b27a764648513586e5dbaa
!! source digest: sha256:6856aadb5ad32fd4205134f7809a214b4d0c89128629a9ef614b91e09504f68d
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
Expand Down Expand Up @@ -46,6 +46,9 @@ If you want/need to modify the default Geonames URL
(http://download.geonames.org/export/zip/), you can set the *geonames.url*
system parameter.

You can also add the .txt files of the countries to the /data/zips folder of this module.
If the files does not exist or can not be downloaded, Odoo will search for them in that folder.

Usage
=====

Expand Down
2 changes: 1 addition & 1 deletion base_location_geonames_import/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

{
"name": "Base Location Geonames Import",
"version": "16.0.1.0.1",
"version": "16.0.1.1.0",
"development_status": "Mature",
"category": "Partner Management",
"license": "AGPL-3",
Expand Down
Loading

0 comments on commit ab20874

Please sign in to comment.