[11.0] MIG: rma_account

This commit is contained in:
Bhavesh Odedra
2018-02-09 22:47:33 +05:30
committed by ahenriquez
parent 526b4d5dac
commit b3f75d4348
22 changed files with 339 additions and 386 deletions

View File

@@ -1,10 +1,9 @@
# -*- coding: utf-8 -*-
# © 2017 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
{
'name': 'RMA Account',
'version': '9.0.1.0.0',
'version': '11.0.1.0.0',
'license': 'LGPL-3',
'category': 'RMA',
'summary': 'Integrates RMA with Invoice Processing',
@@ -21,6 +20,6 @@
'wizards/rma_add_invoice.xml',
'wizards/rma_refund.xml',
],
'installable': False,
'installable': True,
'auto_install': True,
}