Skip to content
Merged
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
90 changes: 90 additions & 0 deletions base_ubl_generate/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
.. image:: https://odoo-community.org/readme-banner-image
:target: https://odoo-community.org/get-involved?utm_source=readme
:alt: Odoo Community Association

=================
Base UBL generate
=================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:cb66ce9e5b206f852540875959f009daec8d80252497731bc05519ebb274ef8e
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fedi-lightgray.png?logo=github
:target: https://github.com/OCA/edi/tree/19.0/base_ubl_generate
:alt: OCA/edi
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/edi-19-0/edi-19-0-base_ubl_generate
: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/edi&target_branch=19.0
:alt: Try me on Runboat

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

This module contains methods to generate UBL files. This module doesn't
do anything useful by itself, but it can be used by other modules to
process UBL data. Examples:

- *purchase_order_ubl* that generate UBL purchase orders,

**Table of contents**

.. contents::
:local:

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/edi/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/edi/issues/new?body=module:%20base_ubl_generate%0Aversion:%2019.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
* Onestein
* Camptocamp

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

- Alexis de Lattre <alexis.delattre@akretion.com>
- Andrea Stirpe <a.stirpe@onestein.nl>
- Jacques-Etienne Baudoux <je@bcim.be>
- Phuc (Tran Thanh) <phuc@trobz.com>
- Simone Orsi <simone.orsi@camptocamp.com>

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.

