mirror of
https://github.com/bringout/oca-financial.git
synced 2026-04-25 13:02:06 +02:00
20 lines
583 B
Python
20 lines
583 B
Python
# Copyright 2023 Moduon Team S.L.
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
|
|
{
|
|
"name": "Receipts Print and Send",
|
|
"summary": "Send receipts",
|
|
"version": "16.0.1.0.2",
|
|
"category": "Accounting & Finance",
|
|
"website": "https://github.com/OCA/account-invoicing",
|
|
"author": "Moduon, Odoo Community Association (OCA)",
|
|
"maintainers": ["Shide"],
|
|
"license": "LGPL-3",
|
|
"installable": True,
|
|
"depends": [
|
|
"account",
|
|
],
|
|
"data": [
|
|
"views/account_move_views.xml",
|
|
"data/mail_template_data.xml",
|
|
],
|
|
}
|