Skip to content

Conversation

@Ivan-Binaural
Copy link
Contributor

No description provided.

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
@Ivan-Binaural Ivan-Binaural self-assigned this Nov 7, 2025
Copilot AI review requested due to automatic review settings November 7, 2025 15:44
Copy link
Contributor

Copilot AI left a 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.")
Copy link

Copilot AI Nov 7, 2025

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'.

Copilot generated this review using guidance from organization custom instructions.
Comment on lines +13 to +14
#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)
Copy link

Copilot AI Nov 7, 2025

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.

Copilot generated this review using guidance from organization custom instructions.
@mergify
Copy link

mergify bot commented Nov 7, 2025

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🔴 Require a review from approvers team

This rule is failing.

This rule requires someone from the approver's team to approve the PR

  • approved-reviews-by = @probadores

@Ivan-Binaural Ivan-Binaural added ❌ Cambios funcionales Se requieren ajustes de funcionalidad antes de la aprobación final ⚙️ Cambios técnicos Etiqueta de estado de revisión: Se requieren ajustes de implementación, rendimiento o arquitectura. 19.0 labels Nov 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

19.0 ❌ Cambios funcionales Se requieren ajustes de funcionalidad antes de la aprobación final ⚙️ Cambios técnicos Etiqueta de estado de revisión: Se requieren ajustes de implementación, rendimiento o arquitectura.

Development

Successfully merging this pull request may close these issues.

2 participants