Skip to content

Commit

Permalink
[FIX] sale_stock_info_popup_color: error in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
augusto-weiss committed Jul 17, 2023
1 parent 681166c commit 4131574
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions sale_stock_info_popup_color/__manifest__.py
@@ -1,6 +1,6 @@
{
'name': 'Sale Stock Info Pop-up Color',
'version': "16.0.1.1.0",
'version': "16.0.1.2.0",
'category': 'Sales',
'sequence': 14,
'summary': '',
Expand All @@ -15,8 +15,12 @@
'data': [
],
'assets': {
'web.assets_backend': [
'sale_stock_info_popup_color/static/src/**/*',
('remove', 'sale_stock_info_popup_color/static/src/legacy/**/*'),
],
"web.assets_backend_legacy_lazy": [
'sale_stock/static/src/legacy/**/*',
'sale_stock_info_popup_color/static/src/legacy/**/*',
]
},
'demo': [
Expand Down

0 comments on commit 4131574

Please sign in to comment.