-
-
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
[14.0][FIX] l10n_it_delivery_note: fix ddt reference in invoice #4119
base: 14.0
Are you sure you want to change the base?
Conversation
Hi @aleuffre, @renda-dev, @MarcoCalcagni, |
@Borruso potresti per favore aprire la issue di riferimento? |
Fatto |
9a4def5
to
a30c302
Compare
a30c302
to
21ed84c
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.
Code review: failing tests
@@ -734,14 +734,16 @@ def action_invoice(self, invoice_method=False): | |||
) | |||
if not sale_ids: | |||
continue | |||
|
|||
delivery_notes = sale_ids.mapped("delivery_note_ids") & self |
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.
I test falliscono perché delivery_note_ids
non è un campo di sale.order
, ma solo di account.move
(viene aggiunto sul SO dal modulo l10n_it_delivery_note_order_link
).
Potremmo mappare su invoice_ids.delivery_note_ids
ma non so se sia corretto.
21ed84c
to
aff93c3
Compare
aff93c3
to
3730a2f
Compare
No description provided.