dolibarr/htdocs/modulebuilder/template
Pichinov-Jose 9d437967ef
NEW printObjectRightToolbar hook on object event pages (propal, ticket) + modulebuilder (#39348)
Add a hook before print_barre_liste() in the dedicated object event pages
(messaging.php + agenda.php of propal and ticket) and in the modulebuilder
agenda template, so external modules can add buttons to the object right
toolbar without patching/overriding core pages. The hook passes morehtmlright
by reference and the object element type, so a listener can scope itself
(e.g. only on event pages). Mirrors the existing showActionsLoadFicheTitre.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-08-02 00:11:28 +02:00
..
.tx
admin Qual: Fix 'SqlInjection' notices (#39225) 2026-07-20 02:52:07 +02:00
ajax Clean code 2026-01-13 23:25:12 +01:00
build Doc 2026-07-30 11:20:44 +02:00
class Qual: Fix 'SqlInjection' notices (#39216) 2026-07-23 19:06:39 +02:00
core Qual: Fix 'SqlInjection' notices (#39221) 2026-07-20 02:51:11 +02:00
css Removed conf $dolibarr_nocache that is useless (CTRL+F5 is enough) 2026-04-25 12:13:25 +02:00
doc Clean files 2026-01-07 19:01:54 +01:00
img Clean files 2026-01-07 19:01:54 +01:00
js Removed conf $dolibarr_nocache that is useless (CTRL+F5 is enough) 2026-04-25 12:13:25 +02:00
langs/en_US
lib NEW: ModuleBuilder - selectable object tabs (+ fixes for multi-object generation) (#38570) 2026-06-09 19:04:00 +02:00
scripts exit code must be >= 0 (#35311) 2025-09-12 02:29:23 +02:00
sql Fix bad template for tms timestamp in sql files. 2026-04-07 21:40:57 +02:00
stats clean code (#38265) 2026-05-18 02:43:24 +02:00
test/phpunit
.editorconfig fix modulebuilder editorconfig (#35221) 2025-09-04 14:27:23 +02:00
.gitattributes Clean files 2026-01-07 19:01:54 +01:00
.gitignore
AGENTS.md Doc 2026-04-22 02:58:57 +02:00
ChangeLog.md
COPYING
modulebuilder.txt Clean files 2026-01-07 19:01:54 +01:00
mymoduleindex.php Fix option to set max short list 2026-07-04 13:33:17 +02:00
myobject_agenda.php NEW printObjectRightToolbar hook on object event pages (propal, ticket) + modulebuilder (#39348) 2026-08-02 00:11:28 +02:00
myobject_card.php NEW: ModuleBuilder - selectable object tabs (+ fixes for multi-object generation) (#38570) 2026-06-09 19:04:00 +02:00
myobject_contact.php Fix path traversal with $_SERVER["CONTEXT_DOCUMENT_ROOT"] variable for new modulebuilder modules 2025-12-09 13:36:20 +01:00
myobject_document.php Fix path traversal with $_SERVER["CONTEXT_DOCUMENT_ROOT"] variable for new modulebuilder modules 2025-12-09 13:36:20 +01:00
myobject_list.php Qual: Fix 'SqlInjection' notices (#39216) 2026-07-23 19:06:39 +02:00
myobject_note.php Add custom tpl to note (#38437) 2026-05-26 16:02:36 +02:00
README.md

MYMODULE FOR DOLIBARR ERP & CRM

Features

Description of the module...

Other external modules are available on Dolistore.com.

Translations

Translations can be completed manually by editing files in the module directories under langs.

Installation

Prerequisites: You must have Dolibarr ERP & CRM software installed. You can download it from Dolistore.org. You can also get a ready-to-use instance in the cloud from https://saas.dolibarr.org

From the ZIP file and GUI interface

If the module is a ready-to-deploy zip file, so with a name module_xxx-version.zip (e.g., when downloading it from a marketplace like Dolistore), go to menu Home> Setup> Modules> Deploy external module and upload the zip file.

Final steps

Using your browser:

  • Log into Dolibarr as a super-administrator
  • Go to "Setup"> "Modules"
  • You should now be able to find and enable the module

Licenses

Main code

GPLv3 or (at your option) any later version. See file COPYING for more information.

Documentation

All texts and readme's are licensed under GFDL.