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
63 changes: 63 additions & 0 deletions l10n_es_aeat_mod322_extension/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
=========================
AEAT Modelo 322 Extension
=========================

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

.. |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/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-NuoBiT%2Fodoo--addons-lightgray.png?logo=github
:target: https://github.com/NuoBiT/odoo-addons/tree/14.0/l10n_es_aeat_mod322_extension
:alt: NuoBiT/odoo-addons

|badge1| |badge2| |badge3|

AEAT Modelo 322 Extension

**Table of contents**

.. contents::
:local:

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

Bugs are tracked on `GitHub Issues <https://github.com/NuoBiT/odoo-addons/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/NuoBiT/odoo-addons/issues/new?body=module:%20l10n_es_aeat_mod322_extension%0Aversion:%2014.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
~~~~~~~

* NuoBiT Solutions
* S.L.

Contributors
~~~~~~~~~~~~

* `NuoBiT <https://www.nuobit.com>`_:

* Eric Antones <eantones@nuobit.com>

Maintainers
~~~~~~~~~~~

This module is part of the `NuoBiT/odoo-addons <https://github.com/NuoBiT/odoo-addons/tree/14.0/l10n_es_aeat_mod322_extension>`_ project on GitHub.

You are welcome to contribute.
Empty file.
19 changes: 19 additions & 0 deletions l10n_es_aeat_mod322_extension/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright NuoBiT - Eric Antones <eantones@nuobit.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)

{
"name": "AEAT Modelo 322 Extension",
"summary": "AEAT Modelo 322 Extension",
"author": "NuoBiT Solutions, S.L.",
"category": "Accounting & Finance",
"version": "14.0.1.0.0",
"license": "AGPL-3",
"website": "https://github.com/nuobit/odoo-addons",
"depends": [
"l10n_es_aeat_mod322",
"l10n_es_extension",
],
"data": [
"data/aeat_map_tax_line.xml",
],
}
14 changes: 14 additions & 0 deletions l10n_es_aeat_mod322_extension/data/aeat_map_tax_line.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!-- Copyright NuoBiT - Eric Antones <eantones@nuobit.com>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) -->
<odoo>
<record
id="l10n_es_aeat_mod322.aeat_mod322_2023_map_line_83"
model="l10n.es.aeat.map.tax.line"
>
<field
name="tax_ids"
eval="[(3, ref('l10n_es.account_tax_template_s_iva0')),
(4, ref('l10n_es_extension.account_tax_template_s_iva0_sdd'))]"
/>
</record>
</odoo>
3 changes: 3 additions & 0 deletions l10n_es_aeat_mod322_extension/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* `NuoBiT <https://www.nuobit.com>`_:

* Eric Antones <eantones@nuobit.com>
1 change: 1 addition & 0 deletions l10n_es_aeat_mod322_extension/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
AEAT Modelo 322 Extension
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading