Skip to content

Commit

Permalink
Merge pull request #110 from dhongu/15.0-parallel-valuation
Browse files Browse the repository at this point in the history
[15.0][ADD]added parallel valuation module
  • Loading branch information
danila12 authored Dec 4, 2023
2 parents 845b450 + ff7ff28 commit d0df01e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion l10n_ro_intrastat_xml/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion l10n_ro_intrastat_xml/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Romanian Intrastat Declaration XML</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:acd341837d5429f11595809c0c975a4998ae3ed31f3e6b9105b14de61e0dd7a8
!! source digest: sha256:dad5a90456625ff252d5cf06758192f251ccbddf3bdfa4bd4166c55a2f136719
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/dhongu/l10n-romania/tree/15.0/l10n_ro_intrastat_xml"><img alt="dhongu/l10n-romania" src="https://img.shields.io/badge/github-dhongu%2Fl10n--romania-lightgray.png?logo=github" /></a></p>
<p>This module generates Intrastat XML report for declaration based on invoices.</p>
Expand Down
2 changes: 1 addition & 1 deletion l10n_ro_invoice_report/models/account_invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion l10n_ro_invoice_report/views/invoice_report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
</div>
</td>
</tr>
<tr/> <!-- empty row for white color-->
<tr /> <!-- empty row for white color-->
</table>
</div>
<div class="col-5">
Expand Down

0 comments on commit d0df01e

Please sign in to comment.