Skip to main content

notion-workflow-sync

Sync workflows between Odoo, BIR systems, and Notion with external ID upsert and deduplication

Zur Installation springen

Quellinformationen

Repository
jgtolentino/insightpulse-odoo
Letzte Quellaktivität
3. November 2025 um 17:52
Erkannte Sprache von SKILL.md
Englisch
Sterne
22
Forks
10

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

Datei-Explorer
2 Dateien

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
notion-workflow-sync
description
Sync workflows between Odoo, BIR systems, and Notion with external ID upsert and deduplication
# Notion Workflow Sync Automate task management using Notion with atomic upsert operations. ## What This Does - Month-end closing checklists - BIR filing schedules - Approval workflow tracking - External ID deduplication - Real-time sync ## Quick Example ```python notion.upsert_by_external_id( database_id=month_end_db, external_id=f'CLOSE-2025-10-{task_id}', properties={'Task': 'Post accruals', 'Status': 'In Progress'} ) ``` ## Getting Started "Create month-end tasks for October all agencies" "Sync BIR filing schedule to Notion"
Auf GitHub ansehen