Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[14.0][MIG] l10n_it_fatturapa_in #1990

Merged
merged 236 commits into from
Jun 18, 2021

Conversation

TheMule71
Copy link
Contributor

Migrazione dalla 12.0 alla 14.0

DA COMPLETARE

--
Confermo di aver firmato il CLA https://odoo-community.org/page/cla e di aver letto le linee guida su https://odoo-community.org/page/contributing

@SimoRubi
Copy link
Member

Migrazione dalla 12.0 alla 14.0

DA COMPLETARE

--
Confermo di aver firmato il CLA https://odoo-community.org/page/cla e di aver letto le linee guida su https://odoo-community.org/page/contributing

@TheMule71 puoi fare delle PR in bozza e segnarle come 'pronte per review' quando le hai completate

@TheMule71
Copy link
Contributor Author

TheMule71 commented Dec 18, 2020

@SimoRubi posso cambiare lo stato anche adesso? o va rifatta?

@SimoRubi
Copy link
Member

@SimoRubi posso cambiare lo stato anche adesso? o va rifatta?

Puoi farlo anche adesso, dovresti avere un 'convert to draft' vicino a dove sarà la lista dei reviewer:
image

@TheMule71 TheMule71 marked this pull request as draft December 18, 2020 09:26
@TheMule71
Copy link
Contributor Author

Fatto, grazie.

@TheMule71 TheMule71 mentioned this pull request Jan 15, 2021
76 tasks
@dcorio
Copy link
Contributor

dcorio commented Feb 23, 2021

@TheMule71 FYI: il modulo pare funzionare correttamente con xmlschema 1.4.x ma non con xmlschema 1.5.x.

Con 1.5 ricevo:
'dict' must be a MutableMapping subclass, not <class 'odoo.addons.l10n_it_fatturapa_in.wizard.efattura.CreateFromDocument..ObjectDict'>

@TheMule71 TheMule71 force-pushed the 14.0-mig-l10n_it_fatturapa_in branch 2 times, most recently from 2e799cd to 99390cb Compare February 24, 2021 19:36
@eLBati
Copy link
Member

eLBati commented Mar 19, 2021

#2174

@MarcoCalcagni
Copy link
Contributor

Un esempio di fattura in con cassa e ritenuta d'acconto che al momento rompe l'import.

IT01641790702.xml.zip

self.set_roundings(FatturaBody, invoice)

# compute the invoice
invoice._move_autocomplete_invoice_lines_values()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TheMule71
In caso di fatture con arrotondamento IVA quel _move_autocomplete_invoice_line_values pare che faccia casino.
Ad esempio con quasi tutte le fatture amazon. Ho provato a capirci qualcosa ma non ho risolto nulla.
Posso fornire un XML di esempio.

wiz_obj = self.env["wizard.import.fatturapa"].with_context(
from_attachment=att
)
if wiz_obj:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dato che wiz_obj non ha dati, tutti i campi messi a False sopra non verranno mai popolati.
Potresti togliere la if così da far popolare gli altri campi.

@TheMule71 TheMule71 force-pushed the 14.0-mig-l10n_it_fatturapa_in branch from 856c4a8 to 3f2204f Compare April 30, 2021 16:09
@eLBati
Copy link
Member

eLBati commented May 3, 2021

Anche: #2264

@eLBati
Copy link
Member

eLBati commented May 7, 2021

#2273

@eLBati
Copy link
Member

eLBati commented May 7, 2021

#2271

@TheMule71 TheMule71 force-pushed the 14.0-mig-l10n_it_fatturapa_in branch 3 times, most recently from 2a7725d to 4e253f1 Compare May 8, 2021 15:47
@TheMule71
Copy link
Contributor Author

Se si mergia withholding_tax (e reasons) anche i test di fatturapa_in dovrebbero essere verdi:

