From eefe5366a9670255ef41ee356a0b574ffe5c93c3 Mon Sep 17 00:00:00 2001 From: "Jorge E. Gomez" Date: Mon, 7 Jun 2021 23:10:20 -0500 Subject: [PATCH] [ADD] New patch to fix wrong dependency --- ...nic-invoice-dian_remove-enterprise-module.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 patches/20210607_electronic-invoice-dian_remove-enterprise-module.patch diff --git a/patches/20210607_electronic-invoice-dian_remove-enterprise-module.patch b/patches/20210607_electronic-invoice-dian_remove-enterprise-module.patch new file mode 100644 index 0000000..2bf256f --- /dev/null +++ b/patches/20210607_electronic-invoice-dian_remove-enterprise-module.patch @@ -0,0 +1,14 @@ +diff -rupN electronic_invoice_dian/__manifest__.py electronic_invoice_dian.patch/__manifest__.py +--- electronic_invoice_dian/__manifest__.py 2021-06-07 23:04:35.643425564 -0500 ++++ electronic_invoice_dian.patch/__manifest__.py 2021-06-07 23:05:55.911942965 -0500 +@@ -12,8 +12,8 @@ + 'website': "http://www.avancys.com", + 'category': 'Accounting/Accounting', + 'version': '14.0.0.0', +- 'depends': ['account_accountant', 'sale'], +- 'license': 'OEEL-1', ++ 'depends': ['account', 'sale'], ++ 'license': '', + 'installable': True, + 'data': [ + 'data/data.xml',