Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

14.0 mig l10n_et_toponym #2

Open
wants to merge 14 commits into
base: 14.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,6 @@ docs/_build/

# OCA rules
!static/lib/

# OSX Files
*.DS_Store
72 changes: 72 additions & 0 deletions l10n_et_toponym/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3

===============
l10n_et_toponym
===============

This module provides names of regional states in Ethiopia.

Installation
============

To install this module, you need to:

#. Install it from the list of modules

Configuration
=============

No special configuration instructions.

Usage
=====

No special usage instructions.

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/221/7.0


Known issues / Roadmap
======================

None

Bug Tracker
===========

Bugs are tracked on `GitHub Issues
<https://github.com/OCA/l10n-ethiopia/issues>`_. In case of trouble, please
check there if your issue has already been reported. If you spotted it first,
help us smashing it by providing a detailed and welcomed feedback.

Credits
=======

Images
------

* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.

Contributors
------------

* Michael Telahun Makonnen <miket@clearict.com>

Maintainer
----------

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

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.

To contribute to this module, please visit https://odoo-community.org.
2 changes: 2 additions & 0 deletions l10n_et_toponym/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Copyright 2012 Michael Telahun Makonnen <telahunmike@gmail.com>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
18 changes: 18 additions & 0 deletions l10n_et_toponym/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Copyright 2021,2023 Michael Telahun Makonnen
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

{
"name": "Ethiopia - States and Provinces",
"version": "14.0.1.0.2",
"author": "Clear ICT Solutions, Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://github.com/OCA/l10n-ethiopia",
"category": "Localization",
"depends": [
"base",
],
"data": [
"data/regional_states.xml",
],
"installable": True,
}
69 changes: 69 additions & 0 deletions l10n_et_toponym/data/regional_states.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<odoo>
<data noupdate="1">
<record id="state_et_1" model="res.country.state">
<field name="country_id" ref="base.et" />
<field name="code">AA</field>
<field name="name">Addis Ababa</field>
</record>
<record id="state_et_2" model="res.country.state">
<field name="country_id" ref="base.et" />
<field name="code">AF</field>
<field name="name">Afar</field>
</record>
<record id="state_et_3" model="res.country.state">
<field name="country_id" ref="base.et" />
<field name="code">AM</field>
<field name="name">Amhara</field>
</record>
<record id="state_et_4" model="res.country.state">
<field name="country_id" ref="base.et" />
<field name="code">BN</field>
<field name="name">Benishangul-Gumuz</field>
</record>
<record id="state_et_5" model="res.country.state">
<field name="country_id" ref="base.et" />
<field name="code">DD</field>
<field name="name">Dire Dawa</field>
</record>
<record id="state_et_6" model="res.country.state">
<field name="country_id" ref="base.et" />
<field name="code">GM</field>
<field name="name">Gambella Peoples</field>
</record>
<record id="state_et_7" model="res.country.state">
<field name="country_id" ref="base.et" />
<field name="code">HR</field>
<field name="name">Harrari Peoples</field>
</record>
<record id="state_et_8" model="res.country.state">
<field name="country_id" ref="base.et" />
<field name="code">OR</field>
<field name="name">Oromia</field>
</record>
<record id="state_et_9" model="res.country.state">
<field name="country_id" ref="base.et" />
<field name="code">SM</field>
<field name="name">Somali</field>
</record>
<record id="state_et_10" model="res.country.state">
<field name="country_id" ref="base.et" />
<field name="code">SP</field>
<field name="name">Southern Peoples, Nations, and Nationalities</field>
</record>
<record id="state_et_11" model="res.country.state">
<field name="country_id" ref="base.et" />
<field name="code">TG</field>
<field name="name">Tigray</field>
</record>
<record id="state_et_12" model="res.country.state">
<field name="country_id" ref="base.et" />
<field name="code">SD</field>
<field name="name">Sidama</field>
</record>
<record id="state_et_13" model="res.country.state">
<field name="country_id" ref="base.et" />
<field name="code">SW</field>
<field name="name">South West Ethiopia Peoples</field>
</record>
</data>
</odoo>
14 changes: 14 additions & 0 deletions l10n_et_toponym/i18n/l10n_et_toponym.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

1 change: 1 addition & 0 deletions l10n_et_toponym/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Michael Telahun Makonnen <miket@clearict.com>
1 change: 1 addition & 0 deletions l10n_et_toponym/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This module provides names of regional states in Ethiopia.
Binary file added l10n_et_toponym/static/description/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added l10n_et_toponym/static/src/img/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.