mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX+IMP] pms: Minor bugfixes and improvements
This commit is contained in:
@@ -42,6 +42,12 @@ class PmsAvailability(models.Model):
|
||||
inverse_name="avail_id",
|
||||
check_pms_properties=True,
|
||||
)
|
||||
avail_rule_ids = fields.One2many(
|
||||
string="Avail record rules",
|
||||
comodel_name="pms.availability.plan.rule",
|
||||
inverse_name="avail_id",
|
||||
check_pms_properties=True,
|
||||
)
|
||||
real_avail = fields.Integer(
|
||||
string="Real Avail",
|
||||
help="",
|
||||
|
||||
Reference in New Issue
Block a user