Skip to content

Commit

Permalink
[MIG] l10n_es_vat_prorate: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelregidor committed May 23, 2024
1 parent 1003102 commit d965c8a
Show file tree
Hide file tree
Showing 14 changed files with 170 additions and 337 deletions.
10 changes: 7 additions & 3 deletions l10n_es_vat_prorate/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ Configuration
=============

- Accede a la companía y marca que aplica prorrata
- Define el porcentaje de prorata (se aplica por fechas)
- Define el porcentaje de prorrata (se aplica por fechas)

Los impuestos de las facturas de cliente se dividiran según la prorata
activa.
Los impuestos de las facturas de proveedor se dividirán según la
prorrata activa.

Known issues / Roadmap
======================
Expand Down Expand Up @@ -77,6 +77,10 @@ Contributors
- Pedro M. Baeza
- Carolina Fernandez

- `Sygel <https://www.sygel.es/>`__:

- Manuel Regidor

Maintainers
-----------

Expand Down
3 changes: 1 addition & 2 deletions l10n_es_vat_prorate/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@
{
"name": "Prorrata de IVA",
"summary": "Prorrata de IVA para la localización española",
"version": "16.0.1.0.1",
"version": "17.0.1.0.0",
"license": "AGPL-3",
"author": "Creu Blanca, Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-spain",
"depends": ["l10n_es_aeat"],
"data": [
"security/ir.model.access.csv",
"data/account_template_tax.xml",
"views/account_move_views.xml",
"views/account_tax_views.xml",
"views/res_company_prorate_views.xml",
Expand Down
239 changes: 0 additions & 239 deletions l10n_es_vat_prorate/data/account_template_tax.xml

This file was deleted.

1 change: 1 addition & 0 deletions l10n_es_vat_prorate/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from . import res_company
from . import account_move
from . import account_tax
from . import prorate_taxes
Loading

0 comments on commit d965c8a

Please sign in to comment.