0
I Use This!
Inactive

Commits : Listings

Analyzed 10 minutes ago. based on code collected 11 minutes ago.
Jul 24, 2024 — Jul 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[FIX] corrected typo More... over 15 years ago
[IMP] implemented Magento product attribute view. Not the smartest implementation ever, but a working one. More... over 15 years ago
[FIX] removed some default values to match old columns removal More... over 15 years ago
[IMP] removed some unused magento_id mappings! More... over 15 years ago
[IMP] better views More... over 15 years ago
[FIX/REF] can't remove instance field from product attribute sets yet; no need for name_get in product_category (categories aren't expected to be per instance); cleanup More... over 15 years ago
[FIX] restored _inherits fields in partner.py (removed by mistake) More... over 15 years ago
[REF] UTF-8 More... over 15 years ago
[REF] old infrastructure code cleanup More... over 15 years ago
[REF] more old synch infrastructure cleanup More... over 15 years ago
[REF] magento_id key not required on new synch infrastructure More... over 15 years ago
[REF] further old code commit More... over 15 years ago
[REF] removed old unused code More... over 15 years ago
[REF] renamed magerp_product into product to better enfore OpenERP naming conventions More... over 15 years ago
[REF] previous partner refactoring fix More... over 15 years ago
[REF] renamed magerp_customer to partner to better enforce OpenERP naming conventions More... over 15 years ago
[IMP] added yet an other retry in case of Magento service denial (which do happens!!!) More... over 15 years ago
[FIX] better way to find out Magento unit price when using all sort of promotions (now works with points loyalty module) More... over 15 years ago
[FIX] fix create new partner addresses for every sale order, according to Magento. Work around the fact that partner addresses and order addresses in Magento are not the same object by using special ir_model_data prefix More... over 15 years ago
[IMP] implemented automatic picking and invoice draft generation for manual en picking order_policies More... over 15 years ago
this stays between us, but hey Magento I hate you! Working around inconsistent crappy API!! More... over 15 years ago
[FIX] still not working with m2mcategories, but at least now works well with the unique category More... over 15 years ago
[FIX] avoid division by 0 in psycho use cases More... over 15 years ago
[FIX] fixed attribute mapping and bad variable evaluation More... over 15 years ago
[IMP] added Magento product attribute backend type in list view More... over 15 years ago
[IMP] avoid crashing when encountering 'multiselect' product attributes, but do not mapp them so far. More... over 15 years ago
[IMP] automagically increases the sale order line discount precision to 6 digits at install (because Magento uses a different system); fix create stock level on create product More... over 15 years ago
[IMP] implemented concrete shop inventory export. However the current system is dumb and doesn't try to export only product stocks for which stock level variation is due to a recent move (this is because bookkeeping the stock level export date won't be trivial and is different from product export data...) More... over 15 years ago
[FIX] reworked the product create/update in external system to repair the re-create if missing feature More... over 15 years ago
[IMP] order status update support (should be double checked it work well for all possible status) More... over 15 years ago