Conversation
A way to classify storages in a functional way. For instance: you might have N storage backends for the shop, N storage backends for data import, N storage backends for EDI purposes. With this change you can finally organize them and let your customers understand what such storages do.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: storage-18.0/storage-18.0-storage_backend Translate-URL: https://translation.odoo-community.org/projects/storage-18-0/storage-18-0-storage_backend/
Currently translated at 100.0% (28 of 28 strings) Translation: storage-18.0/storage-18.0-storage_backend Translate-URL: https://translation.odoo-community.org/projects/storage-18-0/storage-18-0-storage_backend/it/
glitchov
force-pushed
the
19.0-mig-storage_backend-hda
branch
from
July 2, 2026 07:37
48ca32e to
01f9314
Compare
glitchov
force-pushed
the
19.0-mig-storage_backend-hda
branch
from
July 2, 2026 07:52
01f9314 to
8e32b91
Compare
glitchov
force-pushed
the
19.0-mig-storage_backend-hda
branch
from
July 2, 2026 08:26
8e32b91 to
4c80503
Compare
FrancoMaxime
reviewed
Jul 6, 2026
Comment on lines
+63
to
+68
| categ_id = fields.Many2one( | ||
| "storage.backend.category", | ||
| string="Category", | ||
| ondelete="restrict", | ||
| help="Category to group backends for swapping operations", | ||
| ) |
Member
There was a problem hiding this comment.
Why this addition? Is it related to another PR?
Member
There was a problem hiding this comment.
Ooh, I just looked at the commits, my bad
FrancoMaxime
approved these changes
Jul 6, 2026
Contributor
|
@FrancoMaxime, @glitchov Is there a specific reason you're still using |
AungKoKoLin1997
added a commit
to qrtl/ocj-oca
that referenced
this pull request
Sep 16, 2026
…_source_sftp and deps Vendors nine OCA modules so that `connector_importer_source_sftp` — importing CSV files pulled from an SFTP server through the queue-job importer — can be installed on this project. | Module | Source | Commit | |---|---|---| | `component` | `OCA/connector` `19.0` | `cce7654` | | `component_event` | `OCA/connector` `19.0` | `cce7654` | | `connector` | `OCA/connector` `19.0` | `cce7654` | | `queue_job` | `OCA/queue` `19.0` | `bc1d885` | | `connector_importer` | `OCA/connector-interfaces` `19.0` | `e2d3adf` | | `server_environment` | `OCA/server-env` [#278](OCA/server-env#278) (open) | `8f9c9aa` | | `storage_backend` | `OCA/storage` [#636](OCA/storage#636) (open) | `4c80503` | | `storage_backend_sftp` | `OCA/storage` [#644](OCA/storage#644) (open) | `28e6c0f` | | `connector_importer_source_sftp` | `OCA/connector-interfaces` [#186](OCA/connector-interfaces#186) (open) | `46a0555` | Only the four modules taken from open pull requests are the ones actually wanted; the other five are their transitive dependencies and are not otherwise reachable from this project's addons path, since ocj aggregates no upstream OCA repositories. Those five are already on their upstream `19.0` branches, so those copies are redundant with upstream and can be retired if the repositories are ever aggregated directly. `storage_backend` and `storage_backend_sftp` do exist on `OCA/storage` `19.0`, but only as unported 18.0 placeholders with `installable: False`; the migrated versions live in #636 and #644. #644 is stacked conceptually on #636 — its own branch still carries the unported `storage_backend` — so the two are combined here. `server_environment` is taken from #278 rather than the `19.0` branch because `server_env_mixin` there gains search support for environment-computed fields; the rest of the module is identical to `19.0`. All nine trees are copied verbatim from the commits above; the only local change is the regenerated `requirements.txt`. Every source is an open PR head or a branch tip that can still move, so each origin is recorded below as a `Vendored from <repo>@<sha> (<ref>)` line for a later re-sync. Vendored from OCA/connector@cce7654 (19.0) Vendored from OCA/queue@bc1d885 (19.0) Vendored from OCA/connector-interfaces@e2d3adf (19.0) Vendored from OCA/server-env@8f9c9aa (refs/pull/278/head) Vendored from OCA/storage@4c80503 (refs/pull/636/head) Vendored from OCA/storage@28e6c0f (refs/pull/644/head) Vendored from OCA/connector-interfaces@46a0555 (refs/pull/186/head) Assisted-by: Claude Opus 5
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 free
to 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.
Migration from 18.0