[MIG] product_state: Migration to 16.0

This commit is contained in:
santi 2024-08-28 18:37:53 +00:00
parent 663479e4a2
commit 459d99a7c3
6 changed files with 5 additions and 96 deletions

View file

@ -7,7 +7,7 @@ odoo.define('product_library.product_library', function (require) {
//var gui = require('point_of_sale.gui');
//var _t = core._t;
models.load_fields("product.product", ['has_image']);
//models.load_fields("product.product", ['has_image']);
/* ********************************************************
Overload models.PosModel

View file

@ -25,7 +25,7 @@
<!-- </t> -->
</t>
</t>
<!--
<t t-name="ProductNoImage">
<article class='product' t-att-data-product-id="product.id" tabindex="0" t-attf-aria-labelledby="article_product_#{product.id}">
<t t-set="name_length" t-value="product.display_name.length" />
@ -63,7 +63,7 @@
</div>
</article>
</t>
-->
</templates>