0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[FIX] shame on me, two days that I forgot to commit/push the product attribute set mapping resulting in errors such as specialized menu showing no products. Fixed! More... about 15 years ago
[FIX] better store/storeview mapping in OpenERP, this prepare the multi-lingual export More... about 15 years ago
[IMP] basic support for multi-lingual synch: a short list of product attributes are translatable, in the future could be base on the scope (if == 'store') in Magento More... about 15 years ago
[FIX] never figured out the fuck Python tuples means, but making Python happy removing typo More... about 15 years ago
[IMP] first attempt to map Magento "Fixed Product Tax" (weee) attribute type More... about 15 years ago
[FIX] selects is_in_stock properly for Magento inventory export (while we never had a clue if the current code makes bugs) More... about 15 years ago
[FIX] fixed attribute set export from OpenERP to Magento More... about 15 years ago
[FIX] fixed bug: for the default attribute set, Magento bastard doesn't give the attribute_set in webservice, resulting in "Products by attribute set specialized views show no products assigned to them" More... about 15 years ago
[FIX] crated_at and updated_at product attribute should not be mandatory in OpenERP More... about 15 years ago
[IMP] set field in product is better readonly (since domain restricts it). Use sub menus to choose the attribute set. More... about 15 years ago
[IMP] now filter products by attribute sets in products submenus. To update you should re-import your Magento products and Attribute sets More... about 15 years ago
[FIX] fixed Error due to no shipping tax during order import, thanks to @youngi for reporting More... about 15 years ago
[FIX] fixed: " Product prices exported to magento reads the SPECIAL PRICE value even if it's 0.0", also made special mapping for minimal_price. More... about 15 years ago
[FIX] fix over previous commit, bad boolean check More... about 15 years ago
[FIX] fixed: required attributes that apply only to certain kinds shouldn't be required in OpenERP. Now we only only check presence if attributes applies to default, simple or configurable, else no. More... about 15 years ago
[IMP] no more "placeholder" empty tab on the classical product form view (with no attribute set in context) More... about 15 years ago
[FIX] removed unused exotic import More... about 15 years ago
[FIX] fixed category export mapping template (regression after we started using the generic mapping for it) More... about 15 years ago
[FIX] now create Products submenus for each Magento attribute_set and use its context to build the product view dynamically More... about 15 years ago
[FIX] speed up product from display by decreasing the number of requests, should be already acceptable in most cases More... about 15 years ago
[FIX]Partner Categories VIEW ERROR after module installation
sharoonthomas
as Sharoon Thomas
More... about 15 years ago
[MERGE] More... about 15 years ago
[FIX] fixed Product code import (map SKU) and improved categ_ids import/export (FIXME: only import first Magento found categ) More... about 15 years ago
[FIX] discount field should be increased in invoice line too More... about 15 years ago
[FIX]Attribute err when sp characters are present. Proposed fix
sharoonthomas
as Sharoon Thomas
More... about 15 years ago
[FIX] only create attribute mapping if it doesn't overlap a custom mapping with for same attribute More... about 15 years ago
[FIX] fixed many2one attribute options export, now required Magento fields are required only if product is exportable to Magento More... about 15 years ago
[FIX] attribute options import More... about 15 years ago
[FIX][IMP] fixed attribute option import, implemented product attribute/custom mapping export, not tested yet tough More... about 15 years ago
[IMP][FIX] fixed view generation with hugly hack for now; now also map multiselect attributes as an array of ids serialized into a string which is better than nothing More... about 15 years ago