Browse Source

Sep 1 [FIX] : Bug Fixed 'one2many_search'

pull/254/merge
AjmalCybro 2 years ago
parent
commit
3e61de58b1
  1. 2
      one2many_search/__manifest__.py
  2. 5
      one2many_search/doc/RELEASE_NOTES.md
  3. 2
      one2many_search/static/src/css/header.css

2
one2many_search/__manifest__.py

@ -22,7 +22,7 @@
{ {
'name': "One2many Search Widget Odoo15", '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", 'description': "Quick Search Feature For One2many Fields In Odoo",
'summary': 'Quick Search Feature For One2many Fields In Odoo', 'summary': 'Quick Search Feature For One2many Fields In Odoo',
"website": "https://www.cybrosys.com", "website": "https://www.cybrosys.com",

5
one2many_search/doc/RELEASE_NOTES.md

@ -5,3 +5,8 @@
#### ADD #### ADD
- Initial commit for one2many_search - Initial commit for one2many_search
#### 04.09.2023
#### Version 15.0.1.0.1
#### ADD
- Bug Fix - Solved the RTL issue

2
one2many_search/static/src/css/header.css

@ -5,6 +5,6 @@
padding: 10px; padding: 10px;
width: 600px; width: 600px;
height: 20px; height: 20px;
color:#495057 color:#495057;
font-size: 16px; font-size: 16px;
} }
Loading…
Cancel
Save