This module is part of the `OCA/edi <https://github.com/OCA/edi/tree/19.0/base_ubl_generate>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
3 changes: 3 additions & 0 deletions base_ubl_generate/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from . import models
14 changes: 14 additions & 0 deletions base_ubl_generate/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# © 2016-2017 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

{
"name": "Base UBL generate",
"version": "19.0.1.0.0",
"category": "Hidden",
"license": "AGPL-3",
"summary": "Base module to generate UBL files (Universal Business Language)",
"author": "Akretion,Onestein,Camptocamp,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/edi",
"depends": ["base_ubl"],
"installable": True,
}
49 changes: 49 additions & 0 deletions base_ubl_generate/i18n/base_ubl.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_ubl_generate
#
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_ubl_generate
#: model:ir.model,name:base_ubl_generate.model_base_ubl_generate
msgid "Common methods to generate and parse UBL XML files"
msgstr ""

#. module: base_ubl_generate
#. odoo-python
#: code:addons/base_ubl_generate/models/ubl.py:0
#, python-format
msgid "Missing UNECE Tax Category on tax '%(tax_name)s'"
msgstr ""

#. module: base_ubl_generate
#. odoo-python
#: code:addons/base_ubl_generate/models/ubl.py:0
#, python-format
msgid "Missing UNECE Tax Type on tax '%(tax_name)s'"
msgstr ""

#. module: base_ubl_generate
#. odoo-python
#: code:addons/base_ubl_generate/models/ubl.py:0
#, python-format
msgid "Missing UNECE code on unit of measure '%s'"
msgstr ""

#. module: base_ubl_generate
#. odoo-python
#: code:addons/base_ubl_generate/models/ubl.py:0
#, python-format
msgid ""
"The UBL XML file does not contain the version for validating the content "
"according to the schema."
msgstr ""
37 changes: 37 additions & 0 deletions base_ubl_generate/i18n/base_ubl_generate.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_ubl_generate
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.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_ubl_generate
#: model:ir.model,name:base_ubl_generate.model_base_ubl
msgid "Common methods to generate and parse UBL XML files"
msgstr ""

#. module: base_ubl_generate
#. odoo-python
#: code:addons/base_ubl_generate/models/ubl.py:0
msgid "Missing UNECE Tax Category on tax '%(tax_name)s'"
msgstr ""

#. module: base_ubl_generate
#. odoo-python
#: code:addons/base_ubl_generate/models/ubl.py:0
msgid "Missing UNECE Tax Type on tax '%(tax_name)s'"
msgstr ""

#. module: base_ubl_generate
#. odoo-python
#: code:addons/base_ubl_generate/models/ubl.py:0
msgid "Missing UNECE code on unit of measure '%s'"
msgstr ""
49 changes: 49 additions & 0 deletions base_ubl_generate/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_ubl_generate
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-08-07 11:09+0000\n"
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"
"Language-Team: none\n"
"Language: es\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.17\n"

#. module: base_ubl_generate
#: model:ir.model,name:base_ubl_generate.model_base_ubl
msgid "Common methods to generate and parse UBL XML files"
msgstr "Métodos habituales para generar y analizar archivos XML UBL"

#. module: base_ubl_generate
#. odoo-python
#: code:addons/base_ubl_generate/models/ubl.py:0
msgid "Missing UNECE Tax Category on tax '%(tax_name)s'"
msgstr ""
"Falta la categoría fiscal de la UNECE (CEPE) en el impuesto '%(tax_name)s'"

#. module: base_ubl_generate
#. odoo-python
#: code:addons/base_ubl_generate/models/ubl.py:0
msgid "Missing UNECE Tax Type on tax '%(tax_name)s'"
msgstr "Falta el tipo de impuesto UNECE en el impuesto '%(tax_name)s'"

#. module: base_ubl_generate
#. odoo-python
#: code:addons/base_ubl_generate/models/ubl.py:0
msgid "Missing UNECE code on unit of measure '%s'"
msgstr "Falta el código UNECE en la unidad de medida '%s'"

#, python-format
#~ msgid ""
#~ "The UBL XML file does not contain the version for validating the content "
#~ "according to the schema."
#~ msgstr ""
#~ "El archivo UBL XML no contiene la versión para validar el contenido según "
#~ "el esquema."
51 changes: 51 additions & 0 deletions base_ubl_generate/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_ubl_generate
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-12 13:37+0000\n"
"PO-Revision-Date: 2024-04-22 12:35+0000\n"
"Last-Translator: c2cdidier <didier.donze@camptocamp.com>\n"
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
"Language: fr\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.17\n"

#. module: base_ubl_generate
#: model:ir.model,name:base_ubl_generate.model_base_ubl
msgid "Common methods to generate and parse UBL XML files"
msgstr "Méthodes courantes pour générer et analyser les fichiers UBL XML"

#. module: base_ubl_generate
#. odoo-python
#: code:addons/base_ubl_generate/models/ubl.py:0
msgid "Missing UNECE Tax Category on tax '%(tax_name)s'"
msgstr "Catégorie de taxe UNECE manquante '%(tax_name)s'"

#. module: base_ubl_generate
#. odoo-python
#: code:addons/base_ubl_generate/models/ubl.py:0
msgid "Missing UNECE Tax Type on tax '%(tax_name)s'"
msgstr "Type de taxe UNECE manquante sur la taxe '%(tax_name)s'"

#. module: base_ubl_generate
#. odoo-python
#: code:addons/base_ubl_generate/models/ubl.py:0
msgid "Missing UNECE code on unit of measure '%s'"
msgstr "Code UNECE manquant pour l'unité de mesure '%s'"

#, python-format
#~ msgid ""
#~ "The UBL XML file does not contain the version for validating the content "
#~ "according to the schema."
#~ msgstr ""
#~ "Le fichier XML UBL ne contient pas la version permettant de valider le "
#~ "contenu selon le schéma."
41 changes: 41 additions & 0 deletions base_ubl_generate/i18n/hr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_ubl_generate
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-06-02 12:09+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>\n"
"Language-Team: none\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.17\n"

#. module: base_ubl_generate
#: model:ir.model,name:base_ubl_generate.model_base_ubl
msgid "Common methods to generate and parse UBL XML files"
msgstr "Uobičajene metode za generiranje i parsiranje UBL XML datoteka"

#. module: base_ubl_generate
#. odoo-python
#: code:addons/base_ubl_generate/models/ubl.py:0
msgid "Missing UNECE Tax Category on tax '%(tax_name)s'"
msgstr "Nedostaje UNECE kategorija poreza na '%(tax_name)s'"

#. module: base_ubl_generate
#. odoo-python
#: code:addons/base_ubl_generate/models/ubl.py:0
msgid "Missing UNECE Tax Type on tax '%(tax_name)s'"
msgstr "Nedostaje UNECE tip poreza na '%(tax_name)s'"

#. module: base_ubl_generate
#. odoo-python
#: code:addons/base_ubl_generate/models/ubl.py:0
msgid "Missing UNECE code on unit of measure '%s'"
msgstr "Nedostaje UNECE šifra jedinice mjere za '%s'"
48 changes: 48 additions & 0 deletions base_ubl_generate/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_ubl_generate
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-13 10:34+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
"Language-Team: none\n"
"Language: it\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.17\n"

#. module: base_ubl_generate
#: model:ir.model,name:base_ubl_generate.model_base_ubl
msgid "Common methods to generate and parse UBL XML files"
msgstr "Metodi comuni per generare ed elaborare file UBL e XML"

#. module: base_ubl_generate
#. odoo-python
#: code:addons/base_ubl_generate/models/ubl.py:0
msgid "Missing UNECE Tax Category on tax '%(tax_name)s'"
msgstr "Categoria imposta UNECE non presente nell'imposta %(tax_name)s'"

#. module: base_ubl_generate
#. odoo-python
#: code:addons/base_ubl_generate/models/ubl.py:0
msgid "Missing UNECE Tax Type on tax '%(tax_name)s'"
msgstr "Categoria imposta UNECE non presente nell'imposta '%(tax_name)s'"

#. module: base_ubl_generate
#. odoo-python
#: code:addons/base_ubl_generate/models/ubl.py:0
msgid "Missing UNECE code on unit of measure '%s'"
msgstr "Codice UNECE mancante nell'unità di misura '%s'"

#, python-format
#~ msgid ""
#~ "The UBL XML file does not contain the version for validating the content "
#~ "according to the schema."
#~ msgstr ""
#~ "Il file UBL XML non contiene la versione per validare il contenuto in "
#~ "accordo allo schema."
Loading
Loading