mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
* [WIP]pms: models check_pms_property * [WIP][IMP+REF] multi_pms_properties: refactor and added test skeleton * [FIX] inherit create models * [ADD] room multiproperty check * [ADD] room multiproperty check * [IMP] Multiproperty checks in pms models * [IMP] Fix Multiproperty checks in pms models * [IMP] Add multiproperty domain in multi_pms_properties module * [IMP] Fix multiproperty checks in pms tests * [IMP] Fix multiproperty checks logic * [IMP] Auto Domains * [IMP] availability property results, domain preferred_room_id * [IMP] model domain properties * [ADD] pms multiproperty depends * [IMP] models and views multiproperty checks * [FIX] Multiple rebase multiproperty fixes * [ADD] Readme * [ADD] Company - multiproperty checks * [ADD] travis server wide modules multiproperty * [FIX] travis conf load * [FIX] travis conf load2 * [FIX] travis conf load2 Co-authored-by: Eric Antones <eantones@nuobit.com> Co-authored-by: Sara Lago <saralago126@gmail.com>
18 lines
490 B
Python
18 lines
490 B
Python
# © 2013 Therp BV
|
|
# © 2014 ACSONE SA/NV
|
|
# Copyright 2018 Quartile Limited
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "multi_pms_properties",
|
|
"summary": "Multi Properties Manager",
|
|
"version": "14.0.1.0.0",
|
|
"website": "https://github.com/OCA/pms",
|
|
"author": "Therp BV, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"category": "Pms",
|
|
"depends": ["base"],
|
|
"auto_install": False,
|
|
"installable": True,
|
|
}
|