Skip to content

Instantly share code, notes, and snippets.

View dan-rupt's full-sized avatar

dan-rupt

  • Joined Mar 23, 2026
View GitHub Profile
@dan-rupt
dan-rupt / rupt_copy_address_dom.js
Last active April 3, 2026 21:12
Rupt - Inline Address Copy Button for Odoo 17
/**
* Rupt — Inline Address Copy Button
* Injects a small clipboard icon next to:
* 1. "Delivery Address" label on the Sales Order form
* 2. The address type label (address_name span) on the Contact card
*
* Strategy: polling only (no MutationObserver to avoid OWL conflicts)
* Deployed via: ir.asset record in web.assets_backend bundle
* Gist: https://gist.github.com/dan-rupt/f4dcb2de12b5d389903b4e93bd4de022
* Odoo version: 17.0 Online