[MIG] website_search_products: Migration to 16.0

This commit is contained in:
Luis 2024-01-11 10:42:00 +01:00
parent 8fb784bdc3
commit 9846c183ec
5 changed files with 23 additions and 23 deletions

View file

@ -5,7 +5,7 @@
'name': 'Website Search Products',
'description': """
Allows portal users to search products in a table with filters.""",
'version': '12.0.1.0.0',
'version': "16.0.1.0.0",
'license': 'AGPL-3',
'author': 'Criptomart',
'website': 'https://criptomart.net',

View file

@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-
from odoo import http
from odoo import http
from odoo.http import request
from odoo.addons.website.controllers.main import Website

View file

@ -10,7 +10,6 @@ _logger = logging.getLogger(__name__)
class StockMove(models.Model):
_inherit = 'stock.move'
@api.multi
def get_stock_moves_by_product(self, date_begin, date_end, location):
if date_begin and date_end: