mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
6 lines
102 B
Python
6 lines
102 B
Python
from odoo import models
|
|
|
|
|
|
class PmsCheckinPartner(models.Model):
|
|
_inherit = "pms.checkin.partner"
|