[11.0][MIG][ADD]-Migrated WooCommerce Module#44
[11.0][MIG][ADD]-Migrated WooCommerce Module#44YogeshMahera-SerpentCS wants to merge 8 commits intoOCA:11.0from
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.
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.
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.
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