Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/12.0' into 13.0-oh-forward-port-…
Browse files Browse the repository at this point in the history
…from-12.0-x-dw1h
  • Loading branch information
Rosoma-h committed Nov 3, 2023
2 parents 4670a09 + 535db3a commit a7c3d25
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 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": "13.0.0.4.0",
"version": "13.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,
}
5 changes: 2 additions & 3 deletions 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': '13.0.0.3.0',
'version': '13.0.0.4.0',
'depends': [
'web',
],
Expand All @@ -18,8 +18,7 @@
'qweb': [
],
'demo': [],
'images': [
],
'images': ['static/description/banner.png'],
'installable': True,
'auto_install': False,
}
4 changes: 2 additions & 2 deletions crnd_web_float_full_time_widget/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CRND Web Float Full Time Widget",
"version": "13.0.0.5.0",
"version": "13.0.0.6.0",
"author": "Center of Research and Development",
"website": "https://crnd.pro",
'summary': 'Float Time Duration Widget',
Expand All @@ -12,7 +12,7 @@
'data': [
'views/assets_backend.xml',
],
'images': ['static/description/banner.gif'],
'images': ['static/description/banner.png'],
'installable': True,
'auto_install': False,
}
4 changes: 2 additions & 2 deletions crnd_web_list_popover_widget/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CRND Web List Popover Widget",
"version": "13.0.0.8.0",
"version": "13.0.0.9.0",
"author": "Center of Research and Development",
"website": "https://crnd.pro",
'summary': 'Tooltips message for text fields on tree view.',
Expand All @@ -15,7 +15,7 @@
'qweb': [
"static/src/xml/popover_templates.xml",
],
'images': [],
'images': ['static/description/banner.png'],
'installable': True,
'auto_install': False,
}
3 changes: 2 additions & 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': '13.0.0.9.0',
'version': '13.0.0.10.0',

'depends': [
'web',
Expand All @@ -18,6 +18,7 @@
],

'installable': True,
'images': ['static/description/banner.png'],
'application': False,
'auto_install': False,
}
2 changes: 1 addition & 1 deletion crnd_web_map_view/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'support': '[email protected]',
'website': "https://crnd.pro",
'license': 'LGPL-3',
'version': '13.0.0.3.0',
'version': '13.0.0.4.0',

'depends': [
'base_geolocalize',
Expand Down
Binary file added crnd_web_map_view/static/description/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions crnd_web_widget_popup_image/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CRND Web Image Popup Widget",
"version": "13.0.0.5.0",
"version": "13.0.0.6.0",
"author": "Center of Research and Development",
"website": "https://crnd.pro",
'summary': 'Popup images from the binary fields',
Expand All @@ -12,7 +12,7 @@
'data': [
'views/assets_backend.xml',
],
'images': ['static/description/banner.gif'],
'images': ['static/description/banner.png'],
'installable': True,
'auto_install': False,
}
4 changes: 2 additions & 2 deletions test_crnd_web_models/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Test CRND Web Models",
"version": "13.0.0.13.0",
"version": "13.0.0.14.0",
"author": "Center of Research and Development",
"website": "https://crnd.pro",
'summary': 'Module for testing web addons.',
Expand Down Expand Up @@ -43,7 +43,7 @@
'wizard/book_wizard_create.xml',
'views/assets.xml',
],
'images': [],
'images': ['static/description/banner.png'],
'installable': True,
'auto_install': False,
}

0 comments on commit a7c3d25

Please sign in to comment.