stock_valuation_xlsx: add depreciation ratios

This commit is contained in:
Alexis de Lattre
2021-06-21 19:09:20 +02:00
parent 4e6d93c625
commit b8132c7f2e
8 changed files with 171 additions and 13 deletions

View File

@@ -38,9 +38,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,
}