open_workshop/open_workshop_dokuwiki/models
matthias.lotz 3fa050f153 feat(dokuwiki): Add wiki-based template system and image upload
- Implemented wiki-based template system using c_template
  - Template loaded from werkstatt:ausruestung:c_template
  - Placeholder replacement for all equipment and related fields
  - Fallback to hardcoded content if template unavailable
  - Only view pages use templates, central doku page unchanged

- Added image upload capability for equipment
  - New field: image_1920 (Image field, max 1920x1920px)
  - View integration: Positioned as avatar before button_box
  - Upload to DokuWiki media directory during sync
  - Temporary file approach for dokuwiki.py library compatibility

- Extended template placeholders:
  - status: Equipment status from status_id
  - odoo_link: Formatted link back to Odoo equipment form
  - odoo_url: Direct URL to equipment in Odoo
  - image: Equipment image (300px width)
  - image_large: Equipment image (original size)
  - image_id: Media path for custom DokuWiki syntax

- Updated documentation with all available placeholders
2025-12-13 23:02:49 +01:00
..
__init__.py feat(dokuwiki): Implement single-page DokuWiki integration 2025-12-13 21:50:19 +01:00
dokuwiki_client.py feat(dokuwiki): Add wiki-based template system and image upload 2025-12-13 23:02:49 +01:00
maintenance_equipment.py feat(dokuwiki): Add wiki-based template system and image upload 2025-12-13 23:02:49 +01:00
res_config_settings.py feat(dokuwiki): Implement single-page DokuWiki integration 2025-12-13 21:50:19 +01:00