Browse Source

Dec 28 : [UPDT] Name Updated 'psql_query_execute'

pull/299/head
AjmalCybro 1 year ago
parent
commit
84bbdf145e
  1. 2
      psql_query_execute/__manifest__.py
  2. 2
      psql_query_execute/static/description/index.html

2
psql_query_execute/__manifest__.py

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

2
psql_query_execute/static/description/index.html

@ -29,7 +29,7 @@
style="padding: 4rem 1rem !important; background-color: #714B67 !important; height: 600px !important; border-radius: 20px !important;"> style="padding: 4rem 1rem !important; background-color: #714B67 !important; height: 600px !important; border-radius: 20px !important;">
<h1 <h1
style="font-family: 'Montserrat', sans-serif !important; font-weight: 600 !important; color: #FFFFFF !important; font-size: 3.5rem !important; text-align: center !important;"> style="font-family: 'Montserrat', sans-serif !important; font-weight: 600 !important; color: #FFFFFF !important; font-size: 3.5rem !important; text-align: center !important;">
PSQL Query Execute</h1> PostgreSQL Query Execute Odoo16</h1>
<p <p
style="font-family: 'Montserrat', sans-serif !important; font-weight: 300 !important; color: #FFFFFF !important; font-size: 1.4rem !important; text-align: center !important;"> style="font-family: 'Montserrat', sans-serif !important; font-weight: 300 !important; color: #FFFFFF !important; font-size: 1.4rem !important; text-align: center !important;">
Run the PSQL query in the Odoo user interface Run the PSQL query in the Odoo user interface

Loading…
Cancel
Save