19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:30:07 +01:00
parent ba20ce7443
commit 768b70e05e
2357 changed files with 1057103 additions and 712486 deletions

View file

@ -20,32 +20,36 @@ Dashboard / Reports for Warehouse Management includes:
* Stock Inventory Value at given date (support dates in the past)
""",
'depends': ['stock', 'account'],
'category': 'Hidden',
'category': 'Supply Chain/Inventory',
'sequence': 16,
'data': [
'security/stock_account_security.xml',
'security/ir.model.access.csv',
'data/stock_account_data.xml',
'views/account_account_views.xml',
'views/stock_account_views.xml',
'views/res_config_settings_views.xml',
'data/product_data.xml',
'views/report_invoice.xml',
'views/stock_valuation_layer_views.xml',
'views/stock_quant_views.xml',
'views/product_views.xml',
'wizard/stock_request_count.xml',
'wizard/stock_valuation_layer_revaluation_views.xml',
'wizard/stock_quantity_history.xml',
'report/report_stock_forecasted.xml',
'views/product_value_views.xml',
'views/stock_location_views.xml',
'views/stock_lot_views.xml',
'views/stock_picking_views.xml',
'views/stock_move_views.xml',
'wizard/stock_inventory_adjustment_name_views.xml',
'report/account_invoice_report_view.xml',
'report/stock_avco_audit_report_views.xml',
'report/stock_valuation_report.xml',
],
'installable': True,
'auto_install': True,
'post_init_hook': '_configure_journals',
'post_init_hook': '_post_init_hook',
'assets': {
'web.assets_backend': [
'stock_account/static/src/stock_account_forecasted/*',
'stock_account/static/src/xml/inventory_report.xml',
'stock_account/static/src/**/*',
],
},
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}