-
-
Notifications
You must be signed in to change notification settings - Fork 306
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] [IMP] l10n_it_delivery_note: link carrier with delivery method #3838
[14.0] [IMP] l10n_it_delivery_note: link carrier with delivery method #3838
Conversation
Hi @aleuffre, @MarcoCalcagni, |
11f04c1
to
19693e7
Compare
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.
non userei il carrier_id come related ma lo compilerei come computed
351b95e
to
4ad93b6
Compare
Sistemato, grazie! |
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.
carrier_ids a cosa serve? io lo escluderei da questa pr
13c08c3
to
8cfa1a1
Compare
8cfa1a1
to
81c14e6
Compare
7bf1c8e
to
a37158b
Compare
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.
Funzionale ok!
- Aggiunta la dipendenza a delivery_carrier_partner per distinguere metodo di consegna da vettore (n metodi di consegna relazionati a 1 vettore)
- Aggiunto vettore al report (opzionale, tramite setting)
- Non è stato modificato il dominio dei picking che possono essere aggiunti ad un DN;
- Sono stati implementati dei warning non bloccanti alla validazione DN per far verificare all'utente la correttezza delle seguenti casistiche:
- vettore impostato nel DN != da quello dei picking correlati;
- picking correlati hanno metodi di consegna relazionati a diversi vettori;
- picking corretlati hanno diversi metodi di consegna per lo stesso vettore.
b15892c
to
42f92c2
Compare
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.
ok, abbiamo aggiunto anche nel report "Carrier" e "Delivery method" (opzionali, da settings) mantenendo invariato il flusso corrente.
Attendo review poi procediamo al merge
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.
Code review, LGTM
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.
LGTM
This PR has the |
@MarcoCalcagni @tafaRU possiamo mergiare? |
Sarei più per lasciarlo, quel valore del picking viene poi utilizzato per impostare automaticamente il "Delivery Method" all'interno del DdT. Siccome ci sono vari warning relativi a "Delivery Method" diversi tra di loro, aiuta a comprendere più facilmente come risolvere tali problemi. |
42f92c2
to
4a71c0d
Compare
/ocabot merge nobump |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at 4ea2b6d. Thanks a lot for contributing to OCA. ❤️ |
delivery.carrier
) e vettore (res.partner
)stock.delivery.note.base.wizard
Alternativa a #3815