Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][MIG] account_move_line_tax_editable: Migration to 16.0 #1508

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
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
82 changes: 82 additions & 0 deletions account_move_line_tax_editable/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
==============================
Account Move Line Tax Editable
==============================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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%2Faccount--financial--tools-lightgray.png?logo=github
:target: https://github.com/OCA/account-financial-tools/tree/15.0/account_move_line_tax_editable
:alt: OCA/account-financial-tools
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/account-financial-tools-15-0/account-financial-tools-15-0-account_move_line_tax_editable
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/92/15.0
:alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5|

Allows to edit taxes on account move lines.

**Table of contents**

.. contents::
:local:

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-financial-tools/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/account-financial-tools/issues/new?body=module:%20account_move_line_tax_editable%0Aversion:%2015.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
~~~~~~~

* ACSONE SA/NV

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

* Thomas Binsfeld <[email protected]>
* Benjamin Willig <[email protected]>

* `Tecnativa <https://www.tecnativa.com>`_:

* Ernesto Tejeda

* `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/account-financial-tools <https://github.com/OCA/account-financial-tools/tree/15.0/account_move_line_tax_editable>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions account_move_line_tax_editable/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
13 changes: 13 additions & 0 deletions account_move_line_tax_editable/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Copyright 2017 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Account Move Line Tax Editable",
"summary": "Allows to edit taxes on non-posted account move lines",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-financial-tools",
"depends": ["account"],
"data": ["views/account_move.xml"],
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_line_tax_editable
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: account_move_line_tax_editable
#: model:ir.model.fields,help:account_move_line_tax_editable.field_account_move_line__tax_line_id
msgid "Indicates that this journal item is a tax line"
msgstr ""

#. module: account_move_line_tax_editable
#: model:ir.model.fields,field_description:account_move_line_tax_editable.field_account_move_line__is_tax_editable
msgid "Is tax data editable?"
msgstr ""

#. module: account_move_line_tax_editable
#: model:ir.model,name:account_move_line_tax_editable.model_account_move_line
msgid "Journal Item"
msgstr ""

#. module: account_move_line_tax_editable
#: model:ir.model.fields,field_description:account_move_line_tax_editable.field_account_move_line__tax_line_id
msgid "Originator Tax"
msgstr ""
55 changes: 55 additions & 0 deletions account_move_line_tax_editable/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_line_tax_editable
#
# Translators:
# Rudolf Schnapka <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-22 23:21+0000\n"
"PO-Revision-Date: 2018-10-11 11:22+0000\n"
"Last-Translator: Rudolf Schnapka <[email protected]>\n"
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
"Language: de\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 3.1.1\n"

#. module: account_move_line_tax_editable
#: model:ir.model.fields,field_description:account_move_line_tax_editable.field_account_move_line__display_name
msgid "Display Name"
msgstr ""

#. module: account_move_line_tax_editable
#: model:ir.model.fields,field_description:account_move_line_tax_editable.field_account_move_line__id
msgid "ID"
msgstr ""

#. module: account_move_line_tax_editable
#: model:ir.model.fields,help:account_move_line_tax_editable.field_account_move_line__tax_line_id
msgid "Indicates that this journal item is a tax line"
msgstr ""

#. module: account_move_line_tax_editable
#: model:ir.model.fields,field_description:account_move_line_tax_editable.field_account_move_line__is_tax_editable
msgid "Is tax data editable?"
msgstr "Sind Steuerdaten änderbar?"

#. module: account_move_line_tax_editable
#: model:ir.model,name:account_move_line_tax_editable.model_account_move_line
msgid "Journal Item"
msgstr "Journalposten"

#. module: account_move_line_tax_editable
#: model:ir.model.fields,field_description:account_move_line_tax_editable.field_account_move_line____last_update
msgid "Last Modified on"
msgstr ""

#. module: account_move_line_tax_editable
#: model:ir.model.fields,field_description:account_move_line_tax_editable.field_account_move_line__tax_line_id
msgid "Originator Tax"
msgstr ""
42 changes: 42 additions & 0 deletions account_move_line_tax_editable/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_line_tax_editable
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2022-10-04 17:36+0000\n"
"Last-Translator: Luis D. Lafaurie <[email protected]>\n"
"Language-Team: \n"
"Language: es\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.3.2\n"

#. module: account_move_line_tax_editable
#: model:ir.model.fields,field_description:account_move_line_tax_editable.field_account_move_line__display_name
msgid "Display Name"
msgstr ""

#. module: account_move_line_tax_editable
#: model:ir.model.fields,field_description:account_move_line_tax_editable.field_account_move_line__id
msgid "ID"
msgstr "Identificación"

#. module: account_move_line_tax_editable
#: model:ir.model.fields,field_description:account_move_line_tax_editable.field_account_move_line__is_tax_editable
msgid "Is tax data editable?"
msgstr "¿Los datos fiscales son editables?"

#. module: account_move_line_tax_editable
#: model:ir.model,name:account_move_line_tax_editable.model_account_move_line
msgid "Journal Item"
msgstr "Apunte contable"

#. module: account_move_line_tax_editable
#: model:ir.model.fields,field_description:account_move_line_tax_editable.field_account_move_line____last_update
msgid "Last Modified on"
msgstr "Modificado el"
55 changes: 55 additions & 0 deletions account_move_line_tax_editable/i18n/es_EC.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_line_tax_editable
#
# Translators:
# Cristian Salamea <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-30 00:47+0000\n"
"PO-Revision-Date: 2017-05-30 00:47+0000\n"
"Last-Translator: Cristian Salamea <[email protected]>, 2017\n"
"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/"
"es_EC/)\n"
"Language: es_EC\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"

#. module: account_move_line_tax_editable
#: model:ir.model.fields,field_description:account_move_line_tax_editable.field_account_move_line__display_name
msgid "Display Name"
msgstr ""

#. module: account_move_line_tax_editable
#: model:ir.model.fields,field_description:account_move_line_tax_editable.field_account_move_line__id
msgid "ID"
msgstr ""

#. module: account_move_line_tax_editable
#: model:ir.model.fields,help:account_move_line_tax_editable.field_account_move_line__tax_line_id
msgid "Indicates that this journal item is a tax line"
msgstr ""

#. module: account_move_line_tax_editable
#: model:ir.model.fields,field_description:account_move_line_tax_editable.field_account_move_line__is_tax_editable
msgid "Is tax data editable?"
msgstr ""

#. module: account_move_line_tax_editable
#: model:ir.model,name:account_move_line_tax_editable.model_account_move_line
msgid "Journal Item"
msgstr "Detalle Contable"

#. module: account_move_line_tax_editable
#: model:ir.model.fields,field_description:account_move_line_tax_editable.field_account_move_line____last_update
msgid "Last Modified on"
msgstr ""

#. module: account_move_line_tax_editable
#: model:ir.model.fields,field_description:account_move_line_tax_editable.field_account_move_line__tax_line_id
msgid "Originator Tax"
msgstr ""
54 changes: 54 additions & 0 deletions account_move_line_tax_editable/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_line_tax_editable
#
# Translators:
# Quentin THEURET <[email protected]>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-14 02:39+0000\n"
"PO-Revision-Date: 2018-04-14 02:39+0000\n"
"Last-Translator: Quentin THEURET <[email protected]>, 2018\n"
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
"Language: fr\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"

#. module: account_move_line_tax_editable
#: model:ir.model.fields,field_description:account_move_line_tax_editable.field_account_move_line__display_name
msgid "Display Name"
msgstr ""

#. module: account_move_line_tax_editable
#: model:ir.model.fields,field_description:account_move_line_tax_editable.field_account_move_line__id
msgid "ID"
msgstr ""

#. module: account_move_line_tax_editable
#: model:ir.model.fields,help:account_move_line_tax_editable.field_account_move_line__tax_line_id
msgid "Indicates that this journal item is a tax line"
msgstr ""

#. module: account_move_line_tax_editable
#: model:ir.model.fields,field_description:account_move_line_tax_editable.field_account_move_line__is_tax_editable
msgid "Is tax data editable?"
msgstr "Les données de la taxe sont-elles éditables ?"

#. module: account_move_line_tax_editable
#: model:ir.model,name:account_move_line_tax_editable.model_account_move_line
msgid "Journal Item"
msgstr "Écriture comptable"

#. module: account_move_line_tax_editable
#: model:ir.model.fields,field_description:account_move_line_tax_editable.field_account_move_line____last_update
msgid "Last Modified on"
msgstr ""

#. module: account_move_line_tax_editable
#: model:ir.model.fields,field_description:account_move_line_tax_editable.field_account_move_line__tax_line_id
msgid "Originator Tax"
msgstr ""
55 changes: 55 additions & 0 deletions account_move_line_tax_editable/i18n/hr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_line_tax_editable
#
# Translators:
# Bole <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-30 00:47+0000\n"
"PO-Revision-Date: 2017-05-30 00:47+0000\n"
"Last-Translator: Bole <[email protected]>, 2017\n"
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"

#. module: account_move_line_tax_editable
#: model:ir.model.fields,field_description:account_move_line_tax_editable.field_account_move_line__display_name
msgid "Display Name"
msgstr ""

#. module: account_move_line_tax_editable
#: model:ir.model.fields,field_description:account_move_line_tax_editable.field_account_move_line__id
msgid "ID"
msgstr ""

#. module: account_move_line_tax_editable
#: model:ir.model.fields,help:account_move_line_tax_editable.field_account_move_line__tax_line_id
msgid "Indicates that this journal item is a tax line"
msgstr ""

#. module: account_move_line_tax_editable
#: model:ir.model.fields,field_description:account_move_line_tax_editable.field_account_move_line__is_tax_editable
msgid "Is tax data editable?"
msgstr ""

#. module: account_move_line_tax_editable
#: model:ir.model,name:account_move_line_tax_editable.model_account_move_line
msgid "Journal Item"
msgstr "Stavka dnevnika"

#. module: account_move_line_tax_editable
#: model:ir.model.fields,field_description:account_move_line_tax_editable.field_account_move_line____last_update
msgid "Last Modified on"
msgstr ""

#. module: account_move_line_tax_editable
#: model:ir.model.fields,field_description:account_move_line_tax_editable.field_account_move_line__tax_line_id
msgid "Originator Tax"
msgstr ""
Loading