[FIX] stock_picking_batch_custom: mover inclusión de CSS a manifest assets

This commit is contained in:
snt 2026-05-19 15:38:05 +02:00 committed by GitHub Copilot
parent 3372cb453b
commit 4a928e92dd
2 changed files with 6 additions and 6 deletions

View file

@ -42,10 +42,5 @@
</field>
</record>
<!-- Incluir CSS específico del módulo para sombreado de filas pares -->
<template id="assets_backend_inherit" inherit_id="web.assets_backend" name="stock_picking_batch_custom assets">
<xpath expr="." position="inside">
<link rel="stylesheet" type="text/css" href="/stock_picking_batch_custom/static/src/css/stock_picking_batch.css"/>
</xpath>
</template>
<!-- assets: moved to manifest 'assets' declaration -->
</odoo>