diff --git a/l10n_it_split_payment/README.rst b/l10n_it_split_payment/README.rst index 72dc0fc04a85..e68d68aca47c 100644 --- a/l10n_it_split_payment/README.rst +++ b/l10n_it_split_payment/README.rst @@ -14,26 +14,26 @@ Split Payment :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/11.0/l10n_it_split_payment + :target: https://github.com/OCA/l10n-italy/tree/12.0/l10n_it_split_payment :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-11-0/l10n-italy-11-0-l10n_it_split_payment + :target: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_split_payment :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/11.0 + :target: https://runbot.odoo-community.org/runbot/122/12.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| **Italiano** -Legge: http://goo.gl/1riAwt (Art. 17 ter) +Legge: https://goo.gl/7Atg3u (Art. 17-ter.) Modulo per generare registrazioni contabili scissione dei pagamenti **English** -Law: http://goo.gl/1riAwt (Art. 17 ter) +Law: https://goo.gl/7Atg3u (Art. 17-ter.) Module to generate Split Payment accounting entries @@ -114,7 +114,7 @@ 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 -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -149,6 +149,6 @@ 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 `_ project on GitHub. +This module is part of the `OCA/l10n-italy `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/l10n_it_split_payment/__manifest__.py b/l10n_it_split_payment/__manifest__.py index 416b88a4fb23..45899fc2da56 100644 --- a/l10n_it_split_payment/__manifest__.py +++ b/l10n_it_split_payment/__manifest__.py @@ -6,17 +6,17 @@ { 'name': 'Split Payment', - 'version': '11.0.1.1.0', + 'version': '12.0.1.0.0', 'category': 'Localization/Italy', 'summary': 'Split Payment', 'author': 'Abstract, Agile Business Group, ' 'Odoo Community Association (OCA)', - 'website': 'https://github.com/OCA/l10n-italy/tree/11.0/' + 'website': 'https://github.com/OCA/l10n-italy/tree/12.0/' 'l10n_it_split_payment', 'license': 'AGPL-3', 'depends': [ 'account', - 'account_invoicing'], + ], 'data': [ 'views/account_view.xml', 'views/config_view.xml', diff --git a/l10n_it_split_payment/models/account.py b/l10n_it_split_payment/models/account.py index 6177a8c73a45..66d00c24d0be 100644 --- a/l10n_it_split_payment/models/account.py +++ b/l10n_it_split_payment/models/account.py @@ -24,7 +24,7 @@ class AccountInvoice(models.Model): readonly=True, compute='_compute_amount') split_payment = fields.Boolean( - 'Split Payment', + 'Is Split Payment', related='fiscal_position_id.split_payment') @api.one diff --git a/l10n_it_split_payment/models/config.py b/l10n_it_split_payment/models/config.py index e105fd5363fc..c15a8b43e6f8 100644 --- a/l10n_it_split_payment/models/config.py +++ b/l10n_it_split_payment/models/config.py @@ -11,7 +11,7 @@ class ResCompany(models.Model): sp_account_id = fields.Many2one( 'account.account', string='Split Payment Write-off Account', - help='Account used to write off the VAT amount') + help='Account used to write off the VAT amount', readonly=False) class AccountConfigSettings(models.TransientModel): @@ -20,4 +20,4 @@ class AccountConfigSettings(models.TransientModel): sp_account_id = fields.Many2one( related='company_id.sp_account_id', string='Split Payment Write-off account', - help='Account used to write off the VAT amount') + help='Account used to write off the VAT amount', readonly=False) diff --git a/l10n_it_split_payment/readme/DESCRIPTION.rst b/l10n_it_split_payment/readme/DESCRIPTION.rst index 57f3de0fd5eb..c2b7ed9c102f 100644 --- a/l10n_it_split_payment/readme/DESCRIPTION.rst +++ b/l10n_it_split_payment/readme/DESCRIPTION.rst @@ -1,12 +1,12 @@ **Italiano** -Legge: http://goo.gl/1riAwt (Art. 17 ter) +Legge: https://goo.gl/7Atg3u (Art. 17-ter.) Modulo per generare registrazioni contabili scissione dei pagamenti **English** -Law: http://goo.gl/1riAwt (Art. 17 ter) +Law: https://goo.gl/7Atg3u (Art. 17-ter.) Module to generate Split Payment accounting entries diff --git a/l10n_it_split_payment/static/description/index.html b/l10n_it_split_payment/static/description/index.html index 56171990a9de..2417f9fe04ae 100644 --- a/l10n_it_split_payment/static/description/index.html +++ b/l10n_it_split_payment/static/description/index.html @@ -367,12 +367,12 @@

Split Payment

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

Beta License: AGPL-3 OCA/l10n-italy Translate me on Weblate Try me on Runbot

+

Beta License: AGPL-3 OCA/l10n-italy Translate me on Weblate Try me on Runbot

Italiano

-

Legge: http://goo.gl/1riAwt (Art. 17 ter)

+

Legge: https://goo.gl/7Atg3u (Art. 17-ter.)

Modulo per generare registrazioni contabili scissione dei pagamenti

English

-

Law: http://goo.gl/1riAwt (Art. 17 ter)

+

Law: https://goo.gl/7Atg3u (Art. 17-ter.)

Module to generate Split Payment accounting entries

Table of contents

@@ -443,7 +443,7 @@

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 -feedback.

+feedback.

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

@@ -472,7 +472,7 @@

Maintainers

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 project on GitHub.

+

This module is part of the OCA/l10n-italy project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

diff --git a/l10n_it_split_payment/views/config_view.xml b/l10n_it_split_payment/views/config_view.xml index aa7cef241d19..eb15349ffa15 100644 --- a/l10n_it_split_payment/views/config_view.xml +++ b/l10n_it_split_payment/views/config_view.xml @@ -7,20 +7,20 @@
-
-