Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test_and_curl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: POST payload to your API
run: |
curl -sS -X POST 'https://tu-api.example.com/hooks/github-release' \
curl -sS -X POST 'https://cacell16-pruebas-2025-12-08-26348625.dev.odoo.com/github/release-webhook' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer token_de_prueba_123' \
--data-binary @payload.json \
Expand Down
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.project
*.pydevproject
*.settings
*.pyc
/.idea/
/.classpath
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"xml.symbols.enabled": false,
"python.languageServer": "None"
}
3 changes: 0 additions & 3 deletions trescloud_github_release/__init__.py

This file was deleted.

16 changes: 0 additions & 16 deletions trescloud_github_release/__manifest__.py

This file was deleted.

2 changes: 0 additions & 2 deletions trescloud_github_release/controllers/__init__.py

This file was deleted.

75 changes: 0 additions & 75 deletions trescloud_github_release/controllers/webhook.py

This file was deleted.

2 changes: 0 additions & 2 deletions trescloud_github_release/models/__init__.py

This file was deleted.

26 changes: 0 additions & 26 deletions trescloud_github_release/models/github_webhook_log.py

This file was deleted.

3 changes: 0 additions & 3 deletions trescloud_github_release/security/ir.model.access.csv

This file was deleted.

7 changes: 0 additions & 7 deletions trescloud_github_release/security/security.xml

This file was deleted.

75 changes: 0 additions & 75 deletions trescloud_github_release/views/github_webhook_log_views.xml

This file was deleted.