Maintainers
This module is maintained by the OCA.
- + + +OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
diff --git a/README.md b/README.md index 2963e2702ea..4c2c4b61ef4 100644 --- a/README.md +++ b/README.md @@ -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.0 | | Import zip entries from Geonames +[base_location_geonames_import](base_location_geonames_import/) | 16.0.1.0.1 | | 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 diff --git a/base_location_geonames_import/README.rst b/base_location_geonames_import/README.rst index fa617aed81d..a7bb41510df 100644 --- a/base_location_geonames_import/README.rst +++ b/base_location_geonames_import/README.rst @@ -7,7 +7,7 @@ Base Location Geonames Import !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:673eb0d1d3cebc9a02d14420b241655a5518f6f8b59ed46a8e6777bb29bda745 + !! source digest: sha256:bf69395b2e9498f2b99628d6c649aa47fa29bb5d34b27a764648513586e5dbaa !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png diff --git a/base_location_geonames_import/__manifest__.py b/base_location_geonames_import/__manifest__.py index fcd1272b375..721229243d7 100644 --- a/base_location_geonames_import/__manifest__.py +++ b/base_location_geonames_import/__manifest__.py @@ -7,7 +7,7 @@ { "name": "Base Location Geonames Import", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "development_status": "Mature", "category": "Partner Management", "license": "AGPL-3", diff --git a/base_location_geonames_import/static/description/index.html b/base_location_geonames_import/static/description/index.html index 6490c9a669b..f86894efe30 100644 --- a/base_location_geonames_import/static/description/index.html +++ b/base_location_geonames_import/static/description/index.html @@ -1,4 +1,3 @@ -
@@ -9,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -367,7 +367,7 @@This module adds a wizard to import cities and/or city zip entries from @@ -437,7 +437,9 @@
This module is maintained by the OCA.
- + + +OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.