Sfoglia il codice sorgente

Added Mass Editing v9

Serpent Consulting Services Pvt. Ltd 9 anni fa
parent
commit
b2764b6c5d

+ 1 - 0
.travis.yml

@@ -16,6 +16,7 @@ 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:

+ 2 - 5
README.md

@@ -1,10 +1,7 @@
-[![Build Status](https://travis-ci.org/JayVora-SerpentCS/MassEditing.svg?branch=8.0)](https://travis-ci.org/JayVora-SerpentCS/MassEditing)
+[![Build Status](https://travis-ci.org/JayVora-SerpentCS/MassEditing.svg?branch=9.0)](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. 
+        You can configure mass editing for any ODOO model.

+ 0 - 21
mass_editing/Doc/ChangeLog.txt

@@ -1,21 +0,0 @@
-===============================================================================
- Version Change Log (mass_editing)
-===============================================================================
-1.6 * Aug 31, 2015 : Serpent Consulting Services Pvt Ltd
-    * Resolved the error of module Uninstall.
-
-1.5 * Apr 27, 2015 : Serpent Consulting Services Pvt Ltd
-	* Made the search() of ir.model.fields v8 compatible. Thanks to Jonathan Wilson of WillowIT 
-	  for the fix and Luke branch for reporting.
- 
-1.4	* Dec 27, 2014 : Serpent Consulting Services
-	* Corrected the icon.jpg location and made as per v8 standard.
-
-1.3	* March 11,2013 : Serpent Consulting Services
-	* Improved and optimized the code of mass_editing
-
-1.2	* Feb 14,2013 : Serpent Consulting Services
-	* Corrected code as per the review by Community
-
-1.1	* Feb 12,2013 : Serpent Consulting Services
-	* Added the module

+ 3 - 5
mass_editing/__openerp__.py

@@ -20,15 +20,13 @@
 ##############################################################################
 {
     "name" : "Mass Editing",
-    "version" : "1.6",
+    "version" : "2.0",
     "author" : "Serpent Consulting Services Pvt. Ltd.",
     "category" : "Tools",
     "website" : "http://www.serpentcs.com",
     "description": """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. 
+        You can configure mass editing for any ODOO model. 
+    . 
     """,
     'depends': ['base'],
     'data': [

+ 1 - 1
mass_editing/views/mass_editing_view.xml

@@ -68,7 +68,7 @@
             <field name="act_window_id" ref="action_mass_object_form"/>
         </record>
 
-        <menuitem id="menu_mass_editing" name="Mass Editing" parent="base.menu_config" sequence="6"/>
+        <menuitem id="menu_mass_editing" name="Mass Editing" parent="base.menu_administration" sequence="6"/>
 
         <menuitem id="menu_mass_object_view" action="action_mass_object_form" parent="menu_mass_editing"/>