-
Notifications
You must be signed in to change notification settings - Fork 20
L10n ve purchase#mig58220 binaural purchase #368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev-19
Are you sure you want to change the base?
Conversation
Corrijiendo error al intentar instalar y al pasar facturas de proveedores Link:https://binaural.odoo.com/web#id=58454&cids=2&model=project.task&view_type=form
Se realiza ajustes para poder crear almacenes de consignacion y almacenes en general Link:https://binaural.odoo.com/web#id=58454&cids=2&model=project.task&view_type=form
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates Venezuelan localization modules to version 1.1 and includes compatibility changes for newer Odoo framework versions. The changes primarily address deprecated methods and modernize XML view definitions.
Key changes:
- Version bumps from 1.0 to 1.1 across multiple l10n_ve modules
- Migration to newer Odoo framework patterns (chatter widget, privilege_id field)
- Deprecation handling for stock warehouse picking type creation
Reviewed Changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| l10n_ve_stock_account/manifest.py | Version bump to 1.1 |
| l10n_ve_stock_account/views/stock_warehouse_views.xml | Removed readonly attribute from consignation warehouse field |
| l10n_ve_stock/manifest.py | Version bump to 1.1 |
| l10n_ve_stock/models/stock_warehouse.py | Replaced deprecated method implementation with super() call |
| l10n_ve_stock/views/stock_location_views.xml | Migrated from manual chatter div to chatter widget |
| l10n_ve_sale/manifest.py | Version bump to 1.1 |
| l10n_ve_pos/views/report_saledetails.xml | Updated xpath selectors and commented out unused xpath replacements |
| l10n_ve_pos/security/res_group.xml | Migrated from category_id to privilege_id field |
| l10n_ve_pos/data/res_group.xml | Migrated from category_id to privilege_id field |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| 'company_id': self.company_id.id, | ||
| }, | ||
| }, max_sequence + 6 | ||
| #raise ("DeprecationWarning", "_get_picking_type_create_values is deprecated in Odoo 19.0, use _get_picking_type_create_values_and_sequence instead.") |
Copilot
AI
Nov 7, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spelling of 'recieve' to 'receive'.
| #raise ("DeprecationWarning", "_get_picking_type_create_values is deprecated in Odoo 19.0, use _get_picking_type_create_values_and_sequence instead.") | ||
| #input_loc, output_loc = self._get_input_output_locations(self.reception_steps, self.delivery_steps) |
Copilot
AI
Nov 7, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comentarios de código en lugar de código eliminado. Si este código está obsoleto y reemplazado por super(), debería eliminarse por completo en lugar de dejarlo comentado.
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🔴 Require a review from approvers teamThis rule is failing.This rule requires someone from the approver's team to approve the PR
|
No description provided.