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] corrected typo More... about 15 years ago
[IMP] implemented Magento product attribute view. Not the smartest implementation ever, but a working one. More... about 15 years ago
[FIX] removed some default values to match old columns removal More... about 15 years ago
[IMP] removed some unused magento_id mappings! More... about 15 years ago
[IMP] better views More... about 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... about 15 years ago
[FIX] restored _inherits fields in partner.py (removed by mistake) More... about 15 years ago
[REF] UTF-8 More... about 15 years ago
[REF] old infrastructure code cleanup More... about 15 years ago
[REF] more old synch infrastructure cleanup More... about 15 years ago
[REF] magento_id key not required on new synch infrastructure More... about 15 years ago
[REF] further old code commit More... about 15 years ago
[REF] removed old unused code More... about 15 years ago
[REF] renamed magerp_product into product to better enfore OpenERP naming conventions More... about 15 years ago
[REF] previous partner refactoring fix More... about 15 years ago
[REF] renamed magerp_customer to partner to better enforce OpenERP naming conventions More... about 15 years ago
[IMP] added yet an other retry in case of Magento service denial (which do happens!!!) More... about 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... about 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... about 15 years ago
[IMP] implemented automatic picking and invoice draft generation for manual en picking order_policies More... about 15 years ago
this stays between us, but hey Magento I hate you! Working around inconsistent crappy API!! More... about 15 years ago
[FIX] still not working with m2mcategories, but at least now works well with the unique category More... about 15 years ago
[FIX] avoid division by 0 in psycho use cases More... about 15 years ago
[FIX] fixed attribute mapping and bad variable evaluation More... about 15 years ago
[IMP] added Magento product attribute backend type in list view More... about 15 years ago
[IMP] avoid crashing when encountering 'multiselect' product attributes, but do not mapp them so far. More... about 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... about 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... about 15 years ago
[FIX] reworked the product create/update in external system to repair the re-create if missing feature More... about 15 years ago
[IMP] order status update support (should be double checked it work well for all possible status) More... about 15 years ago