-
-
Notifications
You must be signed in to change notification settings - Fork 309
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][14.0] assets_management Aggiunta possibilità di non stampare i cespiti venduti prima della data di stampa #3330
[FIX][14.0] assets_management Aggiunta possibilità di non stampare i cespiti venduti prima della data di stampa #3330
Conversation
f5676c3
to
5d1b7e9
Compare
5d1b7e9
to
a43bfbf
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.
il bottone "View Journal Report" non funziona
a43bfbf
to
47e6fde
Compare
Nel libro cespiti i beni venduti sono nascosti, ma se aggiungo il flag "show sold assets" non li mostra. |
47e6fde
to
4d0d1be
Compare
4d0d1be
to
b2aa573
Compare
Confermo che in entrambi i libri il flag permette di visualizzare i beni dismessi/venduti |
Questa PR non risolve quell'errore, per cui è stata aperta un'altra PR: #3348 Ci sono diversi problemi sul modulo dei cespiti, per cui ho aperto diverse PR separate, in cui ognuna corregge un problema specifico. Si prega di testare solo la soluzione al problema indicato, grazie. |
@@ -56,6 +56,7 @@ class Report(models.TransientModel): | |||
show_totals = fields.Boolean() | |||
|
|||
show_category_totals = fields.Boolean() | |||
show_sold_assets = fields.Boolean() |
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.
Quindi il comportmanto predefinito ora è di non mostrare i cespiti venduti, mentre prima era di mostrarli, giusto?
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.
Esatto (venduti entro l'anno precedente a quello della stampa)
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.
@eLBati posso ritenere chiusa questa osservazione?
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.
Ho aggiunto nel wizard di stampa un help che descrive questo comportamento.
@filipposaviori puoi cortesemente aggiornare la revisione? |
b2aa573
to
00fccb1
Compare
00fccb1
to
345f630
Compare
/ocabot merge patch |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at b82713b. Thanks a lot for contributing to OCA. ❤️ |
Aggiunta possibilità di non stampare i cespiti venduti nell'anno precedente alla data di stampa.