mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[ADD]multi_pms_properties (#66)
* [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>
This commit is contained in:
7
multi_pms_properties/readme/CONFIGURE.rst
Normal file
7
multi_pms_properties/readme/CONFIGURE.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
Technical Module to Multi Property Manage System proposit.
|
||||
|
||||
* Use the standar multicompany guidelines applied to pms.property:
|
||||
|
||||
``_check_pms_properties_auto like model attribute to autocheck on create/write``
|
||||
``check_pms_properties like field attribute to check relational record properties consistence``
|
||||
``This module not implement propety dependent fields``
|
||||
2
multi_pms_properties/readme/CONTRIBUTORS.rst
Normal file
2
multi_pms_properties/readme/CONTRIBUTORS.rst
Normal file
@@ -0,0 +1,2 @@
|
||||
* Dario Lodeiros <dario@commitsun.com>
|
||||
* Eric Antones <eric@commitsun.com>
|
||||
1
multi_pms_properties/readme/DESCRIPTION.rst
Normal file
1
multi_pms_properties/readme/DESCRIPTION.rst
Normal file
@@ -0,0 +1 @@
|
||||
Technical addon to support multipropety in pms
|
||||
7
multi_pms_properties/readme/INSTALL.rst
Normal file
7
multi_pms_properties/readme/INSTALL.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
To install this module, you only need to add it to your addons, and load it as
|
||||
a server-wide module.
|
||||
|
||||
This can be done with the ``server_wide_modules`` parameter in ``/etc/odoo.conf``
|
||||
or with the ``--load`` command-line parameter
|
||||
|
||||
``server_wide_modules = "multi_pms_properties"``
|
||||
1
multi_pms_properties/readme/USAGE.rst
Normal file
1
multi_pms_properties/readme/USAGE.rst
Normal file
@@ -0,0 +1 @@
|
||||
To use this module, you need implement pms.property functionality
|
||||
Reference in New Issue
Block a user