[IMP]pms_api_rest: added services to reset user password

This commit is contained in:
braisab
2023-05-22 20:34:11 +02:00
committed by Darío Lodeiros
parent cbeaadb765
commit b94dd00615
8 changed files with 208 additions and 2 deletions

View File

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

View File

@@ -0,0 +1,7 @@
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")