mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
unported modules must not be installable
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
'claim_view.xml',
|
||||
],
|
||||
'demo': [],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
}
|
||||
|
||||
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
||||
|
||||
@@ -37,7 +37,7 @@ This module adds the following location on warehouses :
|
||||
|
||||
* Carrier Loss
|
||||
* RMA
|
||||
* Breakage Loss
|
||||
* Breakage Loss
|
||||
* Refurbish
|
||||
* Mistake Loss
|
||||
|
||||
@@ -60,6 +60,6 @@ WARNING: Use with caution, this module is currently not yet completely debugged
|
||||
'stock_data.xml',
|
||||
'claim_rma_view.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'application': True,
|
||||
}
|
||||
|
||||
@@ -45,6 +45,6 @@ Claim improvements to use them by shops:
|
||||
'data': [
|
||||
'claim_view.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'application': True,
|
||||
}
|
||||
|
||||
@@ -44,6 +44,6 @@ The product views displays the quantity available and virtual in this
|
||||
],
|
||||
'test': ['test/quantity.yml',
|
||||
],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'auto_install': False,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user