-
Notifications
You must be signed in to change notification settings - Fork 42
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
[16.0][WIP] rma_account_unreconciled: Migration to 16.0 #462
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AlexPForgeFlow
changed the title
[16.0][MIG] rma_account_unreconciled: Migration to 16.0
[16.0][WIP] rma_account_unreconciled: Migration to 16.0
Oct 9, 2023
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.
Works good 👍
CI red just because dependencies not merged.
type="object" | ||
string="Unreconciled Journal Items" | ||
name="action_view_unreconciled" | ||
groups="account.group_account_invoice" |
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.
Suggested change
groups="account.group_account_invoice" | |
groups="account.group_account_user" |
Because standard Odoo does not let access to journal items if not in that group
AaronHForgeFlow
force-pushed
the
16.0-mig-rma_account_unreconciled
branch
from
October 31, 2023 07:51
2f06a11
to
20f926a
Compare
…ompute method fails. [IMP] rma: use rma user in tests [FIX] rma_account: move_line_id field string [IMP] rma, rma_account, rma_sale, rma_purchase: tests for stock valuation [FIX] account_move_line_rma_order_line: minor lint, make auto-install [IMP] rma_account_unreconciled: use manager user in test
Otherwise the anglo saxon entries won't be correct. For example, the Interim (Delivered) account should balance after receiving and triggering a refund on a customer rma.
AlexPForgeFlow
force-pushed
the
16.0-mig-rma_account_unreconciled
branch
from
May 9, 2024 12:03
20f926a
to
d83db3b
Compare
BernatPForgeFlow
force-pushed
the
16.0-mig-rma_account_unreconciled
branch
from
June 20, 2024 12:10
25a840a
to
27eae39
Compare
…ency RMA lines should be able to reconcile either with OCA or Enterprise reconcile tools.
BernatPForgeFlow
force-pushed
the
16.0-mig-rma_account_unreconciled
branch
from
June 20, 2024 13:41
27eae39
to
def1b22
Compare
JordiBForgeFlow
approved these changes
Jun 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Migration to 16.0
(Features pending of new version) This module allows to reconcile those Orders in a single click. In accounting
settings users will be able to set up a specific account for write-off.
ForgeFlow