bemade-addons/account_email_to_pdf/__manifest__.py
2025-03-27 16:34:15 -04:00

23 lines
754 B
Python

{
"name": "Account Email to PDF",
"version": "18.0.1.0.0",
"category": "Accounting",
"summary": "Convert email messages to PDF attachments for vendor bills",
"description": """
Account Email to PDF
====================
This module converts email messages without attachments into PDF attachments
when processing incoming emails for vendor bills.
Instead of rejecting emails without attachments, the system will create a PDF
from the email content and attach it to the message, allowing the vendor bill
creation process to continue.
""",
"author": "Bemade",
"website": "https://bemade.org",
"depends": ["account", "mail"],
"data": [],
"installable": True,
"auto_install": False,
"license": "LGPL-3",
}