-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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][IMP][FIX] sale_invoice_plan - WIP #2875
Open
dreispt
wants to merge
61
commits into
OCA:16.0
Choose a base branch
from
ursais:16.0-IMP-sale_invoice_plan
base: 16.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.
Open
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
Currently translated at 100.0% (56 of 56 strings) Translation: sale-workflow-12.0/sale-workflow-12.0-sale_invoice_plan Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-12-0/sale-workflow-12-0-sale_invoice_plan/zh_CN/
Currently translated at 100.0% (56 of 56 strings) Translation: sale-workflow-12.0/sale-workflow-12.0-sale_invoice_plan Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-12-0/sale-workflow-12-0-sale_invoice_plan/nl_NL/
1. Plan date now passed to invoice date 2. Allow edit invoice plan, if no invoice created yet (invoice_count = 0) 3. Add new view Sales Invoice Plan
Currently translated at 92.9% (52 of 56 strings) Translation: sale-workflow-12.0/sale-workflow-12.0-sale_invoice_plan Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-12-0/sale-workflow-12-0-sale_invoice_plan/fr/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sale-workflow-12.0/sale-workflow-12.0-sale_invoice_plan Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-12-0/sale-workflow-12-0-sale_invoice_plan/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sale-workflow-13.0/sale-workflow-13.0-sale_invoice_plan Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-13-0/sale-workflow-13-0-sale_invoice_plan/
Currently translated at 100.0% (64 of 64 strings) Translation: sale-workflow-13.0/sale-workflow-13.0-sale_invoice_plan Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-13-0/sale-workflow-13-0-sale_invoice_plan/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sale-workflow-13.0/sale-workflow-13.0-sale_invoice_plan Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-13-0/sale-workflow-13-0-sale_invoice_plan/
The implementation has changed in 14.0
remove the dependency on sale_stock which does not seem to be required. this allows to use the module in service companies which don't need the stock application
…f the product's unit of measure
The Advance Payment use case still doesn't work, but at least invoicing one by one works.
- Move menu item after Sales Orders, rather than first option - Fix typo
When installed along with sale_subscription, recurring order would show two "Create Invoice" buttons. This is because the Subscription app adds a "Create Invoice" button specific for recurring orders. The solution is to not force the Sales Order original "Create Invoice" button visible. Instead make the "Create Invoice By Plan" button available.
dreispt
changed the title
[IMP][FIX] sale_invoice_plan
[16.0][IMP][FIX] sale_invoice_plan
Dec 28, 2023
dreispt
changed the title
[16.0][IMP][FIX] sale_invoice_plan
[16.0][IMP][FIX] sale_invoice_plan - WIP
Dec 28, 2023
@dreispt Is this still WIP ? |
@rousseldenis I was not able to get the Advance Payment case work, and it was not relevant for my use cases, so I couldn't afford spending more effort on it. |
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.
Depends and includes #2438 plus ursais#12