Skip to content

Commit

Permalink
fixup! fixup! [ADD] pingen_env
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaniszewska-dev committed May 4, 2023
1 parent 37be778 commit bf1fefa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 30 deletions.
6 changes: 2 additions & 4 deletions pingen_env/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@
"license": "AGPL-3",
"category": "Reporting",
"complexity": "easy",
"depends": ["pingen", "server_environment", "base_setup"],
"depends": ["pingen", "server_environment"],
"website": "https://github.com/OCA/report-print-send",
"data": [
"views/base_config_views.xml",
],
"data": [],
"post_init_hook": "post_init_hook",
"installable": True,
"auto_install": False,
Expand Down
2 changes: 1 addition & 1 deletion pingen_env/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ def post_init_hook(cr, registry):
pingen_client_secretid = NULL,
pingen_organization = NULL,
pingen_staging = NULL,
pingen_webhook_secret = NULL
pingen_webhook_secret = NULL;
"""
)
2 changes: 1 addition & 1 deletion pingen_env/models/res_company.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def _compute_pingen_env(self):
"pingen_clientid": "",
"pingen_client_secretid": "",
"pingen_organization": "",
"pingen_staging":False,
"pingen_staging": True,
"pingen_webhook_secret": "",
}
if serv_config.has_section(global_section_name):
Expand Down
24 changes: 0 additions & 24 deletions pingen_env/views/base_config_views.xml

This file was deleted.

0 comments on commit bf1fefa

Please sign in to comment.