[IMP]pms-api-rest: url field changed to url param in send reset mail password service

This commit is contained in:
braisab
2023-05-23 17:41:54 +02:00
committed by Darío Lodeiros
parent b94dd00615
commit 94d832e3b3
8 changed files with 2 additions and 132 deletions

View File

@@ -1,4 +1,3 @@
from . import res_company
from . import pms_property
from . import res_users
from . import account_payment

View File

@@ -1,7 +0,0 @@
from odoo import fields, models
class ResCompany(models.Model):
_inherit = "res.company"
url_app = fields.Char(string="Url App", help="Url to identify the app")