🎉 Initial commit - Hazard Odoo 16 project
- Custom modules: hazard_shopify, hazard_inventory_report, hazard_website - Third-party modules: bi_sql_editor, query_deluxe, sql_request_abstract, l10n_mx_sat_sync_itadmin_ee - Docker setup: Odoo 16 + PostgreSQL 17 - Utility scripts: backup_hazard.sh, update_module.py - Agent configuration: .agents/AGENTS.md - Security: Enterprise modules, credentials, backups and production data excluded via .gitignore
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
'name': 'PostgreSQL Query Deluxe',
|
||||
'description': 'Execute postgreSQL query into Odoo interface',
|
||||
'author': 'Yvan Dotet',
|
||||
'depends': ['base', 'mail'],
|
||||
'application': True,
|
||||
'version': '16.0.1.0.6',
|
||||
'license': 'AGPL-3',
|
||||
'support': 'yvandotet@yahoo.fr',
|
||||
'website': 'https://github.com/YvanDotet/query_deluxe/',
|
||||
'installable': True,
|
||||
|
||||
'data': [
|
||||
'security/security.xml',
|
||||
'security/ir.model.access.csv',
|
||||
|
||||
'views/query_deluxe_views.xml',
|
||||
|
||||
'wizard/pdforientation.xml',
|
||||
|
||||
'report/print_pdf.xml',
|
||||
|
||||
'datas/data.xml'
|
||||
],
|
||||
|
||||
'images': ['static/description/banner.gif']
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user