diff --git a/l10n_it_fatturapa_in_rc/README.rst b/l10n_it_fatturapa_in_rc/README.rst index 6d3ecbe44734..5a298275c7b1 100644 --- a/l10n_it_fatturapa_in_rc/README.rst +++ b/l10n_it_fatturapa_in_rc/README.rst @@ -2,13 +2,10 @@ ITA - Fattura elettronica - Inversione contabile ================================================ -.. - !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:f148585816c5b69b1e489070e81235ad132d2ae520f2aeee16342c67a3adb170 - !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status @@ -22,11 +19,11 @@ ITA - Fattura elettronica - Inversione contabile .. |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_fatturapa_in_rc :alt: Translate me on Weblate -.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/l10n-italy&target_branch=14.0 - :alt: Try me on Runboat +.. |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| +|badge1| |badge2| |badge3| |badge4| |badge5| Modulo ponte tra ricezione fatture elettroniche fornitore e inversione contabile. @@ -52,7 +49,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 to smash it by providing a detailed and welcomed +If you spotted it first, help us smashing it by providing a detailed and welcomed `feedback `_. Do not contact contributors directly about support or help with technical issues. diff --git a/l10n_it_fatturapa_in_rc/__manifest__.py b/l10n_it_fatturapa_in_rc/__manifest__.py index a906afde9144..0ab360046923 100644 --- a/l10n_it_fatturapa_in_rc/__manifest__.py +++ b/l10n_it_fatturapa_in_rc/__manifest__.py @@ -3,7 +3,7 @@ { "name": "ITA - Fattura elettronica - Inversione contabile", "summary": "Modulo ponte tra e-fattura in acquisto e inversione" " contabile", - "version": "14.0.1.1.1", + "version": "16.0.1.0.0", "development_status": "Beta", "category": "Hidden", "website": "https://github.com/OCA/l10n-italy", diff --git a/l10n_it_fatturapa_in_rc/models/attachment.py b/l10n_it_fatturapa_in_rc/models/attachment.py index 342fd33a5ea2..f92d8c222777 100644 --- a/l10n_it_fatturapa_in_rc/models/attachment.py +++ b/l10n_it_fatturapa_in_rc/models/attachment.py @@ -4,9 +4,9 @@ class Attachment(models.Model): _inherit = "fatturapa.attachment.in" - @api.model - def create(self, vals): - attachments = super(Attachment, self).create(vals) + @api.model_create_multi + def create(self, vals_list): + attachments = super(Attachment, self).create(vals_list) rc_invoices = self.env["account.move"].search( [ ("move_type", "in", ("in_invoice", "in_refund")), diff --git a/l10n_it_fatturapa_in_rc/readme/CONTRIBUTORS.rst b/l10n_it_fatturapa_in_rc/readme/CONTRIBUTORS.rst index 9e1c095f22b4..73e1f2ad68f8 100644 --- a/l10n_it_fatturapa_in_rc/readme/CONTRIBUTORS.rst +++ b/l10n_it_fatturapa_in_rc/readme/CONTRIBUTORS.rst @@ -5,3 +5,4 @@ * `Ooops `_: * Giovanni Serra +* Nextev Srl diff --git a/l10n_it_fatturapa_in_rc/static/description/index.html b/l10n_it_fatturapa_in_rc/static/description/index.html index 084d6fadac80..672aaef6eb51 100644 --- a/l10n_it_fatturapa_in_rc/static/description/index.html +++ b/l10n_it_fatturapa_in_rc/static/description/index.html @@ -1,20 +1,20 @@ - + - + ITA - Fattura elettronica - Inversione contabile