Serpent Consulting Services Pvt. Ltd пре 9 година
родитељ
комит
66104ddd9b
3 измењених фајлова са 86 додато и 0 уклоњено
  1. 50 0
      .gitignore
  2. 26 0
      .travis.yml
  3. 10 0
      README.md

+ 50 - 0
.gitignore

@@ -0,0 +1,50 @@
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+
+# C extensions
+*.so
+
+# Distribution / packaging
+.Python
+env/
+lib64/
+parts/
+sdist/
+var/
+*.egg-info/
+.installed.cfg
+*.egg
+
+# Installer logs
+pip-log.txt
+pip-delete-this-directory.txt
+
+# Unit test / coverage reports
+htmlcov/
+.tox/
+.coverage
+.cache
+nosetests.xml
+coverage.xml
+
+# Translations
+*.mo
+
+# Pycharm
+.idea
+
+# Mr Developer
+.mr.developer.cfg
+.project
+.pydevproject
+
+# Rope
+.ropeproject
+
+# Sphinx documentation
+docs/_build/
+
+# Backup files
+*~
+*.swp

+ 26 - 0
.travis.yml

@@ -0,0 +1,26 @@
+language: python
+
+python:
+  - "2.7"
+
+env:
+  - VERSION="8.0" LINT_CHECK="1"
+  - VERSION="8.0" ODOO_REPO="odoo/odoo" LINT_CHECK="0"
+  - VERSION="8.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0"
+  - VERSION="8.0" UNIT_TEST="1" LINT_CHECK="0"
+
+virtualenv:
+  system_site_packages: true
+
+install:
+  - git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
+  - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
+  - travis_install_nightly
+  - sudo pip install python-ldap lxml
+  - printf '[options]\n\nrunning_env = dev' > ${HOME}/.openerp_serverrc
+  - ln -s server_environment_files_sample ./server_environment_files
+script:
+  - travis_run_tests
+
+after_success:
+  coveralls

+ 10 - 0
README.md

@@ -0,0 +1,10 @@
+[![Build Status](https://travis-ci.org/JayVora-SerpentCS/MassEditing.svg?branch=master)](https://travis-ci.org/JayVora-SerpentCS/MassEditing)
+
+Mass Editing
+============================
+
+This module provides the functionality to add, update or remove the values of more than one records on the fly at the same time.
+        You can configure mass editing for any OpenERP model. 
+        The video explaining the features and how-to for OpenERP Version 6 is here http://t.co/wukYMx1A
+        The video explaining the features and how-to for OpenERP Version 7 is here : http://www.youtube.com/watch?v=9BH0o74A748&feature=youtu.be 
+        For more details/customization/feedback contact us on contact@serpentcs.com.