-
-
Notifications
You must be signed in to change notification settings - Fork 680
[18.0][MIG] account_sale_stock_report_non_billed: Migration to 18.0 #1386
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
Draft
bizzappdev
wants to merge
17
commits into
OCA:18.0
Choose a base branch
from
bizzappdev:18.0-mig-account_sale_stock_report_non_billed-BAD
base: 18.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
[18.0][MIG] account_sale_stock_report_non_billed: Migration to 18.0 #1386
bizzappdev
wants to merge
17
commits into
OCA:18.0
from
bizzappdev:18.0-mig-account_sale_stock_report_non_billed-BAD
Conversation
This file contains hidden or 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
With this module we are able to show non invoiced stock moves in a concrete date. TT38550
…eshold in wizard.
…that don't update received qty
By doing this change we can use dates (threshold and check) as a range to discart moves and invoices that are out of this range. TT40443
…n calculating amount to invoice
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-account_sale_stock_report_non_billed Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-account_sale_stock_report_non_billed/
Change the order of the invoice_date and date fields since the invoice date and the accounting date are different for purchases.
- Not all the linked move lines may be in state done, so date_done may have False value. - Dates passed by context may be converted to string by the web client, so we make a defensive conversion call. Refinement of OCA#953 TT44980
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
150c994 to
ffa1edc
Compare
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.
No description provided.