diff --git a/l10n_it_withholding_tax_reason/README.rst b/l10n_it_withholding_tax_reason/README.rst index 63ffe11e9848..1a99862c1aa9 100644 --- a/l10n_it_withholding_tax_reason/README.rst +++ b/l10n_it_withholding_tax_reason/README.rst @@ -32,73 +32,6 @@ Bridge module between l10n_it_withholding_tax and l10n_it_payment_reason .. 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 =========== @@ -122,6 +55,7 @@ Contributors * Marco Colombo * Alex Comba +* Sergio Corato Maintainers ~~~~~~~~~~~ diff --git a/l10n_it_withholding_tax_reason/static/description/index.html b/l10n_it_withholding_tax_reason/static/description/index.html index deb50c7c1764..929e27ec4b7f 100644 --- a/l10n_it_withholding_tax_reason/static/description/index.html +++ b/l10n_it_withholding_tax_reason/static/description/index.html @@ -372,85 +372,17 @@

ITA - Causali pagamento per ritenute d’acconto

Table of contents

-
-

Installation

-

Italiano

-

Qualora questo modulo venisse installato in un DB dove l10n_it_withholding_tax_causali è già installato, è necessario eseguire la seguente procedura.

-
    -
  1. Installare openupgradelib:

    -
    -pip3 install git+https://github.com/OCA/openupgradelib.git@master
    -
    -
  2. -
  3. Lanciare Odoo con il paramentro shell

    -
  4. -
  5. Eseguire i seguenti comandi:

    -
    - >>> from openupgradelib import openupgrade
    - >>> openupgrade.rename_fields(
    -       env,
    -       [
    -           (
    -               "withholding.tax",
    -               "withholding_tax",
    -               "causale_pagamento_id",
    -               "payment_reason_id",
    -           ),
    -       ],
    -)
    ->>> env.cr.commit()
    -
    -
  6. -
  7. Riavviare Odoo

    -
  8. -
  9. Installare l10n_it_withholding_tax_reason

    -
  10. -
-

English

-

When l10n_it_withholding_tax_causali is installed in the database you need to follow the following steps.

-
    -
  1. Install openupgradelib:

    -
    -pip3 install git+https://github.com/OCA/openupgradelib.git@master
    -
    -
  2. -
  3. Run Odoo with the shell command

    -
  4. -
  5. Execute the following commands:

    -
    - >>> from openupgradelib import openupgrade
    - >>> openupgrade.rename_fields(
    -       env,
    -       [
    -           (
    -               "withholding.tax",
    -               "withholding_tax",
    -               "causale_pagamento_id",
    -               "payment_reason_id",
    -           ),
    -       ],
    -)
    ->>> env.cr.commit()
    -
    -
  6. -
  7. Restart Odoo

    -
  8. -
  9. Install l10n_it_withholding_tax_reason module

    -
  10. -
-
-

Bug Tracker

+

Bug Tracker

Bugs are tracked on GitHub 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 @@ -458,22 +390,23 @@

Bug Tracker

Do not contact contributors directly about support or help with technical issues.

-

Credits

+

Credits

-

Authors

+

Authors

  • Agile Business Group
-

Maintainers

+

Maintainers

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose