[18.0][MIG] stock_location_tag: Migration to 18.0#709
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR migrates the stock_location_tag module from a previous version to Odoo 18.0. The module adds tagging functionality to stock locations, allowing users to categorize and organize warehouse locations using customizable tags.
Key changes in this migration:
- Complete module structure setup with models, views, security, and documentation
- Implementation of stock location tag model with company-specific constraints
- Extension of stock location model to support many-to-many tag relationships
- Creation of user interface components for tag management
Reviewed Changes
Copilot reviewed 14 out of 15 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
__manifest__.py |
Module manifest defining dependencies, data files, and metadata |
models/ |
Core model definitions for location tags and stock location extension |
views/ |
XML view definitions for tag management and location form integration |
security/ |
Access control rules and permissions for the tag functionality |
readme/ |
Module documentation and contributor information |
eantones
left a comment
There was a problem hiding this comment.
Add translations es.po please.
1c6d33b to
04e5dbc
Compare
04e5dbc to
377f176
Compare
377f176 to
e945a1f
Compare
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
e945a1f to
e626f26
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 18.0 #709 +/- ##
========================================
Coverage ? 100.00%
========================================
Files ? 4
Lines ? 15
Branches ? 0
========================================
Hits ? 15
Misses ? 0
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.