Browse Source

Dec 29 : [FIX] Bug Fixed : Fixed the banner file path 'manufacture_process_costing'

pull/299/head
RisvanaCybro 1 year ago
parent
commit
9a3b362b0b
  1. 2
      manufacture_process_costing/__manifest__.py

2
manufacture_process_costing/__manifest__.py

@ -51,7 +51,7 @@
'report/mrp_production_cost_reports.xml',
'report/mrp_production_cost_report_templates.xml',
],
'images': ['/static/description/banner.jpg'],
'images': ['static/description/banner.jpg'],
'license': 'LGPL-3',
'installable': True,
'auto_install': False,

Loading…
Cancel
Save