diff --git a/edi_account_invoice_import_ubl/README.rst b/edi_account_invoice_import_ubl/README.rst new file mode 100644 index 000000000..612d7509a --- /dev/null +++ b/edi_account_invoice_import_ubl/README.rst @@ -0,0 +1,86 @@ +====================== +EDI Invoice import UBL +====================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png + :target: https://odoo-community.org/page/development-status + :alt: Alpha +.. |badge2| image:: https://img.shields.io/badge/licence-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/14.0/edi_account_invoice_import_ubl + :alt: OCA/edi +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/edi-14-0/edi-14-0-edi_account_invoice_import_ubl + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/226/14.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module plugs account_invoice_import_ubl into EDI machinery. + +.. IMPORTANT:: + This is an alpha version, the data model and design can change at any time without warning. + Only for development or testing purpose, do not use in production. + `More details on development status `_ + +**Table of contents** + +.. contents:: + :local: + +Bug Tracker +=========== + +Bugs are tracked on `GitHub 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 `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* ForgeFlow + +Contributors +~~~~~~~~~~~~ + +* Lois Rilo + +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-simahawk| image:: https://github.com/simahawk.png?size=40px + :target: https://github.com/simahawk + :alt: simahawk + +Current `maintainer `__: + +|maintainer-simahawk| + +This module is part of the `OCA/edi `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/edi_account_invoice_import_ubl/__init__.py b/edi_account_invoice_import_ubl/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/edi_account_invoice_import_ubl/__manifest__.py b/edi_account_invoice_import_ubl/__manifest__.py new file mode 100644 index 000000000..7caff6aa0 --- /dev/null +++ b/edi_account_invoice_import_ubl/__manifest__.py @@ -0,0 +1,21 @@ +# Copyright 2022 ForgeFlow S.L. (https://www.forgeflow.com) +# @author: Lois Rilo +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + "name": "EDI Invoice import UBL", + "summary": "Plug account_invoice_import_ubl into EDI machinery", + "version": "16.0.1.0.0", + "development_status": "Alpha", + "license": "AGPL-3", + "website": "https://github.com/OCA/edi-framework", + "author": "ForgeFlow, Odoo Community Association (OCA)", + "maintainers": ["LoisRForgeFlow"], + "depends": [ + "edi_ubl_oca", + "edi_account_invoice_import", + "account_invoice_import_ubl", + ], + "auto_install": True, + "data": ["data/edi_exchange_type.xml"], +} diff --git a/edi_account_invoice_import_ubl/data/edi_exchange_type.xml b/edi_account_invoice_import_ubl/data/edi_exchange_type.xml new file mode 100644 index 000000000..1187265a8 --- /dev/null +++ b/edi_account_invoice_import_ubl/data/edi_exchange_type.xml @@ -0,0 +1,15 @@ + + + + UBL import invoice + ubl_import_invoice + + input + xml + +components: + process: + usage: input.process.account.invoice + + + diff --git a/edi_account_invoice_import_ubl/readme/CONTRIBUTORS.rst b/edi_account_invoice_import_ubl/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..77dfbe89e --- /dev/null +++ b/edi_account_invoice_import_ubl/readme/CONTRIBUTORS.rst @@ -0,0 +1 @@ +* Lois Rilo diff --git a/edi_account_invoice_import_ubl/readme/DESCRIPTION.rst b/edi_account_invoice_import_ubl/readme/DESCRIPTION.rst new file mode 100644 index 000000000..d8c6e56ed --- /dev/null +++ b/edi_account_invoice_import_ubl/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +This module plugs account_invoice_import_ubl into EDI machinery. diff --git a/edi_account_invoice_import_ubl/static/description/icon.png b/edi_account_invoice_import_ubl/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/edi_account_invoice_import_ubl/static/description/icon.png differ diff --git a/edi_account_invoice_import_ubl/static/description/index.html b/edi_account_invoice_import_ubl/static/description/index.html new file mode 100644 index 000000000..9af209f83 --- /dev/null +++ b/edi_account_invoice_import_ubl/static/description/index.html @@ -0,0 +1,427 @@ + + + + + + +EDI Invoice import UBL + + + +
+

EDI Invoice import UBL

+ + +

Alpha License: AGPL-3 OCA/edi Translate me on Weblate Try me on Runbot

+

This module plugs account_invoice_import_ubl into EDI machinery.

+
+

Important

+

This is an alpha version, the data model and design can change at any time without warning. +Only for development or testing purpose, do not use in production. +More details on development status

+
+

Table of contents

+ +
+

Bug Tracker

+

Bugs are tracked on GitHub 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.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • ForgeFlow
  • +
+
+ +
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

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.

+

Current maintainer:

+

simahawk

+

This module is part of the OCA/edi project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/setup/edi_account_invoice_import_ubl/odoo/addons/edi_account_invoice_import_ubl b/setup/edi_account_invoice_import_ubl/odoo/addons/edi_account_invoice_import_ubl new file mode 120000 index 000000000..b574ae5e6 --- /dev/null +++ b/setup/edi_account_invoice_import_ubl/odoo/addons/edi_account_invoice_import_ubl @@ -0,0 +1 @@ +../../../../edi_account_invoice_import_ubl \ No newline at end of file diff --git a/setup/edi_account_invoice_import_ubl/setup.py b/setup/edi_account_invoice_import_ubl/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/edi_account_invoice_import_ubl/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)