Skip to content

Commit 20435fa

Browse files
committed
Merge PR #4114 into 16.0
Signed-off-by pedrobaeza
2 parents d0eef08 + e299da2 commit 20435fa

18 files changed

+799
-0
lines changed

l10n_es_ticketbai_oss/README.rst

+101
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
===============
2+
TicketBAI - OSS
3+
===============
4+
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:d1dfae6e5d36406e917ee1fa9d71c68c2c7bec149279d572d152dd70b33e49cc
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12+
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
14+
:target: https://odoo-community.org/page/development-status
15+
:alt: Beta
16+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
17+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18+
:alt: License: AGPL-3
19+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--spain-lightgray.png?logo=github
20+
:target: https://github.com/OCA/l10n-spain/tree/16.0/l10n_es_ticketbai_oss
21+
:alt: OCA/l10n-spain
22+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23+
:target: https://translation.odoo-community.org/projects/l10n-spain-16-0/l10n-spain-16-0-l10n_es_ticketbai_oss
24+
:alt: Translate me on Weblate
25+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/l10n-spain&target_branch=16.0
27+
:alt: Try me on Runboat
28+
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
30+
31+
Este módulo contabiliza el envío a TicketBAI de las facturas de comercio B2C a los países intracomunitarios según el marco de la normativa europea One-Stop Shop (OSS).
32+
33+
**Table of contents**
34+
35+
.. contents::
36+
:local:
37+
38+
Installation
39+
============
40+
41+
Para instalar esté módulo necesita:
42+
43+
#. El módulo `l10n_es_ticketbai`.
44+
#. Los módulos `account_fiscal_position_partner_type` y `l10n_eu_oss`, que se encuentran en https://github.com/OCA/account-fiscal-rule.git
45+
46+
Configuration
47+
=============
48+
49+
Para configurar este módulo es necesario:
50+
51+
#. Es necesario especificar la clave de régimen con código 17 en el campo "Clave de regímenes de IVA" de la pestaña "TicketBAI" en las posiciones fiscales relacionadas la normativa europea One-Stop Shop (OSS). En las facturas con estas posiciones fiscales la clave de régimen 17 será seleccionada de forma automática.
52+
53+
Bug Tracker
54+
===========
55+
56+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-spain/issues>`_.
57+
In case of trouble, please check there if your issue has already been reported.
58+
If you spotted it first, help us to smash it by providing a detailed and welcomed
59+
`feedback <https://github.com/OCA/l10n-spain/issues/new?body=module:%20l10n_es_ticketbai_oss%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
60+
61+
Do not contact contributors directly about support or help with technical issues.
62+
63+
Credits
64+
=======
65+
66+
Authors
67+
~~~~~~~
68+
69+
* Landoo Sistemas de Información S.L
70+
71+
Contributors
72+
~~~~~~~~~~~~
73+
74+
* `Landoo Sistemas de Información SL <https://www.landoo.es/>`__:
75+
76+
* Aritz Olea <[email protected]>
77+
78+
Maintainers
79+
~~~~~~~~~~~
80+
81+
This module is maintained by the OCA.
82+
83+
.. image:: https://odoo-community.org/logo.png
84+
:alt: Odoo Community Association
85+
:target: https://odoo-community.org
86+
87+
OCA, or the Odoo Community Association, is a nonprofit organization whose
88+
mission is to support the collaborative development of Odoo features and
89+
promote its widespread use.
90+
91+
.. |maintainer-ao-landoo| image:: https://github.com/ao-landoo.png?size=40px
92+
:target: https://github.com/ao-landoo
93+
:alt: ao-landoo
94+
95+
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
96+
97+
|maintainer-ao-landoo|
98+
99+
This module is part of the `OCA/l10n-spain <https://github.com/OCA/l10n-spain/tree/16.0/l10n_es_ticketbai_oss>`_ project on GitHub.
100+
101+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

l10n_es_ticketbai_oss/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from . import models

