-
-
Notifications
You must be signed in to change notification settings - Fork 447
[16.0][IMP] account_reconcile_oca: Improve usability when using Reconcile Mode = 'Keep suspense accounts' #880
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
base: 16.0
Are you sure you want to change the base?
Conversation
Hi @etobella, |
<field | ||
name="reconciled_line_ids" | ||
nolabel="1" | ||
attrs="{'invisible': [('reconcile_mode', '!=', 'keep')]}" |
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.
attrs="{'invisible': [('reconcile_mode', '!=', 'keep')]}" | |
attrs="{'invisible': ['|', ('reconcile_mode', '!=', 'keep'), ('reconciled_line_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.
@JordiMForgeFlow fixed!
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.
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.
@JordiMForgeFlow Made a mistake. Now should be fixed.
9b30e9e
to
5e66a3c
Compare
…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.
5e66a3c
to
1c60ba2
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 + functional 👍🏼
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.
@etobella @JordiMForgeFlow