Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b40959b5dd | |||
| cf511908b8 | |||
| fc33b7d5f6 |
Binary file not shown.
|
After Width: | Height: | Size: 8.9 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 8.9 KiB |
+17
@@ -124,6 +124,23 @@
|
||||
<button id="blog-toggle" type="button" class="text-brand-accent font-semibold hover:underline underline-offset-4">Browse all articles →</button>
|
||||
</div>
|
||||
<div id="blog-grid" class="grid gap-6 md:grid-cols-3"></div>
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Article",
|
||||
"headline": "How to Automate Grant Reporting for Small NGOs — Step‑by‑Step with Odoo + n8n",
|
||||
"datePublished": "2026-03-25",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Odoo4Projects NGO Team"
|
||||
},
|
||||
"description": "Automate grant reporting for small NGOs with Odoo and n8n — reduce errors, save time, and simplify compliance.",
|
||||
"mainEntityOfPage": "https://ngo.odoo4projects.com/automate-grant-reporting-odoo-n8n",
|
||||
"keywords": "automate grant reporting, Odoo grants, n8n automation NGO, grant compliance automation, NGO reporting software"
|
||||
}
|
||||
</script>
|
||||
|
||||
<p id="blog-error" class="text-sm text-brand-ink/70 mt-6 hidden"></p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user