浏览代码

Update __manifest__.py

Erick Abrego 2 年之前
父节点
当前提交
a0031e3856
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      custom_supplier_cfdi_data/__manifest__.py

+ 1 - 1
custom_supplier_cfdi_data/__manifest__.py

@@ -14,6 +14,6 @@
     'version': '14.0.1',
     'depends': ['base','l10n_mx_edi','l10n_mx_edi_40'],
     'data': ['views/res_company.xml'],
-    'license': 'AGPL-3'
+    'license': 'AGPL-3' 
 
 }