Commit 2f9cd30
Callum Dickinson
Add support for managing attachments
Add a new manager for attachment records (`ir.attachment`) in Odoo.
These are intended to be used for uploading/downloading attachments to/from invoices.
Invoice attachments will then be attached to invoice emails sent out to customers.
The contents of the attachments won't be fetched when querying them from Odoo by default;
instead it is intended that the separate `download` method be used to download the attachment
contents separately. An `upload` method is also available, to provide an easier to use interface
for uploading attachments.1 parent 763759f commit 2f9cd30
File tree
13 files changed
+1042
-3
lines changed- changelog.d
- docs/managers
- openstack_odooclient
- base
- managers
13 files changed
+1042
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments