[REN] l10n_ar_stock_extended: l10n_ar_stock_ux#266
Closed
zaoral wants to merge 1 commit intoingadhoc:19.0from
Closed
[REN] l10n_ar_stock_extended: l10n_ar_stock_ux#266zaoral wants to merge 1 commit intoingadhoc:19.0from
zaoral wants to merge 1 commit intoingadhoc:19.0from
Conversation
We rename this module in early version of version 19.0 To follow standard we decide internally (use _ux suffix instead of _extended)
Contributor
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR renames the module l10n_ar_stock_extended to l10n_ar_stock_ux to align with internal naming standards that prefer the _ux suffix over _extended.
Key changes:
- Updated module references from
l10n_ar_stock_extendedtol10n_ar_stock_uxin configuration settings, views, and dependencies - Moved translation files from the old module to the new module
- Updated demo data XML record IDs to reflect the new module name
Reviewed Changes
Copilot reviewed 10 out of 36 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| l10n_ar_stock_ux/wizards/res_config_settings.py | Updated implied_group reference to use new module name |
| l10n_ar_stock_ux/views/stock_picking_views.xml | Updated groups attribute references to new module name |
| l10n_ar_stock_ux/views/product_template_views.xml | Updated groups attribute references to new module name |
| l10n_ar_stock_ux/i18n/ru.po | Added Russian translation file with new module name references |
| l10n_ar_stock_ux/i18n/es.po | Added Spanish translation file with new module name references |
| l10n_ar_stock_ux/demo/stock_picking_demo.xml | Updated demo record IDs to use new module name |
| l10n_ar_stock_extended/i18n/ru.po | Removed Russian translation file from old module |
| l10n_ar_stock_extended/i18n/es.po | Removed Spanish translation file from old module |
| l10n_ar_stock_delivery/views/report_deliveryslip.xml | Updated template inheritance to reference new module name |
| l10n_ar_stock_delivery/manifest.py | Updated dependency from old to new module name |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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.

We rename this module in early version of version 19.0 To follow standard we decide internally (use _ux suffix instead of _extended)