Skip to content

Conversation

JordiBForgeFlow
Copy link
Member

When using Reconcile Mode = 'Keep suspense accounts' do show the reconciled move lines in the reconciliation screen, and show a button 'View moves' instead of 'View move'.

This change makes it much easier for the user to review what accounts did the user choose to reconcile the statement line with.

image

@etobella @JordiMForgeFlow

@OCA-git-bot
Copy link
Contributor

Hi @etobella,
some modules you are maintaining are being modified, check this out!

<field
name="reconciled_line_ids"
nolabel="1"
attrs="{'invisible': [('reconcile_mode', '!=', 'keep')]}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
attrs="{'invisible': [('reconcile_mode', '!=', 'keep')]}"
attrs="{'invisible': ['|', ('reconcile_mode', '!=', 'keep'), ('reconciled_line_ids', '=', [])]}"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when I unreconcile a transaction that I previously reconciled, it still shows:

image

Maybe we should try ('reconciled_line_ids', '=', False) instead of ('reconciled_line_ids', '=', [])

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JordiMForgeFlow Made a mistake. Now should be fixed.

@JordiBForgeFlow JordiBForgeFlow force-pushed the 16.0-imp-account_reconcile_oca-keep branch from 9b30e9e to 5e66a3c Compare July 21, 2025 17:42
…se accounts',

do show the reconciled move lines in the reconciliation screen, and
show a button 'View moves' instead of 'View move'.

This change makes it much easier for the user to review what accounts
did the user choose to reconcile the statement line with.
@JordiBForgeFlow JordiBForgeFlow force-pushed the 16.0-imp-account_reconcile_oca-keep branch from 5e66a3c to 1c60ba2 Compare July 22, 2025 07:35
Copy link
Contributor

@JordiMForgeFlow JordiMForgeFlow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

code + functional 👍🏼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants