Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
112 changes: 112 additions & 0 deletions pms_base/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
==========================
Property Management System
==========================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:dc60865d52acc0f4d95bde723a26be6dc4ce10b666bd618441107419339577da
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpms-lightgray.png?logo=github
:target: https://github.com/OCA/pms/tree/18.0/pms_base
:alt: OCA/pms
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/pms-18-0/pms-18-0-pms_base
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/pms&target_branch=18.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module is the base module for the property management system (PMS)
modules.

It provides the "Properties" apps with menu, settings, groups and data.

**Table of contents**

.. contents::
:local:

Configuration
=============

- Go to Properties > Configuration > Settings.

Usage
=====

To use this module, please read the complete user guide at
`roomdoo.com <roomdoo.com>`__.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/pms/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/pms/issues/new?body=module:%20pms_base%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
-------

* Commit [Sun]
* Open Source Integrators

Contributors
------------

- Alexandre Díaz
- Pablo Quesada
- Jose Luis Algara
- \`Commit [Sun] <https://www.commitsun.com>\`:

- Dario Lodeiros
- Eric Antones
- Sara Lago
- Brais Abeijon
- Miguel Padin

- \`Open Source Integrators <https://www.opensourceintegrators.com>\`:

- Maxime Chambreuil <mchambreuil@opensourceintegrators.com>

Maintainers
-----------

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

.. |maintainer-max3903| image:: https://github.com/max3903.png?size=40px
:target: https://github.com/max3903
:alt: max3903

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-max3903|

This module is part of the `OCA/pms <https://github.com/OCA/pms/tree/18.0/pms_base>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
2 changes: 2 additions & 0 deletions pms_base/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import models
38 changes: 38 additions & 0 deletions pms_base/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Copyright 2019 Darío Lodeiros, Alexandre Díaz, Jose Luis Algara, Pablo Quesada
# Copyright (c) 2021 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Property Management System",
"summary": "Manage properties",
"version": "18.0.1.0.0",
"development_status": "Beta",
"category": "Generic Modules/Property Management System",
"website": "https://github.com/OCA/pms",
"author": "Commit [Sun], Open Source Integrators, Odoo Community Association (OCA)",
"maintainers": ["max3903"],
"license": "AGPL-3",
"application": True,
"depends": ["base_geolocalize", "mail", "product"],
"data": [
"security/res_groups.xml",
"security/ir.model.access.csv",
"security/ir_rule.xml",
"data/pms_stage.xml",
"data/pms_team.xml",
"data/pms_amenity_type.xml",
"data/pms_room_type.xml",
"views/pms_tag.xml",
"views/pms_stage.xml",
"views/pms_amenity_type.xml",
"views/pms_amenity.xml",
"views/pms_room_type.xml",
"views/pms_room.xml",
"views/pms_service.xml",
"views/pms_property.xml",
"views/res_config_settings.xml",
"views/pms_team.xml",
"views/menu.xml",
"views/res_partner_view.xml",
],
}
25 changes: 25 additions & 0 deletions pms_base/data/pms_amenity_type.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<odoo>
<record id="pms_amenity_type_0" model="pms.amenity.type">
<field name="name">Toiletries</field>
</record>

<record id="pms_amenity_type_1" model="pms.amenity.type">
<field name="name">Connectivity</field>
</record>

<record id="pms_amenity_type_2" model="pms.amenity.type">
<field name="name">Kitchen facilities</field>
</record>

<record id="pms_amenity_type_3" model="pms.amenity.type">
<field name="name">Laundry Room</field>
</record>

<record id="pms_amenity_type_4" model="pms.amenity.type">
<field name="name">Parking Lot</field>
</record>

<record id="pms_amenity_type_5" model="pms.amenity.type">
<field name="name">Pets</field>
</record>
</odoo>
96 changes: 96 additions & 0 deletions pms_base/data/pms_room_type.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
<odoo>
<record id="pms_room_type_0" model="pms.room.type">
<field name="name">Economic</field>
</record>

<record id="pms_room_type_1" model="pms.room.type">
<field name="name">Single</field>
</record>

<record id="pms_room_type_2" model="pms.room.type">
<field name="name">Double</field>
</record>

<record id="pms_room_type_3" model="pms.room.type">
<field name="name">Triple</field>
</record>

<record id="pms_room_type_4" model="pms.room.type">
<field name="name">Conference Room</field>
</record>

<record id="pms_room_type_bath" model="pms.room.type">
<field name="name">Bathroom</field>
<field name="sequence">10</field>
</record>

<record id="pms_room_type_bed" model="pms.room.type">
<field name="name">Bedroom</field>
<field name="sequence">20</field>
</record>

<record id="pms_room_type_kitchen" model="pms.room.type">
<field name="name">Kitchen</field>
<field name="sequence">30</field>
</record>

<record id="pms_room_type_living" model="pms.room.type">
<field name="name">Livingroom</field>
<field name="sequence">40</field>
</record>

<record id="pms_room_type_dining" model="pms.room.type">
<field name="name">Diningroom</field>
<field name="sequence">50</field>
</record>

<record id="pms_room_type_play" model="pms.room.type">
<field name="name">Playroom</field>
<field name="sequence">60</field>
</record>

<record id="pms_room_type_patio" model="pms.room.type">
<field name="name">Terrace/Patio</field>
<field name="sequence">64</field>
</record>

<record id="pms_room_type_balcony" model="pms.room.type">
<field name="name">Balcony</field>
<field name="sequence">67</field>
</record>

<record id="pms_room_type_hall" model="pms.room.type">
<field name="name">Hall</field>
<field name="sequence">70</field>
</record>

<record id="pms_room_type_garage" model="pms.room.type">
<field name="name">Garage</field>
<field name="sequence">80</field>
</record>

<record id="pms_room_type_basement" model="pms.room.type">
<field name="name">Basement</field>
<field name="sequence">90</field>
</record>

<record id="pms_room_type_laundry" model="pms.room.type">
<field name="name">Laundry Room</field>
<field name="sequence">100</field>
</record>

<record id="pms_room_type_parking_lot" model="pms.room.type">
<field name="name">Parking Lot</field>
<field name="sequence">110</field>
</record>

<record id="pms_room_type_pets" model="pms.room.type">
<field name="name">Pets</field>
<field name="sequence">120</field>
</record>

<record id="pms_room_type_half_bath" model="pms.room.type">
<field name="name">Half Bathroom</field>
<field name="sequence">130</field>
</record>
</odoo>
21 changes: 21 additions & 0 deletions pms_base/data/pms_stage.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<odoo>
<record id="pms_stage_new" model="pms.stage">
<field name="name">New</field>
<field name="sequence">10</field>
<field name="is_default">True</field>
<field name="stage_type">property</field>
</record>

<record id="pms_stage_available" model="pms.stage">
<field name="name">Available</field>
<field name="sequence">20</field>
<field name="stage_type">property</field>
</record>

<record id="pms_stage_cancelled" model="pms.stage">
<field name="name">Cancelled</field>
<field name="sequence">99</field>
<field name="is_closed">True</field>
<field name="stage_type">property</field>
</record>
</odoo>
5 changes: 5 additions & 0 deletions pms_base/data/pms_team.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<odoo noupdate="1">
<record id="pms_team_default" model="pms.team">
<field name="name">Default Team</field>
</record>
</odoo>
Loading