CHANGES.rst
CONTRIBUTORS.rst
DEVELOP.rst
LICENSE.rst
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/index.rst
src/operun/__init__.py
src/operun.crm.egg-info/PKG-INFO
src/operun.crm.egg-info/SOURCES.txt
src/operun.crm.egg-info/dependency_links.txt
src/operun.crm.egg-info/entry_points.txt
src/operun.crm.egg-info/namespace_packages.txt
src/operun.crm.egg-info/not-zip-safe
src/operun.crm.egg-info/requires.txt
src/operun.crm.egg-info/top_level.txt
src/operun/crm/__init__.py
src/operun/crm/config.py
src/operun/crm/configure.zcml
src/operun/crm/interfaces.py
src/operun/crm/setuphandlers.py
src/operun/crm/testing.py
src/operun/crm/browser/__init__.py
src/operun/crm/browser/account.py
src/operun/crm/browser/accounts.py
src/operun/crm/browser/configure.zcml
src/operun/crm/browser/contact.py
src/operun/crm/browser/contacts.py
src/operun/crm/browser/dashboard.py
src/operun/crm/browser/modal_edit.py
src/operun/crm/browser/vcard.py
src/operun/crm/browser/images/account-16.png
src/operun/crm/browser/images/accounts-16.png
src/operun/crm/browser/images/accounts-64.png
src/operun/crm/browser/images/contact-16.png
src/operun/crm/browser/images/contacts-16.png
src/operun/crm/browser/images/contacts-64.png
src/operun/crm/browser/images/files-16.png
src/operun/crm/browser/images/files-64.png
src/operun/crm/browser/images/invoice-16.png
src/operun/crm/browser/images/offer-16.png
src/operun/crm/browser/images/todo-16.png
src/operun/crm/browser/images/todos-16.png
src/operun/crm/browser/overrides/.gitkeep
src/operun/crm/browser/static/.gitkeep
src/operun/crm/browser/templates/account.pt
src/operun/crm/browser/templates/accounts.pt
src/operun/crm/browser/templates/contact.pt
src/operun/crm/browser/templates/contacts.pt
src/operun/crm/browser/templates/dashboard.pt
src/operun/crm/browser/templates/modal_edit.pt
src/operun/crm/content/__init__.py
src/operun/crm/content/account.py
src/operun/crm/content/accounts.py
src/operun/crm/content/contact.py
src/operun/crm/content/contacts.py
src/operun/crm/content/invoice.py
src/operun/crm/content/offer.py
src/operun/crm/content/todo.py
src/operun/crm/content/todos.py
src/operun/crm/events/__init__.py
src/operun/crm/events/configure.zcml
src/operun/crm/events/event_handlers.py
src/operun/crm/ldap/__init__.py
src/operun/crm/ldap/configure.zcml
src/operun/crm/ldap/ldap_sync.py
src/operun/crm/ldap/templates/ldap_add.pt
src/operun/crm/ldap/templates/ldap_delete.pt
src/operun/crm/ldap/templates/ldap_sync.pt
src/operun/crm/ldap/templates/ldap_update.pt
src/operun/crm/locales/operun.crm.pot
src/operun/crm/locales/update.sh
src/operun/crm/locales/de/LC_MESSAGES/operun.crm.po
src/operun/crm/profiles/default/actions.xml
src/operun/crm/profiles/default/browserlayer.xml
src/operun/crm/profiles/default/controlpanel.xml
src/operun/crm/profiles/default/metadata.xml
src/operun/crm/profiles/default/portlets.xml
src/operun/crm/profiles/default/registry.xml
src/operun/crm/profiles/default/theme.xml
src/operun/crm/profiles/default/types.xml
src/operun/crm/profiles/default/types/Account.xml
src/operun/crm/profiles/default/types/Accounts.xml
src/operun/crm/profiles/default/types/Contact.xml
src/operun/crm/profiles/default/types/Contacts.xml
src/operun/crm/profiles/default/types/Invoice.xml
src/operun/crm/profiles/default/types/Offer.xml
src/operun/crm/profiles/default/types/Plone_Site.xml
src/operun/crm/profiles/default/types/Todo.xml
src/operun/crm/profiles/default/types/Todos.xml
src/operun/crm/profiles/demo/metadata.xml
src/operun/crm/profiles/demo/vCard.vcf
src/operun/crm/profiles/demo/files/businesscard.jpg
src/operun/crm/profiles/demo/files/businesscard.pdf
src/operun/crm/profiles/demo/files/invoice.pdf
src/operun/crm/profiles/demo/files/ldap_dit.ldif
src/operun/crm/profiles/demo/files/logo.jpg
src/operun/crm/profiles/demo/files/logo.png
src/operun/crm/profiles/demo/files/offer.pdf
src/operun/crm/profiles/uninstall/browserlayer.xml
src/operun/crm/settings/__init__.py
src/operun/crm/settings/configure.zcml
src/operun/crm/settings/settings.py
src/operun/crm/tests/__init__.py
src/operun/crm/tests/test_crm.py
src/operun/crm/tests/test_robot.py
src/operun/crm/tests/test_setup.py
src/operun/crm/tests/robot/test_example.robot
src/operun/crm/theme/index.html
src/operun/crm/theme/manifest.cfg
src/operun/crm/theme/preview.png
src/operun/crm/theme/rules.xml
src/operun/crm/theme/favicons/android-chrome-192x192.png
src/operun/crm/theme/favicons/android-chrome-512x512.png
src/operun/crm/theme/favicons/apple-touch-icon.png
src/operun/crm/theme/favicons/browserconfig.xml
src/operun/crm/theme/favicons/favicon-16x16.png
src/operun/crm/theme/favicons/favicon-32x32.png
src/operun/crm/theme/favicons/favicon.ico
src/operun/crm/theme/favicons/manifest.json
src/operun/crm/theme/favicons/mstile-150x150.png
src/operun/crm/theme/favicons/safari-pinned-tab.svg
src/operun/crm/theme/fonts/FontAwesome.otf
src/operun/crm/theme/fonts/fontawesome-webfont.eot
src/operun/crm/theme/fonts/fontawesome-webfont.svg
src/operun/crm/theme/fonts/fontawesome-webfont.ttf
src/operun/crm/theme/fonts/fontawesome-webfont.woff
src/operun/crm/theme/fonts/fontawesome-webfont.woff2
src/operun/crm/theme/js/crm-compiled.js
src/operun/crm/theme/js/crm-compiled.js.map
src/operun/crm/theme/js/crm.js
src/operun/crm/theme/less/contact.less
src/operun/crm/theme/less/crm-compiled.css
src/operun/crm/theme/less/crm-compiled.css.map
src/operun/crm/theme/less/crm.less
src/operun/crm/theme/less/dashboard.less
src/operun/crm/theme/less/font-awesome.css
src/operun/crm/theme/less/icons.less