[MIG] account_mooncard_receipt_lost_transfer: migrate to 18.0

This commit is contained in:
Stéphan Sainléger
2026-08-04 10:29:46 +02:00
parent 949af68653
commit adeae4235d
9 changed files with 277 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"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": [],
}