You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have some improvements which I think could be beneficial:
Do not included move lines with a display_type: <trLine t-foreach="m.line_ids" t-as="l"> ->>> <trLine t-foreach="m.line_ids.filtered(lambda l: not l.display_type)" t-as="l">
Hi all,
Have some improvements which I think could be beneficial:
<trLine t-foreach="m.line_ids" t-as="l"> ->>> <trLine t-foreach="m.line_ids.filtered(lambda l: not l.display_type)" t-as="l">
add
"and parent_state = 'posted' ",
to queries:get_move_line_total_credit
get_move_line_total_debit
get_move_line_count
get_ob_totals
EDIT: There is a PR for this: [14.0][FIX] Only include move lines that have been posted in the SQL queries #325
@antonioburic your work on the module triggered me with some improvements I had in mind.
Cas
The text was updated successfully, but these errors were encountered: