Skip to main content

notion-workflow-sync

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

Aller à l'installation

Informations de source

Dépôt
jgtolentino/insightpulse-odoo
Dernière activité de la source
3 novembre 2025 à 17:52
Langue détectée de SKILL.md
anglais
Étoiles
22
Forks
10

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Explorateur de fichiers
2 fichiers

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
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"
Voir sur GitHub