mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX] pms_l10n_es: fix issue traveller report & ine (filter property)
This commit is contained in:
@@ -19,6 +19,15 @@ class TestPms(common.SavepointCase):
|
||||
"name": "Property 1",
|
||||
"company_id": self.company1.id,
|
||||
"default_pricelist_id": self.pricelist1.id,
|
||||
"institution_property_id": "Dummy institution property id 1",
|
||||
}
|
||||
)
|
||||
self.pms_property2 = self.env["pms.property"].create(
|
||||
{
|
||||
"name": "Property 2",
|
||||
"company_id": self.company1.id,
|
||||
"default_pricelist_id": self.pricelist1.id,
|
||||
"institution_property_id": "Dummy institution property id 2",
|
||||
}
|
||||
)
|
||||
self.room_type_class1 = self.env["pms.room.type.class"].create(
|
||||
|
||||
Reference in New Issue
Block a user