l10n_es_ticketbai_oss/__manifest__.py

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Copyright 2022 Landoo Sistemas de Informacion SL
2+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
3+
{
4+
"name": "TicketBAI - OSS",
5+
"version": "16.0.1.0.0",
6+
"category": "Accounting & Finance",
7+
"website": "https://github.com/OCA/l10n-spain",
8+
"author": "Landoo Sistemas de Información S.L, Odoo Community Association (OCA)",
9+
"license": "AGPL-3",
10+
"application": False,
11+
"installable": True,
12+
"auto_install": False,
13+
"development_status": "Beta",
14+
"maintainers": ["ao-landoo"],
15+
"depends": [
16+
"l10n_es_ticketbai",
17+
"l10n_eu_oss_oca",
18+
],
19+
"data": [
20+
"data/vat_regime_key_data.xml",
21+
],
22+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<!-- Copyright 2022 Landoo Sistemas de Informacion SL
3+
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
4+
<odoo>
5+
<record id="tbai_vat_regime_17" model="tbai.vat.regime.key">
6+
<field name="code">17</field>
7+
<field
8+
name="name"
9+
>Operación acogida a alguno de los regímenes previstos en el Capítulo XI del Título IX (OSS e IOSS)</field>
10+
</record>
11+
</odoo>

l10n_es_ticketbai_oss/i18n/es.po

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * l10n_es_ticketbai_oss
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 15.0+e\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"POT-Creation-Date: 2022-11-14 13:34+0000\n"
10+
"PO-Revision-Date: 2023-09-20 16:11+0000\n"
11+
"Last-Translator: Ivorra78 <[email protected]>\n"
12+
"Language-Team: \n"
13+
"Language: es\n"
14+
"MIME-Version: 1.0\n"
15+
"Content-Type: text/plain; charset=UTF-8\n"
16+
"Content-Transfer-Encoding: 8bit\n"
17+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
18+
"X-Generator: Weblate 4.17\n"
19+
20+
#. module: l10n_es_ticketbai_oss
21+
#: model:ir.model,name:l10n_es_ticketbai_oss.model_account_tax
22+
msgid "Tax"
23+
msgstr "Impuesto"
24+
25+
#. module: l10n_es_ticketbai_oss
26+
#: code:addons/l10n_es_ticketbai_oss/models/ticketbai_invoice_tax.py:0
27+
#, python-format
28+
msgid "TicketBAI Invoice %s: VAT Regime Key not valid."
29+
msgstr "TicketBAI Factura %s: Primera clave de regímenes de IVA no válida."
30+
31+
#. module: l10n_es_ticketbai_oss
32+
#: model:ir.model,name:l10n_es_ticketbai_oss.model_tbai_invoice
33+
msgid "TicketBAI Invoices"
34+
msgstr "Facturas TicketBAI"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * l10n_es_ticketbai_oss
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 15.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"Last-Translator: \n"
10+
"Language-Team: \n"
11+
"MIME-Version: 1.0\n"
12+
"Content-Type: text/plain; charset=UTF-8\n"
13+
"Content-Transfer-Encoding: \n"
14+
"Plural-Forms: \n"
15+
16+
#. module: l10n_es_ticketbai_oss
17+
#: model:ir.model,name:l10n_es_ticketbai_oss.model_account_tax
18+
msgid "Tax"
19+
msgstr ""
20+
21+
#. module: l10n_es_ticketbai_oss
22+
#: code:addons/l10n_es_ticketbai_oss/models/ticketbai_invoice_tax.py:0
23+
#, python-format
24+
msgid "TicketBAI Invoice %s: VAT Regime Key not valid."
25+
msgstr ""
26+
27+
#. module: l10n_es_ticketbai_oss
28+
#: model:ir.model,name:l10n_es_ticketbai_oss.model_tbai_invoice
29+
msgid "TicketBAI Invoices"
30+
msgstr ""
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from . import ticketbai_invoice_tax
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# Copyright 2022 Landoo Sistemas de Informacion SL
2+
from odoo import fields, models
3+
4+
from odoo.addons.l10n_es_ticketbai_api.utils import utils as tbai_utils
5+
6+
7+
class VATRegimeKey(tbai_utils.EnumValues):
8+
K17 = "17"
9+
10+
11+
class NotSubjectToCause(tbai_utils.EnumValues):
12+
IE = "IE"
13+
14+
15+
class TicketBaiTax(models.Model):
16+
_inherit = "tbai.invoice.tax"
17+
18+
not_subject_to_cause = fields.Selection(
19+
selection_add=[
20+
(NotSubjectToCause.IE.value, "IE"),
21+
],
22+
help="""
23+
OT:
24+
- No sujeto por el artículo 7 de la Norma Foral de IVA Otros supuestos de no
25+
sujeción.
26+
RL:
27+
- No sujeto por reglas de localización.
28+
IE:
29+
- No sujeto en el TAI por reglas de localización, pero repercute"
30+
impuesto extranjero, IPS/IGIC o IVA de otro estado miembro UE.
31+
""",
32+
)
33+
34+
35+
class AccountTax(models.Model):
36+
_inherit = "account.tax"
37+
38+
def tbai_is_subject_to_tax(self):
39+
return super(AccountTax, self).tbai_is_subject_to_tax() and (
40+
self
41+
not in self.env["account.tax"].search(
42+
[
43+
("oss_country_id", "!=", False),
44+
("company_id", "=", self.company_id.id),
45+
]
46+
)
47+
)
48+
49+
def tbai_es_entrega(self):
50+
return super(AccountTax, self).tbai_es_entrega() or (
51+
self
52+
in self.env["account.tax"].search(
53+
[
54+
("oss_country_id", "!=", False),
55+
("company_id", "=", self.company_id.id),
56+
]
57+
)
58+
)
59+
60+
def tbai_get_value_causa(self, invoice_id):
61+
res = super().tbai_get_value_causa(invoice_id)
62+
if invoice_id.fiscal_position_id.oss_oca:
63+
res = NotSubjectToCause.IE.value
64+
return res
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Para configurar este módulo es necesario:
2+
3+
#. Es necesario especificar la clave de régimen con código 17 en el campo "Clave de regímenes de IVA" de la pestaña "TicketBAI" en las posiciones fiscales relacionadas la normativa europea One-Stop Shop (OSS). En las facturas con estas posiciones fiscales la clave de régimen 17 será seleccionada de forma automática.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* `Landoo Sistemas de Información SL <https://www.landoo.es/>`__:
2+
3+
* Aritz Olea <[email protected]>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Este módulo contabiliza el envío a TicketBAI de las facturas de comercio B2C a los países intracomunitarios según el marco de la normativa europea One-Stop Shop (OSS).
+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Para instalar esté módulo necesita:
2+
3+
#. El módulo `l10n_es_ticketbai`.
4+
#. Los módulos `account_fiscal_position_partner_type` y `l10n_eu_oss`, que se encuentran en https://github.com/OCA/account-fiscal-rule.git
Loading

0 commit comments

Comments
 (0)