Files
account-tools/account_mooncard_receipt_lost_transfer/__manifest__.py
2026-08-04 10:30:16 +02:00

22 lines
539 B
Python

{
"name": "Account Mooncard Receipt Lost Transfer",
"category": "Account",
"version": "18.0.1.0.0",
"license": "AGPL-3",
"summary": "Transfer the Receipt Lost value in invoices and account move lines",
"author": "Elabore",
"website": "https://elabore.coop/",
"installable": True,
"application": False,
"auto_install": False,
"depends": [
"base",
"account",
"base_newgen_payment_card",
],
"data": [
"views/account_move_views.xml",
],
"qweb": [],
}