mercadolibre.py
321 Bytes
# -*- coding: utf-8 -*-
from odoo import models, fields, api, exceptions
class hgt_mercadolibre(models.Model):
_name = 'hgt.mercadolibre'
ml_nombre = fields.Char(
string="Nombre",
)
ml_token = fields.Char(
string="Token",
)
ml_hoock = fields.Char(
string="Hoock",
)