[ADD] New patch to fix wrong dependency
This commit is contained in:
parent
bb52b60cb7
commit
eefe5366a9
@ -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',
|
||||
Loading…
Reference in New Issue
Block a user