2021-05-14 14:50:26,274 35422 INFO odoo14-oca-wt3 odoo.modules.loading: Module l10n_it_fatturapa_in: loading demo 2021-05-14 14:50:26,298 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestDuplicatedAttachment.test_duplicated_attachment ... 2021-05-14 14:50:31,188 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAEnasarco.test_01_xml_import_enasarco ... 2021-05-14 14:50:34,137 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAEnasarco.test_02_xml_import_enasarco ... 2021-05-14 14:50:36,747 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAEnasarco.test_03_xml_import_enasarco ... 2021-05-14 14:50:39,318 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_00_xml_import ... 2021-05-14 14:50:41,904 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_01_xml_import ... 2021-05-14 14:50:44,707 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_01_xml_link ... 2021-05-14 14:50:48,952 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_01_xml_zero_quantity_line ... 2021-05-14 14:50:51,522 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_02_xml_import ... 2021-05-14 14:50:53,999 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_02_xml_link ... 2021-05-14 14:50:58,285 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_03_xml_import ... 2021-05-14 14:51:01,397 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_04_xml_import ... 2021-05-14 14:51:04,276 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_05_xml_import ... 2021-05-14 14:51:06,765 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_06_import_except ... 2021-05-14 14:51:07,722 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_07_xml_import ... 2021-05-14 14:51:10,291 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_08_xml_import ... 2021-05-14 14:51:13,023 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_09_xml_import ... 2021-05-14 14:51:15,681 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_10_xml_import ... 2021-05-14 14:51:18,234 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_11_xml_import ... 2021-05-14 14:51:20,858 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_12_xml_import ... 2021-05-14 14:51:23,574 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_13_xml_import ... 2021-05-14 14:51:27,762 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_14_xml_import ... 2021-05-14 14:51:30,447 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_15_xml_import ... 2021-05-14 14:51:33,005 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_16_xml_import ... 2021-05-14 14:51:42,111 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_17_xml_import ... 2021-05-14 14:51:44,838 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_19_xml_import ... 2021-05-14 14:51:47,426 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_20_xml_import ... 2021-05-14 14:51:50,021 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_21_xml_import ... 2021-05-14 14:51:51,540 35422 INFO ? odoo.http: HTTP Configuring static files 2021-05-14 14:51:53,145 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_22_xml_import ... 2021-05-14 14:51:54,397 35422 WARNING odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.wizard.efattura: removed invalid dateTime element /p:FatturaElettronica/FatturaElettronicaBody/DatiGenerali/DatiTrasporto/DataOraConsegna: 0001-01-01T00:00:00.000+02:00 () 2021-05-14 14:51:55,167 35422 WARNING odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.wizard.efattura: removed invalid dateTime element /p:FatturaElettronica/FatturaElettronicaBody/DatiGenerali/DatiTrasporto/DataOraConsegna: 0001-01-01T00:00:00.000+02:00 () 2021-05-14 14:51:56,072 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_23_xml_import ... 2021-05-14 14:51:59,455 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_24_xml_import ... 2021-05-14 14:52:02,225 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_25_xml_import ... 2021-05-14 14:52:05,160 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_26_xml_import ... 2021-05-14 14:52:07,849 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_30_xml_import ... 2021-05-14 14:52:13,138 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_31_xml_import ... 2021-05-14 14:52:15,800 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_32_xml_import ... 2021-05-14 14:52:18,565 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_33_xml_import ... 2021-05-14 14:52:21,253 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_34_xml_import ... 2021-05-14 14:52:23,908 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_35_xml_import ... 2021-05-14 14:52:26,633 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_36_xml_import ... 2021-05-14 14:52:29,360 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_37_xml_import_dates ... 2021-05-14 14:52:32,356 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_38_xml_import_dates ... 2021-05-14 14:52:35,609 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_40_xml_import_withholding ... 2021-05-14 14:52:38,275 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_41_xml_import_withholding ... 2021-05-14 14:52:41,076 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_42_xml_import_withholding ... 2021-05-14 14:52:43,916 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_43_xml_import_withholding ... 2021-05-14 14:52:46,923 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_44_xml_import ... 2021-05-14 14:52:49,712 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_45_xml_many_zeros ... 2021-05-14 14:52:52,308 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_47_xml_import ... 2021-05-14 14:52:55,216 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_48_xml_import ... 2021-05-14 14:52:57,996 35422 INFO odoo14-oca-wt3 odoo.addons.l10n_it_fatturapa_in.tests.test_import_fatturapa_xml: Starting TestFatturaPAXMLValidation.test_xml_import_summary_tax_rate ... 2021-05-14 14:53:00,961 35422 INFO odoo14-oca-wt3 odoo.modules.loading: Module l10n_it_fatturapa_in loaded in 157.28s (incl. 154.65s test), 587 queries (+36048 test)

@TheMule71 TheMule71 marked this pull request as ready for review May 21, 2021 07:49
@@ -998,7 +998,8 @@ def invoiceCreate(self, fatt, fatturapa_attachment, FatturaBody, partner_id):
invoice.id, FatturaBody.DatiGenerali.DatiGeneraliDocumento
)

self.set_roundings(FatturaBody, invoice)
if self.e_invoice_detail_level != "1":
self.set_roundings(FatturaBody, invoice)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Questo sarebbe da fare anche su v12?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Il problema me lo aveva segnalato @mboscolo (e304917) non ricordo se aveva provato anche sulla 12.0.

@eLBati
Copy link
Member

eLBati commented May 25, 2021

Ho trovato una PR mancante non tracciata: #2000

