[MIG]rma_account to v13

This commit is contained in:
ahenriquez
2020-01-22 16:03:16 +01:00
parent ac3f2941ac
commit 81a79ac2a6
18 changed files with 288 additions and 312 deletions

View File

@@ -3,11 +3,11 @@
{
"name": "RMA Account",
"version": "12.0.1.0.0",
"version": "13.0.1.0.0",
"license": "LGPL-3",
"category": "RMA",
"summary": "Integrates RMA with Invoice Processing",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"author": "ForgeFlow",
"website": "https://github.com/ForgeFlow/stock-rma",
"depends": ["stock_account", "rma"],
"demo": ["data/rma_operation.xml"],
@@ -16,9 +16,9 @@
"views/rma_order_view.xml",
"views/rma_operation_view.xml",
"views/rma_order_line_view.xml",
"views/invoice_view.xml",
"views/account_move_view.xml",
"views/rma_account_menu.xml",
"wizards/rma_add_invoice.xml",
"wizards/rma_add_account_move.xml",
"wizards/rma_refund.xml",
],
"installable": True,