• Kazuhiko Shiozaki's avatar
    remove fix-products-paths that is no longer required with recent ERP5. · a1c2e322
    Kazuhiko Shiozaki authored
    to migrate other repositories containing product/ but no Products/, you can do like the following :
    
    * remove Products from .gitignore if exists
    * make a symlink Products -> product
    * git add Products && git commit
    
    if the repository has no product/__init__.py, you can copy from erp5/product/__init__.py.
    a1c2e322
buildout.cfg 18.2 KB