13 lines
333 B
Python
13 lines
333 B
Python
# -*- coding: utf-8 -*-
|
|
import json
|
|
import logging
|
|
from odoo import http
|
|
from odoo.http import request
|
|
|
|
|
|
# class ProductController(http.Controller):
|
|
#
|
|
# @http.route('/api/cloud/get_cutting_model', type='http', auth='none', methods=['GET', 'POST'], csrf=False,
|
|
# cors="*")
|
|
# def get_cutting_model(self, **kw):
|