From ff7ff28fb0fdf150116f1f26838bc85733be9d25 Mon Sep 17 00:00:00 2001 From: danila12 Date: Mon, 4 Dec 2023 13:49:32 +0200 Subject: [PATCH] added parallel valuation module --- l10n_ro_intrastat_xml/README.rst | 2 +- l10n_ro_intrastat_xml/static/description/index.html | 2 +- l10n_ro_invoice_report/models/account_invoice.py | 2 +- l10n_ro_invoice_report/views/invoice_report.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/l10n_ro_intrastat_xml/README.rst b/l10n_ro_intrastat_xml/README.rst index a82c3a66..de87c7bf 100644 --- a/l10n_ro_intrastat_xml/README.rst +++ b/l10n_ro_intrastat_xml/README.rst @@ -7,7 +7,7 @@ Romanian Intrastat Declaration XML !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:acd341837d5429f11595809c0c975a4998ae3ed31f3e6b9105b14de61e0dd7a8 + !! source digest: sha256:dad5a90456625ff252d5cf06758192f251ccbddf3bdfa4bd4166c55a2f136719 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/l10n_ro_intrastat_xml/static/description/index.html b/l10n_ro_intrastat_xml/static/description/index.html index 2bdff9d6..31a55624 100644 --- a/l10n_ro_intrastat_xml/static/description/index.html +++ b/l10n_ro_intrastat_xml/static/description/index.html @@ -367,7 +367,7 @@

Romanian Intrastat Declaration XML

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:acd341837d5429f11595809c0c975a4998ae3ed31f3e6b9105b14de61e0dd7a8 +!! source digest: sha256:dad5a90456625ff252d5cf06758192f251ccbddf3bdfa4bd4166c55a2f136719 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 dhongu/l10n-romania

This module generates Intrastat XML report for declaration based on invoices.

diff --git a/l10n_ro_invoice_report/models/account_invoice.py b/l10n_ro_invoice_report/models/account_invoice.py index 68a0d23f..cc8979bd 100644 --- a/l10n_ro_invoice_report/models/account_invoice.py +++ b/l10n_ro_invoice_report/models/account_invoice.py @@ -81,7 +81,7 @@ def _get_reconciled_vals(self, partial, amount, counterpart_line): return values def _get_reconciled_info_JSON_values(self): - reconciled_vals = super(AccountInvoice, self)._get_reconciled_info_JSON_values() + reconciled_vals = super()._get_reconciled_info_JSON_values() for reconciled_val in reconciled_vals: payment = self.env["account.payment"].browse(reconciled_val["account_payment_id"]) reconciled_val["journal_type"] = payment.journal_id.type diff --git a/l10n_ro_invoice_report/views/invoice_report.xml b/l10n_ro_invoice_report/views/invoice_report.xml index 1ba6423b..ecd7f61e 100644 --- a/l10n_ro_invoice_report/views/invoice_report.xml +++ b/l10n_ro_invoice_report/views/invoice_report.xml @@ -381,7 +381,7 @@ - +