Browse Source

[FIX] Fix 'installable' syntax in manifest file

myc-14.0-py3o
Michell Stuttgart 4 years ago
committed by fshah
parent
commit
843f84877d
  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