Skip to content

[FIX]l10n_ve_stock_account:Se comentan botones.#692

Open
OmarYepez29 wants to merge 1 commit into19.0from
19.0_FIX_ta-#66619_hide_buttons_l10n_ve_stock_account
Open

[FIX]l10n_ve_stock_account:Se comentan botones.#692
OmarYepez29 wants to merge 1 commit into19.0from
19.0_FIX_ta-#66619_hide_buttons_l10n_ve_stock_account

Conversation

@OmarYepez29
Copy link
Contributor

Se comentan los botones de Crear Factura de Proveedor,Crear Nota de Crédito,y Creár Nota de crédito de proveedor,su funcionalidad presenta fallos y a su vez es un flujo que no es muy usado.

Link:https://binaural.odoo.com/web#id=66619&cids=2&menu_id=257&action=341&model=project.task&view_type=form

Se comentan los botones de Crear Factura de Proveedor,Crear Nota de
Crédito,y Creár Nota de crédito de proveedor,su funcionalidad presenta
fallos y a su vez es un flujo que no es muy usado.

Link:https://binaural.odoo.com/web#id=66619&cids=2&menu_id=257&action=341&model=project.task&view_type=form
@OmarYepez29 OmarYepez29 requested review from a team and Copilot March 16, 2026 15:47
@OmarYepez29 OmarYepez29 added fix Etiqueta de tipo de cambio: Corrección de errores. 19.0 labels Mar 16, 2026
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

Este PR comenta (desactiva) tres botones en la vista de formulario de stock.picking: "Create Bill", "Create Credit Note" y "Create Vendor Credit", debido a que su funcionalidad presenta fallos y no es un flujo frecuentemente utilizado. También se incrementa la versión del módulo.

Changes:

  • Se comentan tres botones de acción en la vista XML de stock.picking para ocultarlos de la interfaz.
  • Se actualiza la versión del módulo de 1.7 a 1.8.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
l10n_ve_stock_account/views/stock_picking_views.xml Se comentan los botones de crear factura de proveedor, nota de crédito y nota de crédito de proveedor.
l10n_ve_stock_account/__manifest__.py Se incrementa la versión del módulo de 1.7 a 1.8.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment on lines 96 to +108
@@ -105,7 +105,7 @@
<button
name="create_vendor_credit" class="oe_highlight"
string="Create Vendor Credit" type="object"
invisible="not show_create_vendor_credit"/>
invisible="not show_create_vendor_credit"/> -->
Copy link
Contributor

@binauralbot binauralbot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ Fallo en pruebas unitarias
Se detectaron errores durante la ejecución de pruebas unitarias en el flujo de trabajo de CI/CD.

📋 Resumen de ejecución

  • Action: Run Tests from Pull Request
  • Run: Id: 23152527203

🧪 Resultado
Las pruebas unitarias no pasaron correctamente. Revisa los logs para identificar los módulos o funciones afectadas.

{
  "all_tests_passed": false,
  "has_no_module_to_test": false,
  "test_results": [
    {
      "executed": 3,
      "passed": 3,
      "failed": 0,
      "errors": 1,
      "details": {
        "failures_count": 0,
        "errors_count": 1,
        "testsRun": 3,
        "skipped": 0,
        "tb_locals": false,
        "time_start": null,
        "queries_start": null,
        "_soft_fail": false,
        "had_failure": false,
        "stats": {
          "odoo.addons.l10n_ve_stock_account.tests.test_stock_account.TestStockMoveDispatchGuideVES.setUpClass": [
            0.2680792808532715,
            294
          ],
          "odoo.addons.l10n_ve_stock_account.tests.test_stock_account.TestStockMoveDispatchGuideVES.test_01_same_currency_vef": [
            0.05933713912963867,
            76
          ],
          "odoo.addons.l10n_ve_stock_account.tests.test_stock_account.TestStockMoveDispatchGuideVES.test_02_conversion_date_order_false": [
            0.01584339141845703,
            25
          ],
          "odoo.addons.l10n_ve_stock_account.tests.test_stock_account.TestStockMoveDispatchGuideVES.test_03_conversion_date_done_true": [
            0.013801097869873047,
            23
          ],
          "odoo.addons.l10n_ve_stock_account.tests.test_stock_account.TestStockMoveDispatchGuideVES.tearDownClass": [
            0.01455998420715332,
            1
          ]
        },
        "global_report": null,
        "shouldStop": false,
        "list_module_names": [
          "l10n_ve_stock_account"
        ],
        "test_tags": "/l10n_ve_stock_account",
        "dbname": "TESTING_INTEGRATION"
      },
      "tests_failed": true,
      "db_name": "TESTING_INTEGRATION",
      "output_local_path": "/home/runner/work/odoo-venezuela/odoo-venezuela/cicd-tool/_bincli_fork/chcli/data/devops/test_output_TESTING_INTEGRATION.log",
      "logs_uploaded_to_s3": true,
      "logs_s3_file_link": "https://sfo3.digitaloceanspaces.com/binauralbot/logs/core_review_odoo_test_logs/20260316T155415Z_test_output_TESTING_INTEGRATION.log?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=DO8014K4MZYGN83T7EAV%2F20260316%2Fsfo3%2Fs3%2Faws4_request&X-Amz-Date=20260316T155415Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=f6bb842e580d03e8577f3e2be87ddabba456f695bfa4b0c6daf72b341420d98b"
    }
  ],
  "mode": "integration",
  "modules_tested": [
    "l10n_ve_stock_account"
  ],
  "odoo_version": "19.0",
  "pull_request_url": "https://github.com/binaural-dev/odoo-venezuela/pull/692",
  "pull_request_info": [],
  "mount": true,
  "logs_s3_file_links": {
    "TESTING_INTEGRATION": "https://sfo3.digitaloceanspaces.com/binauralbot/logs/core_review_odoo_test_logs/20260316T155415Z_test_output_TESTING_INTEGRATION.log?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=DO8014K4MZYGN83T7EAV%2F20260316%2Fsfo3%2Fs3%2Faws4_request&X-Amz-Date=20260316T155415Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=f6bb842e580d03e8577f3e2be87ddabba456f695bfa4b0c6daf72b341420d98b"
  },
  "extra_repositories_added": [
    {
      "url": "https://github.com/binaural-dev/enterprise.git",
      "branch": "19.0"
    }
  ]
}

📋 Logs de ejecución:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

19.0 fix Etiqueta de tipo de cambio: Corrección de errores.

Development

Successfully merging this pull request may close these issues.

3 participants