Dolibarr ERP / CRM

Integration & Development => Module Builder => Topic started by: admin on Nov 10, 2025, 01:21 AM

Title: ModuleBuilder
Post by: admin on Nov 10, 2025, 01:21 AM
Key features and capabilities

How it works

1.   Enable the module: First, the Module Builder application must be enabled in the Dolibarr admin settings.
2.   Launch the tool: Access the builder from the main menu (e.g., Home > Admin tools > Module builder).
3.   Define new objects: Use the builder to add new objects by specifying their name, associated database table, and options like auto-numbering or PDF generation.
4.   Add features: Add new menu entries, define permissions, and create new screens for your objects.
5.   Generate and edit code: The tool generates a skeleton for your new module. Developers can then use the built-in editor or an external IDE to write, test, and complete the custom logic for the module.
6.   The module can be integrated with the existing Dolibarr system, allowing it to extend features, access data, and interact with other modules.