[FIX]Yaltik DSL : remove useless external dependency
This commit is contained in:
parent
264d1e37b2
commit
360832d876
@ -19,12 +19,11 @@
|
||||
'name': 'Yaltik Odoo DSL base module and fns',
|
||||
'summary': 'Yaltik Odoo Domain Specific Language base module and functions',
|
||||
'description': """ Yaltik Odoo Domain Specific Language base module and functions """,
|
||||
'version': '12.0.0.4.0',
|
||||
'version': '12.0.0.4.1',
|
||||
'category': 'Yaltik',
|
||||
'author': 'Fabien Bourgeois',
|
||||
'license': 'AGPL-3',
|
||||
'application': False,
|
||||
'installable': True,
|
||||
'depends': ['base'],
|
||||
"external_dependencies": {'python' : ['function-pattern-matching']}
|
||||
'depends': ['base']
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user