22 lines
539 B
Python
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": [],
|
|
}
|