From 3e61de58b1cccd5e683eb4acc3eca801186bf190 Mon Sep 17 00:00:00 2001 From: AjmalCybro Date: Mon, 4 Sep 2023 17:39:09 +0530 Subject: [PATCH] Sep 1 [FIX] : Bug Fixed 'one2many_search' --- one2many_search/__manifest__.py | 2 +- one2many_search/doc/RELEASE_NOTES.md | 5 +++++ one2many_search/static/src/css/header.css | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/one2many_search/__manifest__.py b/one2many_search/__manifest__.py index 37134e2b0..9642d7669 100755 --- a/one2many_search/__manifest__.py +++ b/one2many_search/__manifest__.py @@ -22,7 +22,7 @@ { 'name': "One2many Search Widget Odoo15", - "version": "15.0.1.0.0", + "version": "15.0.1.0.1", 'description': "Quick Search Feature For One2many Fields In Odoo", 'summary': 'Quick Search Feature For One2many Fields In Odoo', "website": "https://www.cybrosys.com", diff --git a/one2many_search/doc/RELEASE_NOTES.md b/one2many_search/doc/RELEASE_NOTES.md index 72d13dc81..e900fe2e1 100644 --- a/one2many_search/doc/RELEASE_NOTES.md +++ b/one2many_search/doc/RELEASE_NOTES.md @@ -5,3 +5,8 @@ #### ADD - Initial commit for one2many_search + +#### 04.09.2023 +#### Version 15.0.1.0.1 +#### ADD +- Bug Fix - Solved the RTL issue diff --git a/one2many_search/static/src/css/header.css b/one2many_search/static/src/css/header.css index d5dfca1dd..c57f7935e 100644 --- a/one2many_search/static/src/css/header.css +++ b/one2many_search/static/src/css/header.css @@ -5,6 +5,6 @@ padding: 10px; width: 600px; height: 20px; - color:#495057 + color:#495057; font-size: 16px; } \ No newline at end of file