Browse Source

Dec 28 : [UPDT] Name Updated 'psql_query_execute'

pull/313/head
AjmalCybro 1 year ago
parent
commit
90d38ed679
  1. 2
      psql_query_execute/__manifest__.py
  2. 2
      psql_query_execute/static/description/index.html

2
psql_query_execute/__manifest__.py

@ -19,7 +19,7 @@
# #
############################################################################# #############################################################################
{ {
'name': "Odoo17 PSQL Query Execute", 'name': "PostgreSQL Query Execute Odoo17",
'version': '17.0.1.0.0', 'version': '17.0.1.0.0',
'category': 'Extra Tools', 'category': 'Extra Tools',
'summary': """Odoo17 PSQL Query Execute, Run the PSQL query in the Odoo user interface.""", 'summary': """Odoo17 PSQL Query Execute, Run the PSQL query in the Odoo user interface.""",

2
psql_query_execute/static/description/index.html

@ -49,7 +49,7 @@
style="margin: 80px 0px !important;"> style="margin: 80px 0px !important;">
<h1 style="font-size: 2.8rem;font-weight: 700; color: <h1 style="font-size: 2.8rem;font-weight: 700; color:
#1A202C;"> #1A202C;">
Odoo17 PSQL Query Execute</h1> PostgreSQL Query Execute Odoo17</h1>
<p class="my-3 mb-4" <p class="my-3 mb-4"
style="max-width: 80%; font-weight: 400 !important; line-height: 32px; color: #718096;"> style="max-width: 80%; font-weight: 400 !important; line-height: 32px; color: #718096;">
Run the PSQL query in the Odoo user interface</p> Run the PSQL query in the Odoo user interface</p>

Loading…
Cancel
Save