Browse Source

[FIX] Fix 'installable' syntax in manifest file

12.0
Michell Stuttgart 4 years ago
committed by GitHub
parent
commit
823edadd94
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      report_qweb_pdf_watermark/__manifest__.py

2
report_qweb_pdf_watermark/__manifest__.py

@ -20,7 +20,7 @@
"demo": [
"demo/report.xml"
],
"intallable": True,
"installable": True,
'external_dependencies': {
'python': [
'PyPDF2',

Loading…
Cancel
Save