Skip to content

Commit 9bb1ef2

Browse files
Francesco_OrsenigoFrancesco Orsenigo
authored andcommitted
[MIG] l10n_it_withholding_tax_payment: Migration to 16.0
1 parent f25ca24 commit 9bb1ef2

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

l10n_it_withholding_tax_payment/i18n/it.po

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -223,12 +223,6 @@ msgstr ""
223223
msgid "WT move already paid! - {} - {} - {}"
224224
msgstr "Movimento RdA già pagato - {} - {} - {}"
225225

226-
#. module: l10n_it_withholding_tax_payment
227-
#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140
228-
#, python-format
229-
msgid "WT move already paid! - {} - {} - {}"
230-
msgstr ""
231-
232226
#. module: l10n_it_withholding_tax_payment
233227
#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80
234228
#, python-format
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../l10n_it_withholding_tax_payment
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import setuptools
2+
3+
setuptools.setup(
4+
setup_requires=['setuptools-odoo'],
5+
odoo_addon=True,
6+
)

0 commit comments

Comments
 (0)