mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP]pms_api_rest: added services to reset user password
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
from . import res_company
|
||||
from . import pms_property
|
||||
from . import res_users
|
||||
from . import account_payment
|
||||
|
||||
7
pms_api_rest/models/res_company.py
Normal file
7
pms_api_rest/models/res_company.py
Normal 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")
|
||||
Reference in New Issue
Block a user