Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Magentoerpconnect catalog simple2 #200

Open
wants to merge 31 commits into
base: 8.0
Choose a base branch
from

Commits on Mar 11, 2016

  1. Prepare ground for a simple product catalog export

    Based on the work on OCA#43.
    sebastienbeau authored and damdam-s committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    daa0ddd View commit details
    Browse the repository at this point in the history
  2. Add a finalizer and mapper ConnectorUnit for products imports

    These new classes do nothing by default and will be 'replaced' in the
    'magentoerpconnect_catalog_simple' module which will import new fields.
    guewen authored and damdam-s committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    7e18a3f View commit details
    Browse the repository at this point in the history
  3. [ADD] add module 'magentoerpconnect_catalog_simple'

    [IMP] import product_attribute_set from magento
    damdam-s committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    b3a4f94 View commit details
    Browse the repository at this point in the history
  4. Organize the folders with subdirectories

    Because the number of classes tend to grow fast in connector addons, organize
    directories using a hierarchy:
    
    - models
    |-- model_name
    |---- common.py: hold Models, Binders, Adapters (what is shared for importers and exporters)
    |---- importer.py: hold functions and classes related to imports
    |---- exporter.py: hold functions and classes related to exports
    guewen authored and damdam-s committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    5389da4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e486e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51ba931 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e6ce09b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    62aa15b View commit details
    Browse the repository at this point in the history
  9. [IMP] import attribute.set in base connector

    [IMP] show attribute_set_id field in module catalog_simple
    damdam-s committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    cd5feb7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7f7c89b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    249d0bf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    eb4e634 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6aa1a51 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    91cffa2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    77b0fed View commit details
    Browse the repository at this point in the history
  16. [IMP] export translations

    damdam-s committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    066e8ff View commit details
    Browse the repository at this point in the history
  17. [FIX] tests

    damdam-s committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    ae62c9f View commit details
    Browse the repository at this point in the history
  18. [FIX] test

    damdam-s committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    cf60293 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    cf4f1e7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a9a4ea4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c8a5bad View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    39bac0c View commit details
    Browse the repository at this point in the history
  23. [FIX] tests

    damdam-s committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    76bb17e View commit details
    Browse the repository at this point in the history
  24. [FIX] tests

    damdam-s committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    2fa8367 View commit details
    Browse the repository at this point in the history
  25. [IMP] test write

    damdam-s committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    26c67f9 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    9793f9b View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3f00f95 View commit details
    Browse the repository at this point in the history
  28. [IMP] add access rights

    damdam-s committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    40dfe4a View commit details
    Browse the repository at this point in the history
  29. [IMP] export attribute set

    damdam-s committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    6f46f5b View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    3ee9bb8 View commit details
    Browse the repository at this point in the history
  31. [FIX] flake8

    damdam-s committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    cb46a23 View commit details
    Browse the repository at this point in the history