Serpent Consulting Services Pvt. Ltd před 10 roky
rodič
revize
e5bce9a916
2 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1 1
      mass_editing/__openerp__.py
  2. 0 1
      mass_editing/mass_editing.py

+ 1 - 1
mass_editing/__openerp__.py

@@ -21,7 +21,7 @@
 {
     "name" : "Mass Editing",
     "version" : "1.3",
-    "author" : "Serpent Consulting Services",
+    "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.

+ 0 - 1
mass_editing/mass_editing.py

@@ -102,7 +102,6 @@ class mass_object(models.Model):
                 })
         return True
 
-
     @api.one
     def unlink_action(self):
                 if self.ref_ir_act_window: