Explorar el Código

Fix license warnings and deprecated create methods

odoo hace 1 mes
padre
commit
93ec3859b8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      __manifest__.py

+ 1 - 0
__manifest__.py

@@ -24,4 +24,5 @@
     },
     "installable": True,
     "auto_install": False,
+    "license": "LGPL-3",
 }