@eLBati
Copy link
Member

eLBati commented May 25, 2021

Anche #2097

@TheMule71
Copy link
Contributor Author

Anche in PrezzoTotale e ImponibileImporto

Come mai questo differisce dalla 12?

<ImportoTotaleDocumento>34.32</ImportoTotaleDocumento>

Mi sa che di fatto sono due file diversi o quanto meno per test diversi. Di solito parto dall'ultimo test e ne copio il file aumentanto il progressivo, probabilmente ho fatto la stessa cosa in due momenti diversi sui due alberi 12 e 14.

Nell'attuale branch per la pr del porting alla 14, è stato introdotto a novembre con 7e9f3de. Si tratta del file usato dal test_45_xml_many_zeros(). Probabilmente copiato da IT05979361218_015.xml e adattato.

Nella 12, è stato introdotto con eb67d3f, a febbraio (#2107), ed è il file per il test_46_xml_import(). Nella 12 è praticamente identico a IT05979361218_015.xml, per cui si potrebbe eliminarlo e modificare il test per usare IT05979361218_015.xml.

Il backporting del test_45_xml_many_zeros() non è stato fatto (né ha senso farlo) perché è un problema specifico della 14.0 ("baco" di xmlschema/python).

L'alternativa è "bumpare" il numero del test sulla 14.0 (che va fatto comunque, perché test_45 sulla 12.0 fa un'altra cosa) e conseguentemente il nome del file (tipo IT05979361218_016.xml -> IT05979361218_017.xml).

Cosa di sembra meglio? Rimozione di un file mi pare inutile dalla 12.0 ("liberando" il nome IT05979361218_016.xml) oppure rename del test e del file sulla 14.0?

@TheMule71
Copy link
Contributor Author

TheMule71 commented May 26, 2021

Cosa di sembra meglio? Rimozione di un file mi pare inutile dalla 12.0 ("liberando" il nome IT05979361218_016.xml) oppure rename del test e del file sulla 14.0?

Anzi, ripensandoci, io farei così:
se non ci sono altre questioni aperte ovviamente, andrei verso il merge così com'è.

La PR è il porting di un branch parallelo della 12.0 (xmlschema) datato a novembre. Per es. il file IT05979361218_016.xml non c'era (quindi lo introduce da zero).

Immediatamente dopo il merge, si fa il forward porting delle PR sucessive sulla 12.0. Per es., #2000 introduce un test_45, per cui test_45_xml_many_zeros viene rinominato a test_46_xml_many_zeros come parte delle modifiche relative.

Quando #2107 verrà portata, (se decidiamo di mantenere il file extra sulla 12) il IT05979361218_016.xml della 14.0 verrà rinominato IT05979361218_017.xml come parte delle modifiche relative al porting (e test_46_xml_many_zeros diventa test_47_xml_many_zeros ecc.)

In questo modo si ha l'history più pulita possibile.

È comunque un principio generale, nel fare il forward port delle modifiche queste cose succedono sempre, potenzialmente. Se una PR sulla 14 (e solo su quella) in futuro introdurrà per es. test_50_xxx e poi successivamente una PR sulla 12 (ma per qualcosa che si applica anche alla 14) introdurrà test_50_yyy bisognerà gestire il caso di "collisione".

A meno che non decidiamo di far partire i numeri dei test per la sola 14 (da non backportare) da test_140 in su. In tal caso rinominiamo subito test_45_xml_many_zeros in test_140_xml_many_zeros e ce lo togliamo di torno anche per il futuro. Quello si può fare prima del merge oppure come prima modifica dopo (non cambia nulla).

@OCA-git-bot OCA-git-bot merged commit 5ee2148 into OCA:14.0 Jun 18, 2021
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at 30d6e67. Thanks a lot for contributing to OCA. ❤️

TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Jun 18, 2021
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Jun 18, 2021
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Jun 18, 2021
@TheMule71 TheMule71 deleted the 14.0-mig-l10n_it_fatturapa_in branch June 18, 2021 18:53
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Jul 2, 2021
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Jul 2, 2021
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Jul 9, 2021
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Jul 9, 2021
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Jul 9, 2021
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Jul 9, 2021
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Jul 17, 2021
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Jul 20, 2021
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Jul 30, 2021
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Jul 30, 2021
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Aug 6, 2021
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Aug 20, 2021
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Sep 3, 2021
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Sep 17, 2021
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Oct 1, 2021
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Oct 8, 2021
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Oct 15, 2021
TheMule71 added a commit to TheMule71/l10n-italy that referenced this pull request Jan 21, 2022
TheMule71 added a commit to TheMule71/l10n-italy that referenced this pull request Jan 21, 2022
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.