stock_valuation_xlsx: Add button on inventory form

Display expiry date as date
Add debug messages
Don't hardcode currency in style
Use decimal precision for price too
This commit is contained in:
Alexis de Lattre
2020-09-22 10:42:45 +02:00
parent 3043ad11a8
commit 1b4f9dfab1
3 changed files with 107 additions and 34 deletions

View File

@@ -32,6 +32,9 @@ This module has been written by Alexis de Lattre from Akretion <alexis.delattre@
'author': "Akretion",
'website': 'http://www.akretion.com',
'depends': ['stock_account'],
'data': ['wizard/stock_valuation_xlsx_view.xml'],
'data': [
'wizard/stock_valuation_xlsx_view.xml',
'views/stock_inventory.xml',
],
'installable': True,
}