diff --git a/l10n_es_aeat_mod349_special_prorate/README.rst b/l10n_es_aeat_mod349_special_prorate/README.rst new file mode 100644 index 000000000..991139713 --- /dev/null +++ b/l10n_es_aeat_mod349_special_prorate/README.rst @@ -0,0 +1,74 @@ +.. image:: https://odoo-community.org/readme-banner-image + :target: https://odoo-community.org/get-involved?utm_source=readme + :alt: Odoo Community Association + +=================================== +Special prorate tax mapping for 349 +=================================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:c1e38e9fd67583592c1af58c7a7088480948f0772e7ed86bb4e113244609dc63 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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-NuoBiT%2Fodoo--addons-lightgray.png?logo=github + :target: https://github.com/NuoBiT/odoo-addons/tree/14.0/l10n_es_aeat_mod349_special_prorate + :alt: NuoBiT/odoo-addons + +|badge1| |badge2| |badge3| + +This module wires the special prorate purchase taxes +(``l10n_es_special_prorate``) into the AEAT 349 model tax map, so the +intra-community acquisitions of goods and services carried by those taxes are +reported under keys A and I. + +It is the 349 counterpart of ``l10n_es_aeat_mod303_special_prorate`` and +``l10n_es_aeat_sii_oca_special_prorate``, and installs automatically when both +``l10n_es_special_prorate`` and ``l10n_es_aeat_mod349`` are installed. + +**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 to smash it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* NuoBiT Solutions +* S.L. + +Contributors +~~~~~~~~~~~~ + +* `NuoBiT `_: + + * Eric Antones + +Maintainers +~~~~~~~~~~~ + +This module is part of the `NuoBiT/odoo-addons `_ project on GitHub. + +You are welcome to contribute. diff --git a/l10n_es_aeat_mod349_special_prorate/__init__.py b/l10n_es_aeat_mod349_special_prorate/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/l10n_es_aeat_mod349_special_prorate/__manifest__.py b/l10n_es_aeat_mod349_special_prorate/__manifest__.py new file mode 100644 index 000000000..45d69d3ff --- /dev/null +++ b/l10n_es_aeat_mod349_special_prorate/__manifest__.py @@ -0,0 +1,22 @@ +# Copyright NuoBiT Solutions, S.L. () +# Eric Antones +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) + +{ + "name": "Special prorate tax mapping for 349", + "summary": "This module adds special prorate template taxes to the 349 model mapping", + "version": "14.0.1.0.0", + "category": "Accounting", + "author": "NuoBiT Solutions, S.L.", + "website": "https://github.com/nuobit/odoo-addons", + "license": "AGPL-3", + "depends": [ + "l10n_es_special_prorate", + "l10n_es_aeat_mod349", + ], + "data": [ + "data/aeat_349_map_data.xml", + ], + "installable": True, + "auto_install": True, +} diff --git a/l10n_es_aeat_mod349_special_prorate/data/aeat_349_map_data.xml b/l10n_es_aeat_mod349_special_prorate/data/aeat_349_map_data.xml new file mode 100644 index 000000000..64e0bce3b --- /dev/null +++ b/l10n_es_aeat_mod349_special_prorate/data/aeat_349_map_data.xml @@ -0,0 +1,28 @@ + + + + + + + + + + diff --git a/l10n_es_aeat_mod349_special_prorate/readme/CONTRIBUTORS.rst b/l10n_es_aeat_mod349_special_prorate/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..77acb88da --- /dev/null +++ b/l10n_es_aeat_mod349_special_prorate/readme/CONTRIBUTORS.rst @@ -0,0 +1,3 @@ +* `NuoBiT `_: + + * Eric Antones diff --git a/l10n_es_aeat_mod349_special_prorate/readme/DESCRIPTION.rst b/l10n_es_aeat_mod349_special_prorate/readme/DESCRIPTION.rst new file mode 100644 index 000000000..f0f706f1d --- /dev/null +++ b/l10n_es_aeat_mod349_special_prorate/readme/DESCRIPTION.rst @@ -0,0 +1,8 @@ +This module wires the special prorate purchase taxes +(``l10n_es_special_prorate``) into the AEAT 349 model tax map, so the +intra-community acquisitions of goods and services carried by those taxes are +reported under keys A and I. + +It is the 349 counterpart of ``l10n_es_aeat_mod303_special_prorate`` and +``l10n_es_aeat_sii_oca_special_prorate``, and installs automatically when both +``l10n_es_special_prorate`` and ``l10n_es_aeat_mod349`` are installed. diff --git a/l10n_es_aeat_mod349_special_prorate/static/description/icon.png b/l10n_es_aeat_mod349_special_prorate/static/description/icon.png new file mode 100644 index 000000000..1cd641e79 Binary files /dev/null and b/l10n_es_aeat_mod349_special_prorate/static/description/icon.png differ diff --git a/l10n_es_aeat_mod349_special_prorate/static/description/index.html b/l10n_es_aeat_mod349_special_prorate/static/description/index.html new file mode 100644 index 000000000..00d61b886 --- /dev/null +++ b/l10n_es_aeat_mod349_special_prorate/static/description/index.html @@ -0,0 +1,432 @@ + + + + + +README.rst + + + +
+ + + +Odoo Community Association + +
+

Special prorate tax mapping for 349

+ +

Beta License: AGPL-3 NuoBiT/odoo-addons

+

This module wires the special prorate purchase taxes +(l10n_es_special_prorate) into the AEAT 349 model tax map, so the +intra-community acquisitions of goods and services carried by those taxes are +reported under keys A and I.

+

It is the 349 counterpart of l10n_es_aeat_mod303_special_prorate and +l10n_es_aeat_sii_oca_special_prorate, and installs automatically when both +l10n_es_special_prorate and l10n_es_aeat_mod349 are installed.

+

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 to smash it by providing a detailed and welcomed +feedback.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • NuoBiT Solutions
  • +
  • S.L.
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is part of the NuoBiT/odoo-addons project on GitHub.

+

You are welcome to contribute.

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