[FIX]remove autoinstall for rma_account, rma_sale and rma_purchase modules

This commit is contained in:
ahenriquez
2019-10-29 16:37:58 +01:00
committed by Aarón Henríquez
parent 4134c805bb
commit 1d30c0d859
3 changed files with 0 additions and 3 deletions

View File

@@ -22,5 +22,4 @@
'wizards/rma_refund.xml',
],
'installable': True,
'auto_install': True,
}

View File

@@ -19,5 +19,4 @@
'wizards/rma_add_purchase.xml',
],
'installable': True,
'auto_install': True,
}

View File

@@ -20,5 +20,4 @@
'views/rma_order_line_view.xml',
],
'installable': True,
'auto_install': True,
}