mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] Views
This commit is contained in:
@@ -4,16 +4,15 @@ from odoo import api, fields, models
|
||||
class PmsCheckinPartner(models.Model):
|
||||
_inherit = "pms.checkin.partner"
|
||||
|
||||
lastname = fields.Char(
|
||||
"Last Name",
|
||||
compute="_compute_lastname",
|
||||
firstname = fields.Char(
|
||||
"First Name",
|
||||
compute="_compute_firstname",
|
||||
store=True,
|
||||
readonly=False,
|
||||
)
|
||||
|
||||
firstname = fields.Char(
|
||||
lastname = fields.Char(
|
||||
"Last Name",
|
||||
compute="_compute_firstname",
|
||||
compute="_compute_lastname",
|
||||
store=True,
|
||||
readonly=False,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user