[18.0] porting l10n_it_fatturapa_pec > l10n_it_edi_pec#5102
Conversation
f078044 to
204db14
Compare
|
/ocabot migration l10n_it_fatturapa_pec |
marcelofrare
left a comment
There was a problem hiding this comment.
testato funzionalmente la fattura passiva → LGTM
sulla fattura inviata, ho verificato che gestisce correttamente lo stato SDI → LGTM
mi manca testare l'invio, lo farò alla prima occasione.
Grazie!
MaurizioPellegrinet
left a comment
There was a problem hiding this comment.
Test funzionale:
provato invio fattura OK
|
This PR has the |
marcelofrare
left a comment
There was a problem hiding this comment.
verificato anche anche l'invio
Tutto ok!
|
@TheMule71 merge? |
MaurizioPellegrinet
left a comment
There was a problem hiding this comment.
Vedo solo ora che eventuali righe inserite come note vengono rimosse dal file xml.
È possibile fare una modifica?
Questo non dovrebbe dipendere dal canale di comunicazione ma da |
|
@MaurizioPellegrinet per te OK procedere? |
@MaurizioPellegrinet anche standard Odoo non riporta note nel xml, io approverei così questa PR ed eventualmente si fa la modifica con un altro modulo? che dici? |
monen17
left a comment
There was a problem hiding this comment.
Manca una revisione del codice
| if not self.company_id.l10n_it_edi_use_pec: | ||
| return super()._l10n_it_edi_upload(files) | ||
|
|
||
| company = self.company_id |
There was a problem hiding this comment.
Per essere sicuri di usare sempre la stessa azienda (quella della registrazione)
| if not self.company_id.l10n_it_edi_use_pec: | |
| return super()._l10n_it_edi_upload(files) | |
| company = self.company_id | |
| company = self.company_id | |
| if not company.l10n_it_edi_use_pec: | |
| return super()._l10n_it_edi_upload(files) | |
| company = self.company_id |
There was a problem hiding this comment.
Non ho capito, per gestire quale caso?
There was a problem hiding this comment.
Il caso in cui uno sviluppatore sprovveduto decide di mettere un'altra azienda, tipo self.env.company, in una delle due occorrenze di self.company_id.
5e02ae3 to
ea2e51b
Compare
|
@monen17 dovrei aver fatto tutto |
monen17
left a comment
There was a problem hiding this comment.
Grazie mille delle modifiche, ora a livello di codice per me non c'è più niente di bloccante.
Ho guardato invece la storia dei commit e mancano gran parte dei commit di l10n_it_sdi_channel, li puoi includere? Così rimane traccia di come è cambiato il modulo.
Anche il commit di migrazione che ora include entrambi i moduli andrebbe separato:
- prima il commit di migrazione della dipendenza
l10n_it_sdi_channel->l10n_it_edi_sdi - poi la migrazione di
l10n_it_fatturapa_pec->l10n_it_edi_pec.
Normalmente andrebbero in due PR separate, ma visto che abbiamo già iniziato a mettere tutto qui per me si può anche evitare di aprire un'altra PR.
Potresti anche rimuovere i commit dei bot come indicato in https://github.com/OCA/maintainer-tools/wiki/Merge-commits-in-pull-requests#mergesquash-the-commits-generated-by-bots-or-weblate ? Così magari riusciamo a ridurre un po' i 100-+ commit di questa PR.
| if not self.company_id.l10n_it_edi_use_pec: | ||
| return super()._l10n_it_edi_upload(files) | ||
|
|
||
| company = self.company_id |
There was a problem hiding this comment.
Il caso in cui uno sviluppatore sprovveduto decide di mettere un'altra azienda, tipo self.env.company, in una delle due occorrenze di self.company_id.
ea2e51b to
e82509f
Compare
|
Congratulations, PR rebased to 18.0. |
1b54ba4 to
3ae61f9
Compare
|
deve essere mergiata contestualmente a #5203 |
|
/ocabot merge nobump |
|
Hey, thanks for contributing! Proceeding to merge this for you. |
|
It looks like something changed on |
1 similar comment
|
It looks like something changed on |
|
@tafaRU The merge process could not be finalized, because command |
|
/ocabot merge nobump |
|
Hey, thanks for contributing! Proceeding to merge this for you. |
|
It looks like something changed on |
|
@tafaRU The merge process could not be finalized, because command |
|
/ocabot merge nobump |
|
This PR looks fantastic, let's merge it! |
|
Congratulations, your PR was merged at baf6a6e. Thanks a lot for contributing to OCA. ❤️ |
No description provided.