Skip to content

Commit

Permalink
Merge PR #216 into 18.0
Browse files Browse the repository at this point in the history
Signed-off-by alexis-via
  • Loading branch information
OCA-git-bot committed Dec 27, 2024
2 parents 9f64725 + 2234176 commit 8610966
Show file tree
Hide file tree
Showing 20 changed files with 1,469 additions and 0 deletions.
104 changes: 104 additions & 0 deletions base_unece/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
==========
Base UNECE
==========

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:289329077c03d4b8165a8129a3dbc91ebe7a77ae819f4a871eb03a2938b01c6d
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
:target: https://odoo-community.org/page/development-status
:alt: Production/Stable
.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fcommunity--data--files-lightgray.png?logo=github
:target: https://github.com/OCA/community-data-files/tree/18.0/base_unece
:alt: OCA/community-data-files
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/community-data-files-18-0/community-data-files-18-0-base_unece
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/community-data-files&target_branch=18.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module adds the technical basis for the use of the code lists
standardized by the `United Nations Economic Commission for
Europe <http://www.unece.org>`__ (which has 56 members states in Europe,
America and Central Asia, cf
`Wikipedia <https://en.wikipedia.org/wiki/United_Nations_Economic_Commission_for_Europe>`__.
These code lists are sometimes called UNCL (United Nations Code List).
UNECE has standardized code lists for many different things: units of
measure, payment means, modes of transport, packaging, taxes, etc....

**Table of contents**

.. contents::
:local:

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

The configuration takes place in the menu *Settings > Technical >
Parameters > UNECE Code Lists*.

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/community-data-files/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/community-data-files/issues/new?body=module:%20base_unece%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
-------

* Akretion

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

- Alexis de Lattre <[email protected]>
- Levent Karakaş
- Pedro M. Baeza
- Andrea Stirpe
- Nhan Tran <[email protected]>

Maintainers
-----------

This module is maintained by the OCA.

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

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.

.. |maintainer-astirpe| image:: https://github.com/astirpe.png?size=40px
:target: https://github.com/astirpe
:alt: astirpe
.. |maintainer-alexis-via| image:: https://github.com/alexis-via.png?size=40px
:target: https://github.com/alexis-via
:alt: alexis-via

Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-astirpe| |maintainer-alexis-via|

This module is part of the `OCA/community-data-files <https://github.com/OCA/community-data-files/tree/18.0/base_unece>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions base_unece/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
18 changes: 18 additions & 0 deletions base_unece/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Copyright 2016-2021 Akretion France (http://www.akretion.com)
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
# @author Alexis de Lattre <[email protected]>

{
"name": "Base UNECE",
"version": "18.0.1.0.0",
"category": "Tools",
"license": "LGPL-3",
"development_status": "Production/Stable",
"summary": "Base module for UNECE code lists",
"author": "Akretion,Odoo Community Association (OCA)",
"maintainers": ["astirpe", "alexis-via"],
"website": "https://github.com/OCA/community-data-files",
"depends": ["base"],
"data": ["views/unece_code_list.xml", "security/ir.model.access.csv"],
"installable": True,
}
102 changes: 102 additions & 0 deletions base_unece/i18n/base_unece.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_unece
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.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"

#. module: base_unece
#: model:ir.model.fields,field_description:base_unece.field_unece_code_list__active
msgid "Active"
msgstr ""

#. module: base_unece
#: model:ir.model.constraint,message:base_unece.constraint_unece_code_list_type_code_uniq
msgid "An UNECE code of the same type already exists"
msgstr ""

#. module: base_unece
#: model_terms:ir.ui.view,arch_db:base_unece.unece_code_list_form
#: model_terms:ir.ui.view,arch_db:base_unece.unece_code_list_search
msgid "Archived"
msgstr ""

#. module: base_unece
#: model:ir.model.fields,field_description:base_unece.field_unece_code_list__code
msgid "Code"
msgstr ""

#. module: base_unece
#: model:ir.model.fields,field_description:base_unece.field_unece_code_list__create_uid
msgid "Created by"
msgstr ""

#. module: base_unece
#: model:ir.model.fields,field_description:base_unece.field_unece_code_list__create_date
msgid "Created on"
msgstr ""

#. module: base_unece
#: model:ir.model.fields,field_description:base_unece.field_unece_code_list__description
msgid "Description"
msgstr ""

#. module: base_unece
#: model:ir.model.fields,field_description:base_unece.field_unece_code_list__display_name
msgid "Display Name"
msgstr ""

#. module: base_unece
#: model_terms:ir.ui.view,arch_db:base_unece.unece_code_list_search
msgid "Group By"
msgstr ""

#. module: base_unece
#: model:ir.model.fields,field_description:base_unece.field_unece_code_list__id
msgid "ID"
msgstr ""

#. module: base_unece
#: model:ir.model.fields,field_description:base_unece.field_unece_code_list__write_uid
msgid "Last Updated by"
msgstr ""

#. module: base_unece
#: model:ir.model.fields,field_description:base_unece.field_unece_code_list__write_date
msgid "Last Updated on"
msgstr ""

#. module: base_unece
#: model:ir.model.fields,field_description:base_unece.field_unece_code_list__name
msgid "Name"
msgstr ""

#. module: base_unece
#: model_terms:ir.ui.view,arch_db:base_unece.unece_code_list_search
msgid "Name or Code"
msgstr ""

#. module: base_unece
#: model:ir.model.fields,field_description:base_unece.field_unece_code_list__type
#: model_terms:ir.ui.view,arch_db:base_unece.unece_code_list_search
msgid "Type"
msgstr ""

#. module: base_unece
#: model:ir.actions.act_window,name:base_unece.unece_code_list_action
#: model:ir.ui.menu,name:base_unece.unece_code_list_menu
msgid "UNECE Code Lists"
msgstr ""

#. module: base_unece
#: model:ir.model,name:base_unece.model_unece_code_list
msgid "UNECE nomenclatures"
msgstr ""
108 changes: 108 additions & 0 deletions base_unece/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_unece
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2022-11-04 13:44+0000\n"
"Last-Translator: Maria Sparenberg <[email protected]>\n"
"Language-Team: none\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.14.1\n"

#. module: base_unece
#: model:ir.model.fields,field_description:base_unece.field_unece_code_list__active
msgid "Active"
msgstr "Aktiv"

#. module: base_unece
#: model:ir.model.constraint,message:base_unece.constraint_unece_code_list_type_code_uniq
msgid "An UNECE code of the same type already exists"
msgstr "Es gibt bereits einen UNECE-Code vom selben Typ."

#. module: base_unece
#: model_terms:ir.ui.view,arch_db:base_unece.unece_code_list_form
#: model_terms:ir.ui.view,arch_db:base_unece.unece_code_list_search
msgid "Archived"
msgstr "Archiviert"

#. module: base_unece
#: model:ir.model.fields,field_description:base_unece.field_unece_code_list__code
msgid "Code"
msgstr "Code"

#. module: base_unece
#: model:ir.model.fields,field_description:base_unece.field_unece_code_list__create_uid
msgid "Created by"
msgstr "Erstellt von"

#. module: base_unece
#: model:ir.model.fields,field_description:base_unece.field_unece_code_list__create_date
msgid "Created on"
msgstr "Erstellt am"

#. module: base_unece
#: model:ir.model.fields,field_description:base_unece.field_unece_code_list__description
msgid "Description"
msgstr "Beschreibung"

#. module: base_unece
#: model:ir.model.fields,field_description:base_unece.field_unece_code_list__display_name
msgid "Display Name"
msgstr "Anzeigename"

#. module: base_unece
#: model_terms:ir.ui.view,arch_db:base_unece.unece_code_list_search
msgid "Group By"
msgstr "Gruppieren nach"

#. module: base_unece
#: model:ir.model.fields,field_description:base_unece.field_unece_code_list__id
msgid "ID"
msgstr "ID"

#. module: base_unece
#: model:ir.model.fields,field_description:base_unece.field_unece_code_list__write_uid
msgid "Last Updated by"
msgstr "Zuletzt aktualisiert von"

#. module: base_unece
#: model:ir.model.fields,field_description:base_unece.field_unece_code_list__write_date
msgid "Last Updated on"
msgstr "Zuletzt aktualisiert am"

#. module: base_unece
#: model:ir.model.fields,field_description:base_unece.field_unece_code_list__name
msgid "Name"
msgstr "Bezeichnung"

#. module: base_unece
#: model_terms:ir.ui.view,arch_db:base_unece.unece_code_list_search
msgid "Name or Code"
msgstr "Bezeichnung oder Code"

#. module: base_unece
#: model:ir.model.fields,field_description:base_unece.field_unece_code_list__type
#: model_terms:ir.ui.view,arch_db:base_unece.unece_code_list_search
msgid "Type"
msgstr "Typ"

#. module: base_unece
#: model:ir.actions.act_window,name:base_unece.unece_code_list_action
#: model:ir.ui.menu,name:base_unece.unece_code_list_menu
msgid "UNECE Code Lists"
msgstr "UNECE-Code-Liste"

#. module: base_unece
#: model:ir.model,name:base_unece.model_unece_code_list
msgid "UNECE nomenclatures"
msgstr "UNECE-Nomenklatur"

#~ msgid "Last Modified on"
#~ msgstr "Zuletzt geändert am"
Loading

0 comments on commit 8610966

Please sign in to comment.