-
-
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
[MIG] sale_order_product_recommendation: Migration to 18.0 #3419
base: 18.0
Are you sure you want to change the base?
[MIG] sale_order_product_recommendation: Migration to 18.0 #3419
Commits on Nov 20, 2024
-
[ADD] sale_order_product_recommendation: SO product wizard
This wizard that you can see now in your quotations will let you add products quickly based on the customer's recent purchase history.
Configuration menu - View commit details
-
Copy full SHA for 987bc5b - Browse repository at this point
Copy the full SHA 987bc5bView commit details -
[FIX] sale_order_product_recommendation: Limit after populating results
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.
Configuration menu - View commit details
-
Copy full SHA for b5b3a84 - Browse repository at this point
Copy the full SHA b5b3a84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 139ed51 - Browse repository at this point
Copy the full SHA 139ed51View commit details -
Configuration menu - View commit details
-
Copy full SHA for c14e1fb - Browse repository at this point
Copy the full SHA c14e1fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcb6de3 - Browse repository at this point
Copy the full SHA dcb6de3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80f8fca - Browse repository at this point
Copy the full SHA 80f8fcaView commit details -
[IMP] sale_order_product_recommendation: button visibility
- 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.
Configuration menu - View commit details
-
Copy full SHA for 56160c2 - Browse repository at this point
Copy the full SHA 56160c2View commit details -
[FIX] sale_order_product_recommendation: Save product_id value
Using force_save option in views
Configuration menu - View commit details
-
Copy full SHA for b7dddb7 - Browse repository at this point
Copy the full SHA b7dddb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b92589 - Browse repository at this point
Copy the full SHA 4b92589View commit details -
[IMP] sale_order_product_recommendation: slipt tests
- Improve test declaration inherability
Configuration menu - View commit details
-
Copy full SHA for cc9ab51 - Browse repository at this point
Copy the full SHA cc9ab51View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccac3c1 - Browse repository at this point
Copy the full SHA ccac3c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f57286d - Browse repository at this point
Copy the full SHA f57286dView commit details -
[IMP] sale_order_product_recommendation: Display only active or sale …
…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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 23eb442 - Browse repository at this point
Copy the full SHA 23eb442View commit details -
[IMP] sale_order_product_recommendation: Mobile views
Add kanban + form for proper mobile usage.
Configuration menu - View commit details
-
Copy full SHA for c53fe62 - Browse repository at this point
Copy the full SHA c53fe62View commit details -
[IMP] sale_order_product_recommendation: Remove useless flag `is_modi…
…fied` It's better to simply check the flag condition than to keep that field.
Configuration menu - View commit details
-
Copy full SHA for 6d9fc55 - Browse repository at this point
Copy the full SHA 6d9fc55View commit details -
[FIX] sale_order_recommendation_secondary_unit: Don't tie second. uni…
…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.
Configuration menu - View commit details
-
Copy full SHA for 5d7f234 - Browse repository at this point
Copy the full SHA 5d7f234View commit details -
[IMP] sale_order_product_recommendation*: Use Form for populating onc…
…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.
Configuration menu - View commit details
-
Copy full SHA for 8b5b926 - Browse repository at this point
Copy the full SHA 8b5b926View commit details -
[FIX] sale_order_product_recommendation: Use odoo.tests.Form as sudo
For avoiding errors like accessing mail.tracking.value when changing values.
Configuration menu - View commit details
-
Copy full SHA for dd8104f - Browse repository at this point
Copy the full SHA dd8104fView commit details -
[FIX] sale_order_product_recommendation: Get product image form produ…
…ct.product model instead of product.template in wizard kanban view. TT26749
Configuration menu - View commit details
-
Copy full SHA for 04f258d - Browse repository at this point
Copy the full SHA 04f258dView commit details -
[IMP] sale_order_product_recommendation: Allow to display price unit …
…from listprice or from last sale order. TT26727
Configuration menu - View commit details
-
Copy full SHA for 4b0d043 - Browse repository at this point
Copy the full SHA 4b0d043View commit details -
[IMP] sale_order_product_recommendation: Allow to display price unit …
…from listprice or from last sale order. Computed with ORM instead of sql queries TT26727
Configuration menu - View commit details
-
Copy full SHA for 7936dd0 - Browse repository at this point
Copy the full SHA 7936dd0View commit details -
[IMP] sale_order_product_recommendation: Allow to create a sale order…
… line with last_sale_order price unit from recommendation line TT27183
Configuration menu - View commit details
-
Copy full SHA for 892c201 - Browse repository at this point
Copy the full SHA 892c201View commit details -
[IMP] sale_order_product_recommendation: When user opens the product …
…recommendation wizard always sort by times delivered desc (even if the sale order already has any line)
Configuration menu - View commit details
-
Copy full SHA for f6a1847 - Browse repository at this point
Copy the full SHA f6a1847View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b1d076 - Browse repository at this point
Copy the full SHA 3b1d076View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1355870 - Browse repository at this point
Copy the full SHA 1355870View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a2bbe0 - Browse repository at this point
Copy the full SHA 1a2bbe0View commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 89d42ba - Browse repository at this point
Copy the full SHA 89d42baView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebf4342 - Browse repository at this point
Copy the full SHA ebf4342View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6715fe - Browse repository at this point
Copy the full SHA c6715feView commit details -
[IMP] sale_order_product_recommendation: Added option to filter sale_…
…orders by delivery address
Configuration menu - View commit details
-
Copy full SHA for 4a4c5d0 - Browse repository at this point
Copy the full SHA 4a4c5d0View commit details -
[FIX] sale_order_product_recommendation: commercial_partner_id on del…
…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
Configuration menu - View commit details
-
Copy full SHA for 9e4cfb3 - Browse repository at this point
Copy the full SHA 9e4cfb3View commit details -
[IMP] sale_order_product_recommendation: Get sale orders with sudo to…
… get orders from other salesperson TT30453
Configuration menu - View commit details
-
Copy full SHA for dae4640 - Browse repository at this point
Copy the full SHA dae4640View commit details -
[FIX] sale_order_product_recommendation: Fix tests. Not order recomme…
…ndations found due to date data
Configuration menu - View commit details
-
Copy full SHA for 1f8a47f - Browse repository at this point
Copy the full SHA 1f8a47fView commit details -
[IMP] sale_order_product_recommendation: Allow set recommendations nu…
…mber and backward months by settings TT33165
Configuration menu - View commit details
-
Copy full SHA for c7d82be - Browse repository at this point
Copy the full SHA c7d82beView commit details -
[IMP] sale_order_product_recommendation: Exclude delivery carrier pro…
…ducts from recommendations TT35965
Configuration menu - View commit details
-
Copy full SHA for 063165e - Browse repository at this point
Copy the full SHA 063165eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09ccca3 - Browse repository at this point
Copy the full SHA 09ccca3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8340469 - Browse repository at this point
Copy the full SHA 8340469View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47f6566 - Browse repository at this point
Copy the full SHA 47f6566View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5532087 - Browse repository at this point
Copy the full SHA 5532087View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31be022 - Browse repository at this point
Copy the full SHA 31be022View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2b217d - Browse repository at this point
Copy the full SHA a2b217dView commit details -
Translated using Weblate (Portuguese (Brazil))
Currently translated at 72.5% (37 of 51 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_order_product_recommendation Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_product_recommendation/pt_BR/
Configuration menu - View commit details
-
Copy full SHA for 3d46935 - Browse repository at this point
Copy the full SHA 3d46935View commit details -
Translated using Weblate (Spanish)
Currently translated at 100.0% (51 of 51 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_order_product_recommendation Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_product_recommendation/es/
Configuration menu - View commit details
-
Copy full SHA for 1e2365b - Browse repository at this point
Copy the full SHA 1e2365bView commit details -
Translated using Weblate (Portuguese (Brazil))
Currently translated at 74.5% (38 of 51 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_order_product_recommendation Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_product_recommendation/pt_BR/
Configuration menu - View commit details
-
Copy full SHA for 22d2612 - Browse repository at this point
Copy the full SHA 22d2612View commit details -
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (51 of 51 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_order_product_recommendation Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_product_recommendation/pt_BR/
Configuration menu - View commit details
-
Copy full SHA for fea6013 - Browse repository at this point
Copy the full SHA fea6013View commit details -
Configuration menu - View commit details
-
Copy full SHA for db81d77 - Browse repository at this point
Copy the full SHA db81d77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d667d3 - Browse repository at this point
Copy the full SHA 7d667d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4491b9 - Browse repository at this point
Copy the full SHA a4491b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d04c6ec - Browse repository at this point
Copy the full SHA d04c6ecView commit details -
Translated using Weblate (Spanish)
Currently translated at 100.0% (59 of 59 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_order_product_recommendation Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_product_recommendation/es/
Configuration menu - View commit details
-
Copy full SHA for 40b9ee1 - Browse repository at this point
Copy the full SHA 40b9ee1View commit details -
[FIX] sale_order_product_recommendation: remove flaky create & new bu…
…tton from mobile view Before this patch, mobile view displayed a "Save & New" button. Clicking on it didn't make sense (you couldn't add new lines in desktop view FWIW) and produced an exception. Now, the wizard lines are emptied when altering the form. The user must regenerate recommendations manually with a new button. [This makes the widget understand that it cannot create lines][1]. Thus, that "Save & New" button doesn't appear anymore, and the user can just edit the recommendator lines. [1]: https://github.com/odoo/odoo/blob/23f01c533512cbfb33e90509e22cd3c3c4f99d40/addons/web/static/src/views/fields/relational_utils.js#L464 @moduon MT-4393 Co-authored-by: Rafael Blasco <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e031790 - Browse repository at this point
Copy the full SHA e031790View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0ec4b1 - Browse repository at this point
Copy the full SHA f0ec4b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 823d741 - Browse repository at this point
Copy the full SHA 823d741View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84fd6e9 - Browse repository at this point
Copy the full SHA 84fd6e9View commit details -
[FIX] sale_order_product_recommendation: lower test permissions
Tests now are more trustable because they don't run as admin. @moduon MT-4472
Configuration menu - View commit details
-
Copy full SHA for 7a853cc - Browse repository at this point
Copy the full SHA 7a853ccView commit details -
Translated using Weblate (Spanish)
Currently translated at 100.0% (60 of 60 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_order_product_recommendation Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_product_recommendation/es/
Configuration menu - View commit details
-
Copy full SHA for bf6121e - Browse repository at this point
Copy the full SHA bf6121eView commit details -
[IMP] sale_order_product_recommendation: better ordering
New shiny feature: you can un/favorite products, and those will appear first in the list of recommendations. New not-so-shiny feature: recommendations will be sortable by product category in desktop view. While testing the module in the field, it turned out that salespeople often use recommendations based on the product category. Other than that, the favorites option still helps. @moduon MT-4472
Configuration menu - View commit details
-
Copy full SHA for 3a8066f - Browse repository at this point
Copy the full SHA 3a8066fView commit details -
Translated using Weblate (Italian)
Currently translated at 100.0% (60 of 60 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_order_product_recommendation Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_product_recommendation/it/
Configuration menu - View commit details
-
Copy full SHA for c98de39 - Browse repository at this point
Copy the full SHA c98de39View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0e9fbb - Browse repository at this point
Copy the full SHA f0e9fbbView commit details -
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sale-workflow-16.0/sale-workflow-16.0-sale_order_product_recommendation Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_product_recommendation/
Configuration menu - View commit details
-
Copy full SHA for 63cc0a7 - Browse repository at this point
Copy the full SHA 63cc0a7View commit details -
Translated using Weblate (Spanish)
Currently translated at 100.0% (62 of 62 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_order_product_recommendation Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_product_recommendation/es/
Configuration menu - View commit details
-
Copy full SHA for a3996bd - Browse repository at this point
Copy the full SHA a3996bdView commit details -
[FIX] sale_order_product_recommendation: smaller heading on wizard
Before this patch, the wizard header had too much height on desktop computers. Besides, the +/- buttons that appear when `web_numeric_step` is installed were too far apart on tablets. @moduon MT-4472
Configuration menu - View commit details
-
Copy full SHA for 6fbe927 - Browse repository at this point
Copy the full SHA 6fbe927View commit details -
Translated using Weblate (Italian)
Currently translated at 100.0% (62 of 62 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_order_product_recommendation Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_product_recommendation/it/
Configuration menu - View commit details
-
Copy full SHA for 24d8471 - Browse repository at this point
Copy the full SHA 24d8471View commit details -
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (62 of 62 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_order_product_recommendation Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_product_recommendation/pt_BR/
Configuration menu - View commit details
-
Copy full SHA for 00e69a2 - Browse repository at this point
Copy the full SHA 00e69a2View commit details -
[FIX] sale_order_product_recommendation: don't destroy choices when c…
…riteria changes Before this patch: 1. Open the recommendations wizard. 2. Generate recommendations. 3. Use those recommendation lines to add some products to the SO. 4. Change some filter parameter. 5. 💣 All changes you made are lost. Now, to change filter criteria, you have to click on a button that will warn you about changes being lost. Then, you can choose to not do that, and instead save before opening a new recommendations wizard. @moduon MT-4472
Configuration menu - View commit details
-
Copy full SHA for 37b7001 - Browse repository at this point
Copy the full SHA 37b7001View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9518f98 - Browse repository at this point
Copy the full SHA 9518f98View commit details -
[IMP] sale_order_product_recommendation: choose order on mobile
Before, recommendations on mobile screens couldn't be sorted because they are using the kanban widget, which doesn't allow it. Recommendation lines order is particularly important to improve salesperson efficiency, so a special feature is added here so that it can be done while using the module in mobile. The previous default behavior is respected. @moduon MT-4472
Configuration menu - View commit details
-
Copy full SHA for 6cf48b7 - Browse repository at this point
Copy the full SHA 6cf48b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00235d5 - Browse repository at this point
Copy the full SHA 00235d5View commit details -
[IMP] sale_order_product_recommendation: sort separately by product n…
…ame or code Before this patch, only one column was displayed for product. Thus, sorting by its name was giving unexpected results if some had code and others didn't. Now that column is hidden by default, and product name and code are split in 2 columns that can be sorted separately in list view. As the amount of list columns grows, I added `optional="show"` to more of them. For mobile kanban, product code order is added to the settings before generating recommendations. @moduon MT-4472
Configuration menu - View commit details
-
Copy full SHA for 51e43d1 - Browse repository at this point
Copy the full SHA 51e43d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6261308 - Browse repository at this point
Copy the full SHA 6261308View commit details -
Translated using Weblate (Italian)
Currently translated at 100.0% (71 of 71 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_order_product_recommendation Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_product_recommendation/it/
Configuration menu - View commit details
-
Copy full SHA for d0b58c0 - Browse repository at this point
Copy the full SHA d0b58c0View commit details -
Translated using Weblate (Spanish)
Currently translated at 100.0% (71 of 71 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_order_product_recommendation Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_product_recommendation/es/
Configuration menu - View commit details
-
Copy full SHA for deb9cce - Browse repository at this point
Copy the full SHA deb9cceView commit details -
[FIX] sale_order_product_recommendation: AccessError when getting rec…
…ommendations A simple salesperson couldn't access recommendations after OCA#2913 was merged. It turns out that these tests were not using the testing user they created, although it seemed like so. Now I'm reducing the permissions for the user that runs the tests, and thus can fix the issue and get it tested. @moduon MT-4941
Configuration menu - View commit details
-
Copy full SHA for 43211c2 - Browse repository at this point
Copy the full SHA 43211c2View commit details -
[FIX] sale_order_product_recommendation: feedback when nothing is found
As OCA#2936 (comment) shows, when there's nothing found and there's no user feedback, the wizard looked like stuck. Now there's a visual feedback indicating the user what's happening and what to do. @moduon MT-4941
Configuration menu - View commit details
-
Copy full SHA for 30767c7 - Browse repository at this point
Copy the full SHA 30767c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a86ca55 - Browse repository at this point
Copy the full SHA a86ca55View commit details -
Translated using Weblate (Italian)
Currently translated at 100.0% (72 of 72 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_order_product_recommendation Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_product_recommendation/it/
Configuration menu - View commit details
-
Copy full SHA for b3cc67f - Browse repository at this point
Copy the full SHA b3cc67fView commit details -
Translated using Weblate (Spanish)
Currently translated at 100.0% (72 of 72 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_order_product_recommendation Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_product_recommendation/es/
Configuration menu - View commit details
-
Copy full SHA for 34e2c6b - Browse repository at this point
Copy the full SHA 34e2c6bView commit details -
[FIX] sale_order_product_recommendation: make UoM work
Before this patch, UoM wasn't being properly inherited into generated lines when those lines didn't exist previously in the SO. Also, changing it manually didn't work as expected in that same case. This is because the UoM was related to the SOL UoM. But if there was no SOL, it did nothing. Now it's properly computed. UoM comes from the product if there's no SOL or it can't provide it. The user can change it to other UoM of the same category. The change is propagated when applying the wizard, both when creating lines and updating them. Tests added. @moduon MT-4472
Configuration menu - View commit details
-
Copy full SHA for 6d6d2c4 - Browse repository at this point
Copy the full SHA 6d6d2c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87b372c - Browse repository at this point
Copy the full SHA 87b372cView commit details -
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sale-workflow-16.0/sale-workflow-16.0-sale_order_product_recommendation Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_product_recommendation/
Configuration menu - View commit details
-
Copy full SHA for b3fe827 - Browse repository at this point
Copy the full SHA b3fe827View commit details -
Translated using Weblate (Spanish)
Currently translated at 100.0% (75 of 75 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_order_product_recommendation Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_product_recommendation/es/
Configuration menu - View commit details
-
Copy full SHA for 73886b2 - Browse repository at this point
Copy the full SHA 73886b2View commit details -
Translated using Weblate (Italian)
Currently translated at 100.0% (75 of 75 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_order_product_recommendation Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_product_recommendation/it/
Configuration menu - View commit details
-
Copy full SHA for c4e5135 - Browse repository at this point
Copy the full SHA c4e5135View commit details -
[FIX] sale_order_product_recommendation: product category field string
Product category was labeled as "Complete name" due to a typo in field definition, which didn't make any sense. @moduon MT-5404
Configuration menu - View commit details
-
Copy full SHA for 71fac70 - Browse repository at this point
Copy the full SHA 71fac70View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3a393c - Browse repository at this point
Copy the full SHA e3a393cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec1bc0b - Browse repository at this point
Copy the full SHA ec1bc0bView commit details -
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sale-workflow-16.0/sale-workflow-16.0-sale_order_product_recommendation Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_product_recommendation/
Configuration menu - View commit details
-
Copy full SHA for ab94d54 - Browse repository at this point
Copy the full SHA ab94d54View commit details -
[IMP] sale_order_product_recommendation: improve performance of propa…
…gating recommendations to sale order
Configuration menu - View commit details
-
Copy full SHA for d2bfe7f - Browse repository at this point
Copy the full SHA d2bfe7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c40583 - Browse repository at this point
Copy the full SHA 2c40583View commit details -
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (73 of 73 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_order_product_recommendation Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_product_recommendation/pt_BR/
Configuration menu - View commit details
-
Copy full SHA for 5b02e0f - Browse repository at this point
Copy the full SHA 5b02e0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68c01ad - Browse repository at this point
Copy the full SHA 68c01adView commit details -
Configuration menu - View commit details
-
Copy full SHA for c387595 - Browse repository at this point
Copy the full SHA c387595View commit details -
Configuration menu - View commit details
-
Copy full SHA for c75907f - Browse repository at this point
Copy the full SHA c75907fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 607886e - Browse repository at this point
Copy the full SHA 607886eView commit details
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6585d51 - Browse repository at this point
Copy the full SHA 6585d51View commit details