mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX]pms_api_rest: PmsPriceService name Class
This commit is contained in:
@@ -8,7 +8,7 @@ from odoo.addons.base_rest_datamodel.restapi import Datamodel
|
||||
from odoo.addons.component.core import Component
|
||||
|
||||
|
||||
class PmsAgencyService(Component):
|
||||
class PmsPriceService(Component):
|
||||
_inherit = "base.rest.service"
|
||||
_name = "pms.price.service"
|
||||
_usage = "prices"
|
||||
|
||||
Reference in New Issue
Block a user