Commit 94d4669
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 53ae17d commit 94d4669
File tree
11 files changed
+1027
-1
lines changed- changelog.d
- docs/managers
- openstack_odooclient
- base
- managers
11 files changed
+1027
-1
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