-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
[11.0][MIG][ADD]-Migrated WooCommerce Module #44
base: 11.0
Are you sure you want to change the base?
[11.0][MIG][ADD]-Migrated WooCommerce Module #44
Conversation
cb53003
to
903b841
Compare
Hi @YogeshMahera-SerpentCS, can you please preserve commit history following technical method explained in https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-11.0 ? |
@pedrobaeza Added preserve commit history |
Thanks for that, but I'm afraid you are doing the contrary: adding commit history at the end instead of the beginning. You can try the following:
|
…nector_woocommerce as mentioned in issue JayVora-SerpentCS#3
f33d1d2
to
babe993
Compare
babe993
to
4c474ef
Compare
@pedrobaeza Updated Accordingly! |
Great, thanks! I let now reviewers of the code itself. |
I'm testing the uploaded update, and it's experiencing errors when trying to import the products. |
@rodriguesraphael runbot is down! |
I would be nice to get more info in readme. |
@@ -0,0 +1,355 @@ | |||
# © 2009 Tech-Receptives Solutions Pvt. Ltd. | |||
# © 2018 Serpent Consulting Services Pvt. Ltd. |
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.
The copyright on several files have been stripped, as they are strongly similar than: https://github.com/OCA/connector-magento/blob/10.0/connector_magento/components/exporter.py
# record | ||
if not odoo.tools.config['test_enable']: | ||
binding = binding | ||
#self.env.cr.commit() # noqa |
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.
Why is the commit commented out? It's not on purpose, in the original code ;) (https://github.com/OCA/connector-magento/blob/589b62a5306d74e517c7161e9bc87d3f87172e0f/connector_magento/components/exporter.py#L107)
_usage = 'export.mapper' | ||
|
||
|
||
def normalize_datetime(field): |
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 method is useless, it was for Magento which sometimes returns a date/time full of zeroes.
Very interesting :) Do you use this module in production? Do you need a lot of "local customization" to make it run with a typical woocommerce shop? |
Migrated woocommerce module with new functions
Added New functions of Import / Export of product,Sale,customer, product catergories