2025-03-26 21:24:35 -04:00
|
|
|
{
|
2025-03-27 10:49:45 -04:00
|
|
|
"name": "Account Email to PDF",
|
|
|
|
|
"version": "18.0.1.0.0",
|
|
|
|
|
"category": "Accounting",
|
|
|
|
|
"summary": "Convert email messages to PDF attachments for vendor bills",
|
|
|
|
|
"description": """
|
2025-03-26 21:24:35 -04:00
|
|
|
Account Email to PDF
|
2025-03-27 10:49:45 -04:00
|
|
|
====================
|
2025-03-26 21:24:35 -04:00
|
|
|
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.
|
|
|
|
|
""",
|
2025-03-27 10:49:45 -04:00
|
|
|
"author": "Bemade",
|
|
|
|
|
"website": "https://bemade.org",
|
2025-03-27 16:34:09 -04:00
|
|
|
"depends": ["account", "mail"],
|
2025-03-27 10:49:45 -04:00
|
|
|
"data": [],
|
|
|
|
|
"installable": True,
|
|
|
|
|
"auto_install": False,
|
|
|
|
|
"license": "LGPL-3",
|
2025-03-26 21:24:35 -04:00
|
|
|
}
|