-
-
Notifications
You must be signed in to change notification settings - Fork 305
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
[16.0][l10n_it_fatturapa_out] Define value of FatturaPA XML 2.4.2.3 field #3892
base: 16.0
Are you sure you want to change the base?
Conversation
@francesco-ooops risolve la issue, a quanto ho testato. |
@mmaridev riesci a verificare i test? |
@francesco-ooops aggiornate le reference, test passati |
@mmaridev se fixi il precommit ci siamo :) |
@francesco-ooops done |
@mmaridev inoltre squasha i commit insieme e assegnagli un messaggio in linea con https://github.com/OCA/odoo-community.org/blob/master/website/Contribution/CONTRIBUTING.rst#L1114 |
514c468
to
5986b18
Compare
@francesco-ooops done |
Merge & backport? |
@mmaridev se vuoi già aprire una PR per il backport è molto gradito :) |
@francesco-ooops Speravo gestisse in automatico @OCA-git-bot :-/ |
magari 😀 dai un'occhiata a https://github.com/OCA/oca-port |
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.
Grazie della PR!
Ho fatto solo revisione del codice.
Per il messaggio del commit, puoi seguire https://github.com/OCA/odoo-community.org/blob/master/website/Contribution/CONTRIBUTING.rst#L1114?
In particolare
please check if the commit message is cut with ellipsis
Ci sarebbe anche
Avoid commits which simultaneously impact lots of modules.
ma in questo caso non vedo come si possano separare le modifiche senza lasciare qualche commit con i test rotti.
@@ -637,7 +637,9 @@ e 'line' per riga di fattura (a seconda del livello in cui sono chiamati) | |||
<ModalitaPagamento | |||
t-out="record.invoice_payment_term_id.fatturapa_pm_id.code" | |||
/> | |||
<!-- <DataRiferimentoTerminiPagamento t-out=""/>--> | |||
<DataRiferimentoTerminiPagamento | |||
t-out="format_date(record.invoice_date)" |
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.
A livello funzionale (non il mio campo) sono sempre un po' confuso dalle date nelle fatture, in questo caso perché non record.date
?
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.
Semplicemente perché è quello utilizzato per popolare DatiGeneraliDocumento.Data
<Data t-out="format_date(record.invoice_date)" /> |
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.
invoice_date
è la data del documento
date
è la data di registrazione contabile
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
@SirAionTech riusciamo a sbloccare questa PR? È aperta da gennaio... |
@mmaridev cerca di formattare il nome commit / commit message come indicato qui: https://github.com/OCA/odoo-community.org/blob/master/website/Contribution/CONTRIBUTING.rst?plain=1#L1287 |
Sì certo: quando hai risposto alla revisione #3892 (review) chiedi di aggiornarla |
Sembra che la preferenza sia di usare Anche Odoo standard si adegua: |
ho riletto brevemente le guidelines e mi sembra in linea; dimmi semplicemente come lo vuoi modificato che lo faccio |
Il link mi sembra chiaro:
|
5986b18
to
c3781d3
Compare
/ocabot rebase |
@francesco-ooops The rebase process failed, because command
|
/ocabot rebase |
Sorry @mmaridev you are not allowed to rebase. To do so you must either have push permissions on the repository, or be a declared maintainer of all modified addons. If you wish to adopt an addon and become it's maintainer, open a pull request to add your GitHub login to the |
Immagino i tests siano stati aggiornati da altra PR e per questo falliscano |
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.
Immagino i tests siano stati aggiornati da altra PR e per questo falliscano
Al momento in questa PR falliscono sia pre-commit che i test:
L'ultima esecuziona della CI su 16.0
non ha trovato problemi:
(da https://github.com/OCA/l10n-italy/actions/runs/11437860369)
Quindi questa PR è da modificare per far passare almeno pre-commit e i test.
See issue #2774