Remove modules pos_no_product_template_menu and sale_purchase_no_product_template_menu

We won't port those modules to v14
This commit is contained in:
Alexis de Lattre
2021-11-04 12:37:34 +01:00
parent 3b17c2e5fb
commit 13e68ac0f5
14 changed files with 127 additions and 230 deletions

View File

@@ -5,7 +5,7 @@
{
'name': 'Stock Valuation XLSX',
'version': '12.0.1.0.0',
'version': '14.0.1.0.0',
'category': 'Tools',
'license': 'AGPL-3',
'summary': 'Generate XLSX reports for past or present stock levels',
@@ -37,8 +37,11 @@ This module has been written by Alexis de Lattre from Akretion <alexis.delattre@
'website': 'http://www.akretion.com',
'depends': ['stock_account'],
'data': [
'security/ir.model.access.csv',
'wizard/stock_valuation_xlsx_view.xml',
'wizard/stock_variation_xlsx_view.xml',
'views/stock_inventory.xml',
'views/stock_expiry_depreciation_rule.xml',
],
'installable': False,
'installable': True,
}