==============================================
ITA - Causali pagamento per ritenute d'acconto
==============================================
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! 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%2Fl10n--italy-lightgray.png?logo=github
:target: https://github.com/OCA/l10n-italy/tree/14.0/l10n_it_withholding_tax_reason
:alt: OCA/l10n-italy
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/l10n-italy-14-0/l10n-italy-14-0-l10n_it_withholding_tax_reason
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/122/14.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
Bridge module between l10n_it_withholding_tax and l10n_it_payment_reason
**Table of contents**
.. contents::
:local:
Installation
============
**Italiano**
Qualora questo modulo venisse installato in un DB dove ``l10n_it_withholding_tax_causali`` è già installato, è necessario eseguire la seguente procedura.
#. Installare ``openupgradelib``:
.. code::
pip3 install git+https://github.com/OCA/openupgradelib.git@master
#. Lanciare Odoo con il paramentro ``shell``
#. Eseguire i seguenti comandi:
.. code:: python
>>> from openupgradelib import openupgrade
>>> openupgrade.rename_fields(
env,
[
(
"withholding.tax",
"withholding_tax",
"causale_pagamento_id",
"payment_reason_id",
),
],
)
>>> env.cr.commit()
#. Riavviare Odoo
#. Installare ``l10n_it_withholding_tax_reason``
**English**
When ``l10n_it_withholding_tax_causali`` is installed in the database you need to follow the following steps.
1. Install ``openupgradelib``:
.. code::
pip3 install git+https://github.com/OCA/openupgradelib.git@master
2. Run Odoo with the ``shell`` command
3. Execute the following commands:
.. code:: python
>>> from openupgradelib import openupgrade
>>> openupgrade.rename_fields(
env,
[
(
"withholding.tax",
"withholding_tax",
"causale_pagamento_id",
"payment_reason_id",
),
],
)
>>> env.cr.commit()
4. Restart Odoo
5. Install ``l10n_it_withholding_tax_reason`` module
Bug Tracker
===========
Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-italy/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/l10n-italy/issues/new?body=module:%20l10n_it_withholding_tax_reason%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
~~~~~~~
* Agile Business Group
Contributors
~~~~~~~~~~~~
* Marco Colombo <https://github.com/TheMule71>
* Alex Comba <alex.comba@agilebg.com>
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-italy <https://github.com/OCA/l10n-italy/tree/14.0/l10n_it_withholding_tax_reason>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Raw data
{
"_id": null,
"home_page": "https://github.com/OCA/l10n-italy",
"name": "odoo14-addon-l10n-it-withholding-tax-reason",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "",
"author": "Agile Business Group, Odoo Community Association (OCA)",
"author_email": "support@odoo-community.org",
"download_url": "",
"platform": "",
"description": "==============================================\nITA - Causali pagamento per ritenute d'acconto\n==============================================\n\n.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n !! This file is generated by oca-gen-addon-readme !!\n !! changes will be overwritten. !!\n !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n :target: https://odoo-community.org/page/development-status\n :alt: Beta\n.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n :alt: License: AGPL-3\n.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github\n :target: https://github.com/OCA/l10n-italy/tree/14.0/l10n_it_withholding_tax_reason\n :alt: OCA/l10n-italy\n.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n :target: https://translation.odoo-community.org/projects/l10n-italy-14-0/l10n-italy-14-0-l10n_it_withholding_tax_reason\n :alt: Translate me on Weblate\n.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n :target: https://runbot.odoo-community.org/runbot/122/14.0\n :alt: Try me on Runbot\n\n|badge1| |badge2| |badge3| |badge4| |badge5| \n\nBridge module between l10n_it_withholding_tax and l10n_it_payment_reason\n\n**Table of contents**\n\n.. contents::\n :local:\n\nInstallation\n============\n\n**Italiano**\n\nQualora questo modulo venisse installato in un DB dove ``l10n_it_withholding_tax_causali`` \u00e8 gi\u00e0 installato, \u00e8 necessario eseguire la seguente procedura.\n\n#. Installare ``openupgradelib``:\n\n .. code::\n\n pip3 install git+https://github.com/OCA/openupgradelib.git@master\n\n#. Lanciare Odoo con il paramentro ``shell``\n#. Eseguire i seguenti comandi:\n\n .. code:: python\n\n >>> from openupgradelib import openupgrade\n >>> openupgrade.rename_fields(\n env,\n [\n (\n \"withholding.tax\",\n \"withholding_tax\",\n \"causale_pagamento_id\",\n \"payment_reason_id\",\n ),\n ],\n )\n >>> env.cr.commit()\n\n#. Riavviare Odoo\n#. Installare ``l10n_it_withholding_tax_reason``\n\n**English**\n\nWhen ``l10n_it_withholding_tax_causali`` is installed in the database you need to follow the following steps.\n\n1. Install ``openupgradelib``:\n\n .. code::\n\n pip3 install git+https://github.com/OCA/openupgradelib.git@master\n\n2. Run Odoo with the ``shell`` command\n3. Execute the following commands:\n\n .. code:: python\n\n >>> from openupgradelib import openupgrade\n >>> openupgrade.rename_fields(\n env,\n [\n (\n \"withholding.tax\",\n \"withholding_tax\",\n \"causale_pagamento_id\",\n \"payment_reason_id\",\n ),\n ],\n )\n >>> env.cr.commit()\n\n4. Restart Odoo\n5. Install ``l10n_it_withholding_tax_reason`` module\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-italy/issues>`_.\nIn case of trouble, please check there if your issue has already been reported.\nIf you spotted it first, help us smashing it by providing a detailed and welcomed\n`feedback <https://github.com/OCA/l10n-italy/issues/new?body=module:%20l10n_it_withholding_tax_reason%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.\n\nDo not contact contributors directly about support or help with technical issues.\n\nCredits\n=======\n\nAuthors\n~~~~~~~\n\n* Agile Business Group\n\nContributors\n~~~~~~~~~~~~\n\n* Marco Colombo <https://github.com/TheMule71>\n* Alex Comba <alex.comba@agilebg.com>\n\nMaintainers\n~~~~~~~~~~~\n\nThis module is maintained by the OCA.\n\n.. image:: https://odoo-community.org/logo.png\n :alt: Odoo Community Association\n :target: https://odoo-community.org\n\nOCA, or the Odoo Community Association, is a nonprofit organization whose\nmission is to support the collaborative development of Odoo features and\npromote its widespread use.\n\nThis module is part of the `OCA/l10n-italy <https://github.com/OCA/l10n-italy/tree/14.0/l10n_it_withholding_tax_reason>`_ project on GitHub.\n\nYou are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n\n\n",
"bugtrack_url": null,
"license": "AGPL-3",
"summary": "ITA - Causali pagamento per ritenute d'acconto",
"version": "14.0.1.0.2",
"project_urls": {
"Homepage": "https://github.com/OCA/l10n-italy"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9bd3ec5ac9fc828d8604ced2a8ee62bb245ced9b0bc11662855fe9ae599d3025",
"md5": "a2ed383c7d4f248c0847944f2b2a2cd8",
"sha256": "5f0f9757ea7076c1135618055531967fe5996659739dd1096f06ef688af24539"
},
"downloads": -1,
"filename": "odoo14_addon_l10n_it_withholding_tax_reason-14.0.1.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a2ed383c7d4f248c0847944f2b2a2cd8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 23662,
"upload_time": "2021-10-26T07:45:57",
"upload_time_iso_8601": "2021-10-26T07:45:57.483073Z",
"url": "https://files.pythonhosted.org/packages/9b/d3/ec5ac9fc828d8604ced2a8ee62bb245ced9b0bc11662855fe9ae599d3025/odoo14_addon_l10n_it_withholding_tax_reason-14.0.1.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2021-10-26 07:45:57",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "OCA",
"github_project": "l10n-italy",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "odoo14-addon-l10n-it-withholding-tax-reason"
}