Browse Source
[FIX] Fix 'installable' syntax in manifest file
12.0
Michell Stuttgart
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
report_qweb_pdf_watermark/__manifest__.py
|
@ -20,7 +20,7 @@ |
|
|
"demo": [ |
|
|
"demo": [ |
|
|
"demo/report.xml" |
|
|
"demo/report.xml" |
|
|
], |
|
|
], |
|
|
"intallable": True, |
|
|
|
|
|
|
|
|
"installable": True, |
|
|
'external_dependencies': { |
|
|
'external_dependencies': { |
|
|
'python': [ |
|
|
'python': [ |
|
|
'PyPDF2', |
|
|
'PyPDF2', |
|
|