diff --git a/app_purchase_batch_procurement/__openerp__.py b/app_purchase_batch_procurement/__openerp__.py index b899b347..656634da 100644 --- a/app_purchase_batch_procurement/__openerp__.py +++ b/app_purchase_batch_procurement/__openerp__.py @@ -36,6 +36,7 @@ 'category': 'Purchase', 'sequence': 0, 'pre_init_hook': 'pre_init_hook', + 'images': ['static/description/banner.png'], 'depends': ['base', 'stock', 'purchase'], 'data': [ 'views/asset_views.xml', diff --git a/app_purchase_batch_procurement/static/description/banner.png b/app_purchase_batch_procurement/static/description/banner.png new file mode 100644 index 00000000..26504068 Binary files /dev/null and b/app_purchase_batch_procurement/static/description/banner.png differ