0
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected about 24 hours ago.
Jul 21, 2024 — Jul 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[IMP] retry if connection dies meanwhile (seems to happen on sharehosts sometimes) More... over 15 years ago
[IMP] better storeview Magento id key, avoid unicode errors More... over 15 years ago
[IMP] context support in ext_create and ext_update methods More... over 15 years ago
[REF] more support from base_sale_multichannels instead More... over 15 years ago
[REF] comments More... over 15 years ago
[FIX] translation function import might be missing before that More... over 15 years ago
[IMP] richer views: shop inside websites; name only once per form More... over 15 years ago
[IMP] clean up and added sale.shop (eg Magento stores) menu short cut More... over 15 years ago
[IMP] more explicit button labels More... over 15 years ago
[IMP] disabled buggy action that are not usefull anyway (because per sale.shop action work well) More... over 15 years ago
[IMP] export product simple attributes (after Magento EAV model), that is char, text, date, int, float. TODO: export many2one option attributes too, retrieving their value too More... over 15 years ago
[REF] removed deprecated unused code More... over 15 years ago
[IMP/FIX] adapt to new create/update API (re-create if external resource has been deleted); fix SKU unique generation; optimise default attr set query to Magento only once when exporting a product collection More... over 15 years ago
[IMP] disabled global category export as we have it working well per shop. Global product export still broken as well, but really no big deal as per sale.shop export work well (after next commit) More... over 15 years ago
[IMP] more explicit root categ field name, store=True to avoid hitting Magento on each read More... over 15 years ago
[FIX] category parent_id export More... over 15 years ago
[FIX] fix wrong shipping amount comparison (could lead to divide by 0 error) More... over 15 years ago
[FIX] fix sale_tax_include and import only new orders support More... over 15 years ago
[FIX] only use price_type field if told (sale_tax_include module should be installed) More... over 15 years ago
[IMP] added order tax price included support More... over 15 years ago
[FIX] fix SKU generation and update API More... over 15 years ago
[IMP] now export/update stock levels, based on product virtual stock; thanks to @simahawk for explaining how this was working More... over 15 years ago
[IMP/REF] shop export_catalog now based entirely on new ir_model_data infrastructure More... over 15 years ago
[IMP] magento_sku on product view More... over 15 years ago
[FIX] category mapping fix More... over 15 years ago
[IMP/REF] - match new base_external_referentials API More... over 15 years ago
[IMP] accept guest mode orders; properly import orders only for the requested OpenERP/Magento shop/store More... over 15 years ago
[IMP] correct shop id in orders; provided we filter orders by shop (which we do not yet) More... over 15 years ago
[IMP] matches simple single VAT for order lines (product and shipping), based on percent or deduced percent passed by Magento (might not deal with more complex taxes) More... over 15 years ago
[REF] splitted large import orders method to make overriding easier More... over 15 years ago