No products
* Prices may vary depending on your country.
* An additional contribution can be added at the time of payment.
New products
LemonSirene automatically fills your Dolibarr third parties from official French open data (INSEE SIRENE registry + INPI) through the data.gouv API: legal name, SIREN, SIRET, NAF/APE code, address and EU VAT number. Free, no API key, no subscription — the open-source alternative to societeinfo and Pappers.
Automatic Factur-X e-invoicing for Dolibarr. Every validated client invoice is converted into a compliant Factur-X EN 16931 file (a PDF/A-3 with the CrossIndustryInvoice XML embedded), ready for the 2026 French e-invoicing reform. Chorus Pro (B2G) is supported, and the injection works with both native PDF and ODT invoice models.
mp23357d20260708170932
New
Install your custom PDF document models (pdf_*.modules.php) with a simple drag & drop — no carrier module to build.
|
|
You wrote a custom PDF document model (pdf_mymodel.modules.php) for a customer. Dolibarr gives you no way to install it: you have to build a carrier module by hand for every customer, declare module_parts['models'], copy the file into the right core/modules/<object>/doc/ directory... and remember that the class name must match the file name, or the model silently never shows up.
EasyModelePdf replaces all of that with a drag & drop.
Security note: uploading a PHP file is code deployment. Upload is restricted to Dolibarr admin users, CSRF-protected, and the file is parsed to check it declares the expected model class. Only deploy models you trust.