6 Commits

4 changed files with 55 additions and 40 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

+37 -39
View File
File diff suppressed because one or more lines are too long
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

+17
View File
@@ -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> <button id="blog-toggle" type="button" class="text-brand-accent font-semibold hover:underline underline-offset-4">Browse all articles →</button>
</div> </div>
<div id="blog-grid" class="grid gap-6 md:grid-cols-3"></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 — StepbyStep 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> <p id="blog-error" class="text-sm text-brand-ink/70 mt-6 hidden"></p>
</div> </div>
</section> </section>