浏览代码

Fix license warnings and deprecated create methods

odoo 1 月之前
父节点
当前提交
93ec3859b8
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      __manifest__.py

+ 1 - 0
__manifest__.py

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