This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * 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 |