[FIX] stock_picking_batch_custom: mover inclusión de CSS a manifest assets
This commit is contained in:
parent
3372cb453b
commit
4a928e92dd
2 changed files with 6 additions and 6 deletions
|
|
@ -18,4 +18,9 @@
|
||||||
"views/stock_move_line_views.xml",
|
"views/stock_move_line_views.xml",
|
||||||
"views/stock_picking_batch_views.xml",
|
"views/stock_picking_batch_views.xml",
|
||||||
],
|
],
|
||||||
|
"assets": {
|
||||||
|
"web.assets_backend": [
|
||||||
|
"stock_picking_batch_custom/static/src/css/stock_picking_batch.css",
|
||||||
|
],
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -42,10 +42,5 @@
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
<!-- Incluir CSS específico del módulo para sombreado de filas pares -->
|
<!-- assets: moved to manifest 'assets' declaration -->
|
||||||
<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>
|
|
||||||
</odoo>
|
</odoo>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue