- 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
21 lines
532 B
Python
21 lines
532 B
Python
{
|
|
'name': 'Hazard website Customization',
|
|
'version': '1.0',
|
|
'category': 'Website/Theme',
|
|
'summary': 'Diseño premium minimalista para Hazard Rough Society',
|
|
'author': 'Antigravity / Hazard',
|
|
'depends': ['website'],
|
|
'data': [
|
|
'data/website_data.xml',
|
|
'views/website_templates.xml',
|
|
],
|
|
'assets': {
|
|
'web.assets_frontend': [
|
|
'hazard_website/static/src/css/style.css',
|
|
],
|
|
},
|
|
'installable': True,
|
|
'application': False,
|
|
'license': 'LGPL-3',
|
|
}
|