Skip to content

Commit

Permalink
Improve icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosoma-h committed Oct 31, 2023
1 parent 60f9e59 commit cfd8ca0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions crnd_web_button_box_full_width/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CRND Web Button Box Fullwidth",
"version": "12.0.0.4.0",
"version": "12.0.0.5.0",
"author": "Center of Research and Development",
"website": "https://crnd.pro",
'summary': 'Button_box at the top of the form',
Expand All @@ -12,7 +12,7 @@
'data': [
'views/assets.xml',
],
'images': ['static/description/banner.gif'],
'images': ['static/description/banner.png'],
'installable': True,
'auto_install': False,
}
2 changes: 1 addition & 1 deletion crnd_web_field_domain/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'support': '[email protected]',
'website': 'https://crnd.pro',
'license': 'LGPL-3',
'version': '12.0.0.3.0',
'version': '12.0.0.4.0',
'depends': [
'web',
],
Expand Down
2 changes: 1 addition & 1 deletion crnd_web_m2o_info_widget/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'author': "Center of Research and Development",
'website': "https://crnd.pro",
'license': 'LGPL-3',
'version': '12.0.0.0.0',
'version': '12.0.0.1.0',

'depends': [
'web',
Expand Down

0 comments on commit cfd8ca0

Please sign in to comment.