Module AutoTiers EN
Jump to navigation
Jump to search
Information
| Module name | AutoTiers |
| Editor / Editeur | NothingElse - https://nothingelse.app |
| Download or buy page / Page achat ou téléchargement | External module - www.dolistore.com |
| Status / Statut / Estado | Stable |
| Prerequisites / Prérequis | PHP cURL extension
Dolibarr min version: See on Dolistore Dolibarr max version: See on Dolistore |
| Last update date / Date mise à jour fiche / Fecha última actualización | 2026-06-22 |
| Note / Nota | Tested on Dolibarr 22.0 |
AutoTiers automatically fills in a third party's information (company name, full address, postal code, town, SIREN, NAF/APE code and intra-community VAT number) from a French SIRET number, by querying the official INSEE SIRENE API.
Installation
- Download the module and unzip it into
htdocs/custom/autotiers/ - In Dolibarr: Home -> Setup -> Modules/Applications
- Find AutoTiers and enable it
- Make sure the PHP cURL extension is enabled
Features
- A Search button next to the SIRET field on the third party creation page
- Queries the official, free INSEE SIRENE API
- Automatically fills: company name, full address, postal code, town, SIREN, NAF/APE code
- Intra-community VAT number computed automatically
- Designed for French companies (SIRET-based)
Configuration
No configuration is required. The module works as soon as it is enabled (the PHP cURL extension must be available).
Usage
On a new third party, enter the SIRET number and click Search: the fields are filled automatically from the INSEE database.
Compatibility
Dolibarr 14.0+ (tested on 22.0.2), PHP 7.4+, cURL.