Uh oh!
There was an error while loading. Please reload this page.
Add support for managing attachments - #11
Merged
Merged
Conversation
Callum027force-pushed
the
callum/add-attachment-support
branch
from
November 12, 2025 04:34
025f474 to
e06799bCompareCallum027
commented
Nov 12, 2025
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Callum027force-pushed
the
callum/add-attachment-support
branch
from
November 12, 2025 05:07
e06799b to
94d4669CompareCallum027force-pushed
the
callum/field-fixes
branch
from
November 12, 2025 05:18
53ae17d to
ba2bdb8CompareCallum027force-pushed
the
callum/add-attachment-support
branch
2 times, most recently
from
November 12, 2025 05:31
b803591 to
72e70f9CompareCallum027force-pushed
the
callum/field-fixes
branch
3 times, most recently
from
December 10, 2025 21:14
156a8e8 to
796b544CompareCallum027force-pushed
the
callum/add-attachment-support
branch
from
December 14, 2025 20:15
72e70f9 to
07550b2CompareCallum027force-pushed
the
callum/use-mixins
branch
2 times, most recently
from
December 14, 2025 20:56
dd19e6d to
65c580fCompareCallum027force-pushed
the
callum/add-attachment-support
branch
2 times, most recently
from
December 14, 2025 21:18
2de3901 to
f778524CompareCallum027force-pushed
the
callum/use-mixins
branch
from
December 15, 2025 01:43
65c580f to
1f1b2b5CompareCallum027force-pushed
the
callum/add-attachment-support
branch
from
December 15, 2025 01:44
f778524 to
60ff6faCompareCallum027force-pushed
the
callum/use-mixins
branch
2 times, most recently
from
December 15, 2025 22:36
f9cb504 to
e38d6b0CompareCallum027force-pushed
the
callum/add-attachment-support
branch
from
December 15, 2025 22:38
60ff6fa to
8c2be27CompareAdd 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.
Callum027force-pushed
the
callum/add-attachment-support
branch
from
December 15, 2025 22:46
8c2be27 to
6687f46CompareCallum027
marked this pull request as ready for review
December 15, 2025 22:46
adrianjarvis
approved these changes
Dec 16, 2025
Uh oh!
There was an error while loading. Please reload this page.
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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
downloadmethod be used to download the attachment contents separately. Anuploadmethod is also available, to provide an easier to use interface for uploading attachments.