Merge pull request #115 from akretion/10-imp-rma-remove-auto-install

[10.0][FIX]remove autoinstall for rma_account, rma_sale and rma_purchase modules
This commit is contained in:
Aarón Henríquez
2019-11-05 10:39:31 +01:00
committed by GitHub
3 changed files with 0 additions and 3 deletions

View File

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

View File

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

View File

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