mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX]pms_api_rest: fix service invoice naming
This commit is contained in:
@@ -7,7 +7,7 @@ from odoo.addons.component.core import Component
|
|||||||
|
|
||||||
class PmsInvoiceService(Component):
|
class PmsInvoiceService(Component):
|
||||||
_inherit = "base.rest.service"
|
_inherit = "base.rest.service"
|
||||||
_name = "pms.room.service"
|
_name = "pms.invoice"
|
||||||
_usage = "invoices"
|
_usage = "invoices"
|
||||||
_collection = "pms.services"
|
_collection = "pms.services"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user