Commit b7cfe9e
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 542f3b7 commit b7cfe9e
10 files changed
Lines changed: 988 additions & 0 deletions
File tree
- changelog.d
- docs/managers
- openstack_odooclient
- base
- managers
| 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