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',