stock_valuation_xlsx: add depreciation ratios

This commit is contained in:
Alexis de Lattre
2021-09-26 23:39:07 +02:00
parent d05b75dbe4
commit 49226e814c
8 changed files with 170 additions and 13 deletions

View File

@@ -37,9 +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': True,
}