-
-
Notifications
You must be signed in to change notification settings - Fork 309
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_out #1985
[14.0] [MIG] l10n_it_fatturapa_out #1985
Conversation
43781be
to
cd73c63
Compare
7ea0870
to
c0c71ee
Compare
Please, include these change: #2051 |
fc68faf
to
abb9c88
Compare
a8062ee
to
41df749
Compare
Ciao @TheMule71, File "/opt/odoo/oca/l10n-italy/l10n_it_fatturapa_out/init.py", line 4, in |
Grazie, |
75c6fff
to
4620db8
Compare
73981bd
to
d65e183
Compare
9ad713c
to
a411edb
Compare
], | ||
} | ||
) | ||
self.assertTrue(invoice.fiscal_document_type_id) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ho provato ad eseguire i test in locale ma falliscono perchè non viene trovato il campo fiscal_document_type_id in account.move. Manca la dipendenza da l10n_it_fiscal_document_type nel manifest
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ho eliminato le assert. Era l'unica cosa che creava la dipendenza.
if any([ia.is_pdf_invoice_print for ia in invoice_attachments]): | ||
continue | ||
else: | ||
break |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
questo si può ridurre a:
if not ... : break
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fatto.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vedi i 2 commenti che ti ho lasciato oltre alla pre-commit fallita. per il resto mi sembra ok!
a411edb
to
4e6ce10
Compare
<DatiGenerali> | ||
<DatiGeneraliDocumento> | ||
<!--2.1.1--> | ||
<TipoDocumento t-esc="record.fiscal_document_type_id.code" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
anche qui c'è una dipendenza da fiscal_document_type
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rimessa dipendenza.
0324670
to
0bf7fa6
Compare
Porting del modulo l10n_it_fatturapa_out dalla versione 12.0 alla 14.0
Da verificare test.
--
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