Skip to content

Commit

Permalink
[UPD][l10n_it_fatturapa_out_ddt] update test
Browse files Browse the repository at this point in the history
  • Loading branch information
matteoopenf committed May 17, 2022
1 parent b59ffde commit 2d3111f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<DatiGenerali>
<DatiGeneraliDocumento>
<TipoDocumento>TD24</TipoDocumento>
<Divisa>USD</Divisa>
<Divisa>EUR</Divisa>
<Data>2018-01-07</Data>
<Numero>INV/2018/0013</Numero>
<ImportoTotaleDocumento>61.00</ImportoTotaleDocumento>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<DatiGenerali>
<DatiGeneraliDocumento>
<TipoDocumento>TD24</TipoDocumento>
<Divisa>USD</Divisa>
<Divisa>EUR</Divisa>
<Data>2018-01-07</Data>
<Numero>INV/2018/0014</Numero>
<ImportoTotaleDocumento>24.40</ImportoTotaleDocumento>
Expand Down
1 change: 1 addition & 0 deletions l10n_it_fatturapa_out_ddt/tests/test_fatturapa_ddt.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def setUp(self):
'l10n_it_ddt.transportation_method_DES')

def test_e_invoice_ddt(self):
self.env.ref('product.list0').currency_id = self.EUR.id
# 2 ordini, 2 DDT e 1 fattura differita
self.so1 = self.env['sale.order'].create({
'partner_id': self.res_partner_fatturapa_2.id,
Expand Down

0 comments on commit 2d3111f

Please sign in to comment.