mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP]pms-api-rest: url field changed to url param in send reset mail password service
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
from . import res_company
|
||||
from . import pms_property
|
||||
from . import res_users
|
||||
from . import account_payment
|
||||
|
||||
@@ -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")
|
||||
Reference in New Issue
Block a user