-
-
Notifications
You must be signed in to change notification settings - Fork 520
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by pedrobaeza
- Loading branch information
Showing
44 changed files
with
2,323 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
=============== | ||
Prorrata de IVA | ||
=============== | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:59f1ace90d09cc30ce3bf2a8cdb9d9c5670648913348b64eb9980c4ffb977bff | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |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-OCA%2Fl10n--spain-lightgray.png?logo=github | ||
:target: https://github.com/OCA/l10n-spain/tree/17.0/l10n_es_vat_prorate | ||
:alt: OCA/l10n-spain | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/l10n-spain-17-0/l10n-spain-17-0-l10n_es_vat_prorate | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png | ||
:target: https://runboat.odoo-community.org/builds?repo=OCA/l10n-spain&target_branch=17.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
El módulo nos divide los IVA según la prorrata de la compañía. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Configuration | ||
============= | ||
|
||
- Accede a la companía y marca que aplica prorrata | ||
- Define el porcentaje de prorrata (se aplica por fechas) | ||
|
||
Los impuestos de las facturas de proveedor se dividirán según la | ||
prorrata activa. | ||
|
||
Known issues / Roadmap | ||
====================== | ||
|
||
- No compatible con criterio de caja. | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-spain/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/OCA/l10n-spain/issues/new?body=module:%20l10n_es_vat_prorate%0Aversion:%2017.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 | ||
------- | ||
|
||
* Creu Blanca | ||
* Tecnativa | ||
|
||
Contributors | ||
------------ | ||
|
||
- Enric Tobella | ||
- `Tecnativa <https://www.tecnativa.com/>`__: | ||
|
||
- Pedro M. Baeza | ||
- Carolina Fernandez | ||
|
||
- `Sygel <https://www.sygel.es/>`__: | ||
|
||
- Manuel Regidor | ||
|
||
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. | ||
|
||
This module is part of the `OCA/l10n-spain <https://github.com/OCA/l10n-spain/tree/17.0/l10n_es_vat_prorate>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from . import models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Copyright 2022 Creu Blanca | ||
# Copyright 2023 Tecnativa - Pedro M. Baeza | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
|
||
{ | ||
"name": "Prorrata de IVA", | ||
"summary": "Prorrata de IVA para la localización española", | ||
"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", | ||
"views/account_move_views.xml", | ||
"views/account_tax_views.xml", | ||
"views/res_company_prorate_views.xml", | ||
"views/res_company_views.xml", | ||
], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,142 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * l10n_es_vat_prorate | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2024-01-04 15:35+0000\n" | ||
"Last-Translator: BrunoBailo <[email protected]>\n" | ||
"Language-Team: none\n" | ||
"Language: ca\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 4.17\n" | ||
|
||
#. module: l10n_es_vat_prorate | ||
#: model:ir.model.fields,help:l10n_es_vat_prorate.field_account_tax__prorate_account_ids | ||
msgid "Accounts to apply the recompute" | ||
msgstr "Comptes per aplicar el recalcul" | ||
|
||
#. module: l10n_es_vat_prorate | ||
#: model:ir.model,name:l10n_es_vat_prorate.model_res_company | ||
msgid "Companies" | ||
msgstr "Companyies" | ||
|
||
#. module: l10n_es_vat_prorate | ||
#: model:ir.model.fields,field_description:l10n_es_vat_prorate.field_res_company_vat_prorate__company_id | ||
msgid "Company" | ||
msgstr "Empresa" | ||
|
||
#. module: l10n_es_vat_prorate | ||
#: model:ir.model.fields,field_description:l10n_es_vat_prorate.field_account_tax__company_with_vat_prorate | ||
msgid "Company with VAT prorate" | ||
msgstr "Empresa amb prorrateig de l'IVA" | ||
|
||
#. module: l10n_es_vat_prorate | ||
#: model:ir.model.fields,field_description:l10n_es_vat_prorate.field_res_company_vat_prorate__create_uid | ||
msgid "Created by" | ||
msgstr "Creat per" | ||
|
||
#. module: l10n_es_vat_prorate | ||
#: model:ir.model.fields,field_description:l10n_es_vat_prorate.field_res_company_vat_prorate__create_date | ||
msgid "Created on" | ||
msgstr "Creat el" | ||
|
||
#. module: l10n_es_vat_prorate | ||
#: model:ir.model.fields,field_description:l10n_es_vat_prorate.field_res_company_vat_prorate__date | ||
msgid "Date" | ||
msgstr "Data" | ||
|
||
#. module: l10n_es_vat_prorate | ||
#: model:ir.model.fields,field_description:l10n_es_vat_prorate.field_res_company_vat_prorate__display_name | ||
msgid "Display Name" | ||
msgstr "Nom de visualització" | ||
|
||
#. module: l10n_es_vat_prorate | ||
#: model:ir.model.fields,field_description:l10n_es_vat_prorate.field_res_company_vat_prorate__id | ||
msgid "ID" | ||
msgstr "Identificació" | ||
|
||
#. module: l10n_es_vat_prorate | ||
#: model:ir.model,name:l10n_es_vat_prorate.model_account_move_line | ||
msgid "Journal Item" | ||
msgstr "Element del diari" | ||
|
||
#. module: l10n_es_vat_prorate | ||
#: model:ir.model.fields,field_description:l10n_es_vat_prorate.field_res_company_vat_prorate____last_update | ||
msgid "Last Modified on" | ||
msgstr "Última modificació el" | ||
|
||
#. module: l10n_es_vat_prorate | ||
#: model:ir.model.fields,field_description:l10n_es_vat_prorate.field_res_company_vat_prorate__write_uid | ||
msgid "Last Updated by" | ||
msgstr "Última actualització el" | ||
|
||
#. module: l10n_es_vat_prorate | ||
#: model:ir.model.fields,field_description:l10n_es_vat_prorate.field_res_company_vat_prorate__write_date | ||
msgid "Last Updated on" | ||
msgstr "Última actualització a" | ||
|
||
#. module: l10n_es_vat_prorate | ||
#: model:ir.model.fields,field_description:l10n_es_vat_prorate.field_account_tax__prorate_account_ids | ||
msgid "Prorate Account" | ||
msgstr "Compte prorratejat" | ||
|
||
#. module: l10n_es_vat_prorate | ||
#: model:ir.model.fields,field_description:l10n_es_vat_prorate.field_account_tax_template__prorate_account_template_ids | ||
msgid "Prorate Account Template" | ||
msgstr "Plantilla del compte prorratejat" | ||
|
||
#. module: l10n_es_vat_prorate | ||
#: model:ir.model,name:l10n_es_vat_prorate.model_account_tax | ||
msgid "Tax" | ||
msgstr "Impost" | ||
|
||
#. module: l10n_es_vat_prorate | ||
#: model:ir.model.fields,field_description:l10n_es_vat_prorate.field_account_tax_template__template_with_vat_prorate | ||
msgid "Template With Vat Prorate" | ||
msgstr "Plantilla amb prorrateig d'IVA" | ||
|
||
#. module: l10n_es_vat_prorate | ||
#: model:ir.model,name:l10n_es_vat_prorate.model_account_tax_template | ||
msgid "Templates for Taxes" | ||
msgstr "Plantilles per a impostos" | ||
|
||
#. module: l10n_es_vat_prorate | ||
#: model_terms:ir.ui.view,arch_db:l10n_es_vat_prorate.res_company_form_view | ||
msgid "VAT Prorate" | ||
msgstr "Prorrateig de l'IVA" | ||
|
||
#. module: l10n_es_vat_prorate | ||
#: model:ir.model,name:l10n_es_vat_prorate.model_res_company_vat_prorate | ||
msgid "VAT Prorate table" | ||
msgstr "Taula de prorrateig de l'IVA" | ||
|
||
#. module: l10n_es_vat_prorate | ||
#: model:ir.model.constraint,message:l10n_es_vat_prorate.constraint_res_company_vat_prorate_vat_prorate_percent_amount | ||
msgid "VAT prorate must be between 0.01 and 100!" | ||
msgstr "El prorrateig de l'IVA ha d'estar entre 0,01 i 100!" | ||
|
||
#. module: l10n_es_vat_prorate | ||
#: model:ir.model.fields,field_description:l10n_es_vat_prorate.field_account_move_line__vat_prorate | ||
#: model:ir.model.fields,field_description:l10n_es_vat_prorate.field_res_company__vat_prorate_ids | ||
#: model:ir.model.fields,field_description:l10n_es_vat_prorate.field_res_company_vat_prorate__vat_prorate | ||
msgid "Vat Prorate" | ||
msgstr "Prorrateig de l'IVA" | ||
|
||
#. module: l10n_es_vat_prorate | ||
#: model:ir.model.fields,field_description:l10n_es_vat_prorate.field_account_tax__with_vat_prorate | ||
#: model:ir.model.fields,field_description:l10n_es_vat_prorate.field_res_company__with_vat_prorate | ||
msgid "With Vat Prorate" | ||
msgstr "Amb prorrateig d'IVA" | ||
|
||
#. module: l10n_es_vat_prorate | ||
#. odoo-python | ||
#: code:addons/l10n_es_vat_prorate/models/res_company.py:0 | ||
#, python-format | ||
msgid "You must complete VAT prorate information" | ||
msgstr "Heu d'omplir la informació del prorrateig de l'IVA" |
Oops, something went wrong.