-
-
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
[17.0][MIG] product_supplierinfo_for_customer_sale: Migration to 17.0 #3149
[17.0][MIG] product_supplierinfo_for_customer_sale: Migration to 17.0 #3149
Conversation
f382994
to
142e823
Compare
This is waiting for this to be merged. |
142e823
to
d87324e
Compare
[REF] product_supplierinfo_for_customer_sale: Changes in test. [REF] product_supplierinfo_for_customer_sale: Complete README.rst
…rch, products found by default code and customer code [REF] product_supplierinfo_for_customer_sale: Add test to find more than one product in name_search [REF] product_supplierinfo_for_customer_sale: In test find one product from customer code and other one from product default code. [REF] product_supplierinfo_for_customer_sale: Changes in name_search to work exactly with number of limit defined. [REF] product_supplierinfo_for_customer_sale: Changes in name_search
- New field name from type to supplierinfo_type - Remove copyright for __init__.py - Re-using variables from tests - Manifest bump version and using module url - Get commit history from https://github.com/OCA/product-attribute/tree/8.0/product_supplierinfo_for_customer_sale - Run 2to3 script - view fixing
… instead of manual assign. - Removing duplicated test for name_search
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
There's no price computation on the module, so there shouldn't be any test regarding this topic, or it can fail in integration tests.
types: int() >= NoneType()
Currently translated at 11.1% (1 of 9 strings) Translation: sale-workflow-11.0/sale-workflow-11.0-product_supplierinfo_for_customer_sale Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-11-0/sale-workflow-11-0-product_supplierinfo_for_customer_sale/de/
…fo by product variant first
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sale-workflow-12.0/sale-workflow-12.0-product_supplierinfo_for_customer_sale Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-12-0/sale-workflow-12-0-product_supplierinfo_for_customer_sale/
Currently translated at 100.0% (6 of 6 strings) Translation: sale-workflow-12.0/sale-workflow-12.0-product_supplierinfo_for_customer_sale Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-12-0/sale-workflow-12-0-product_supplierinfo_for_customer_sale/pt/
ab111a6
to
37cd08b
Compare
@pedrobaeza this is ready for merge. |
/ocabot migration product_supplierinfo_for_customer_sale Reviews are missing |
MB you're right. @luisg123v please review. |
@@ -17,25 +17,26 @@ Product Supplierinfo for Customer Sale | |||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | |||
:alt: License: AGPL-3 | |||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github | |||
:target: https://github.com/OCA/sale-workflow/tree/16.0/product_supplierinfo_for_customer_sale | |||
:target: https://github.com/OCA/sale-workflow/tree/17.0/product_supplierinfo_for_customer_sale |
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.
Commit title:
execution → autofixes
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.
done
@@ -11,7 +11,7 @@ class TestProductNameSearch(TransactionCase): | |||
""" | |||
|
|||
def setUp(self): | |||
super(TestProductNameSearch, self).setUp() | |||
super().setUp() |
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.
Isn't this part of the precommit changes? Did you perform this change manually?
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.
Nop I had to apply it by myself, it is indeed a lint but the autofix didn't change it.
|
||
|
||
class TestProductSupplierinfoForCustomerSale(TransactionCase): | ||
def setUp(self): |
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.
setUpClass
Same in the other test file.
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.
Done
37cd08b
to
80f8294
Compare
80f8294
to
c759f20
Compare
c759f20
to
a8f72de
Compare
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.
This PR has the |
Friendly reminder, this is approved and waiting for merge. |
/ocabot merge nobump |
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at 88d878a. Thanks a lot for contributing to OCA. ❤️ |
No description provided.