-
-
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][MIG] sale_order_product_recommendation #2454
Closed
SoporteOperu
wants to merge
46
commits into
OCA:16.0
from
SoporteOperu:16.0-mig-sale_order_product_recommendation
Closed
[16.0][MIG] sale_order_product_recommendation #2454
SoporteOperu
wants to merge
46
commits into
OCA:16.0
from
SoporteOperu:16.0-mig-sale_order_product_recommendation
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
This wizard that you can see now in your quotations will let you add products quickly based on the customer's recent purchase history.
We can't limit results on read_group, because we can't set the same criteria to order results, and thus the N groups populated might be not the top ones looked for.
- When a SO is confirmed the button is still visible so the wizard can be used to add or remove lines and products. The same restrictions that exist editing the order manually apply to the wizard.
Using force_save option in views
- Improve test declaration inherability
…ok products in recommendation wizard BTW I fixed a bug that counted products in the active SO as delivered, when it was impossible in most cases. Fixed the test to reflect the new logic. Co-Authored-By: Jairo Llopis <Yajo@users.noreply.github.com>
Add kanban + form for proper mobile usage.
…fied` It's better to simply check the flag condition than to keep that field.
…t to product default one Having a related field to default sale secondary UoM makes this recommendator to not fit possible different secondary UoM to be used. This commit fixes this behavior. A refactoring on the main module having a prepare method hook has been needed.
…hanges Previous code was not very resilient to possible extra adaptations or require specific code to be added to the old hook `_trigger_so_line_onchanges`. With this, we make sure all onchanges are executed thanks to the odoo.tests.Form class. We lose a bit of performance, but it's better than to have issues with data not correctly synchronized.
For avoiding errors like accessing mail.tracking.value when changing values.
…ct.product model instead of product.template in wizard kanban view. TT26749
…from listprice or from last sale order. TT26727
…from listprice or from last sale order. Computed with ORM instead of sql queries TT26727
… line with last_sale_order price unit from recommendation line TT27183
…recommendation wizard always sort by times delivered desc (even if the sale order already has any line)
…orders by delivery address
…ivery_address On delivery address we want to take into account just this field and not the commercial_partner_id. And fixed 1 term to make it impersonal. cc @Tecnativa TT29597
… get orders from other salesperson TT30453
…ndations found due to date data
…mber and backward months by settings TT33165
…ducts from recommendations TT35965
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sale-workflow-15.0/sale-workflow-15.0-sale_order_product_recommendation Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-15-0/sale-workflow-15-0-sale_order_product_recommendation/
Hello @SoporteOperu , thank you for this migration! 😄 Are you going to continue with it? |
/ocabot rebase |
@rafaelbn The rebase process failed, because command
|
Sorry this modules is already migrated in https://github.com/OCA/sale-workflow/tree/16.0/sale_order_product_recommendation I was lookging for sale_order_product_recommendation_product_sold_by_delivery_week Thanks |
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.