-
-
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
[FIX][12.0] add ability to remove current selection dichiarazione di intento in invoice #2437
[FIX][12.0] add ability to remove current selection dichiarazione di intento in invoice #2437
Conversation
46340fd
to
0d136d0
Compare
invoice.dichiarazione_intento_ids = [ | ||
(4, declaration.id)] | ||
if self.declaration_ids: | ||
invoice.dichiarazione_intento_ids = [(6, 0, self.declaration_ids.ids)] |
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.dichiarazione_intento_ids
non può contenere dichiarazioni arrivate da qualcosa di diverso da self.declaration_ids
?
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.
Possono essere impostate dalla righe fattura alla validazione, non ho trovato un metodo per far andare in conflitto le due cose.
0d136d0
to
fe8ac02
Compare
#3498 ho aperto una pr simile che fa si che vengono messe solo le righe selezionate e mostra quelle davvero usabili |
/ocabot rebase |
Congratulations, PR rebased to 12.0. |
fe8ac02
to
28a4dc4
Compare
/ocabot rebase |
…intento in invoice
Congratulations, PR rebased to 12.0. |
28a4dc4
to
249380a
Compare
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. |
Descrizione del problema o della funzionalità: non è possibile rimuovere le dichiarazioni d'intento indicate nel campo nel tab Altre informazioni in fattura
Comportamento attuale prima di questa PR: non si possono rimuovere le dichiarazioni, anche se rimosse nel wizard
Comportamento desiderato dopo questa PR: si possono rimuovere le dichiarazioni andando a rimuoverle nel wizard
--
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