[MIG] product_state: Migration to 16.0
This commit is contained in:
parent
663479e4a2
commit
459d99a7c3
6 changed files with 5 additions and 96 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue