diff --git a/pms_account/README.rst b/pms_account/README.rst new file mode 100644 index 000000000..c7dc5bd70 --- /dev/null +++ b/pms_account/README.rst @@ -0,0 +1,109 @@ +================================ +PMS (Property Management System) +================================ + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png + :target: https://odoo-community.org/page/development-status + :alt: Alpha +.. |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/14.0/pms + :alt: OCA/pms +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/pms-14-0/pms-14-0-pms + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/293/14.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module is an all-in-one property management system (PMS) focused on medium-sized properties +for managing every aspect of your property's daily operations. + +You can manage properties with multi-property and multi-company support, including your rooms inventory, +reservations, check-in, daily reports, board services, rate and availability plans among other property functionalities. + +.. IMPORTANT:: + This is an alpha version, the data model and design can change at any time without warning. + Only for development or testing purpose, do not use in production. + `More details on development status `_ + +**Table of contents** + +.. contents:: + :local: + +Installation +============ + +This module depends on modules ``base``, ``mail``, ``sale`` and ``multi_pms_properties``. +Ensure yourself to have all them in your addons list. + +Configuration +============= + +You will find the hotel settings in PMS Management > Configuration > Properties > Your Property. + +This module required additional configuration for company, accounting, invoicing and user privileges. + +Usage +===== + +To use this module, please, read the complete user guide at ``_. + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Commit [Sun] + +Contributors +~~~~~~~~~~~~ + +* Alexandre Díaz +* Pablo Quesada +* Jose Luis Algara +* `Commit [Sun] `: + + * Dario Lodeiros + * Eric Antones + * Sara Lago + * Brais Abeijon + * Miguel Padin + +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. + +This module is part of the `OCA/pms `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/pms_account/__init__.py b/pms_account/__init__.py new file mode 100644 index 000000000..02179fb04 --- /dev/null +++ b/pms_account/__init__.py @@ -0,0 +1,2 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +from . import models diff --git a/pms_account/__manifest__.py b/pms_account/__manifest__.py new file mode 100644 index 000000000..5295c9068 --- /dev/null +++ b/pms_account/__manifest__.py @@ -0,0 +1,24 @@ +# 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 the accounting aspects of your properties", + "version": "14.0.1.0.0", + "development_status": "Alpha", + "category": "Generic Modules/Property Management System", + "website": "https://github.com/OCA/pms", + "author": "Commit [Sun], Open Source Integrators, Odoo Community Association (OCA)", + "maintainers": ["eantones"], + "license": "AGPL-3", + "depends": [ + "account", + "analytic", + "pms_base", + ], + "data": [ + "views/account_move.xml", + "views/pms_property.xml", + ], +} diff --git a/pms_account/i18n/es.po b/pms_account/i18n/es.po new file mode 100644 index 000000000..145478bdf --- /dev/null +++ b/pms_account/i18n/es.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pms_account +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 14.0+e-20211202\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-12-23 19:33+0000\n" +"PO-Revision-Date: 2021-12-23 19:33+0000\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: pms_account +#: model_terms:ir.ui.view,arch_db:pms_account.view_pms_property_form +msgid "Accounting" +msgstr "Contabilidad" + +#. module: pms_account +#: model:ir.model.fields,field_description:pms_account.field_pms_property__analytic_id +msgid "Analytic Account" +msgstr "Cuenta analítica" + +#. module: pms_account +#: model:ir.model.fields,field_description:pms_account.field_pms_property__bill_count +msgid "Bill Count" +msgstr "Numéro de facturas" + +#. module: pms_account +#: model:ir.model.fields,field_description:pms_account.field_pms_property__bill_ids +#: model_terms:ir.ui.view,arch_db:pms_account.view_pms_property_form +msgid "Bills" +msgstr "Facturas de proveedores" + +#. module: pms_account +#: model:ir.model.fields,field_description:pms_account.field_account_move__display_name +#: model:ir.model.fields,field_description:pms_account.field_account_move_line__display_name +#: model:ir.model.fields,field_description:pms_account.field_pms_property__display_name +#: model:ir.model.fields,field_description:pms_account.field_pms_service__display_name +msgid "Display Name" +msgstr "Nombre" + +#. module: pms_account +#: model:ir.model.fields,field_description:pms_account.field_account_move__id +#: model:ir.model.fields,field_description:pms_account.field_account_move_line__id +#: model:ir.model.fields,field_description:pms_account.field_pms_property__id +#: model:ir.model.fields,field_description:pms_account.field_pms_service__id +msgid "ID" +msgstr "Id" + +#. module: pms_account +#: model:ir.model.fields,field_description:pms_account.field_pms_property__invoice_count +msgid "Invoice Count" +msgstr "Numéro de facturas" + +#. module: pms_account +#: model:ir.model.fields,field_description:pms_account.field_pms_property__invoice_line_ids +msgid "Invoice Lines" +msgstr "Líneas de factura" + +#. module: pms_account +#: model:ir.model.fields,field_description:pms_account.field_pms_property__invoice_ids +#: model_terms:ir.ui.view,arch_db:pms_account.view_pms_property_form +msgid "Invoices" +msgstr "Facturas" + +#. module: pms_account +#: model:ir.model,name:pms_account.model_account_move +msgid "Journal Entry" +msgstr "Asiento contable" + +#. module: pms_account +#: model:ir.model,name:pms_account.model_account_move_line +msgid "Journal Item" +msgstr "Apunte contable" + +#. module: pms_account +#: model:ir.model.fields,field_description:pms_account.field_account_move____last_update +#: model:ir.model.fields,field_description:pms_account.field_account_move_line____last_update +#: model:ir.model.fields,field_description:pms_account.field_pms_property____last_update +#: model:ir.model.fields,field_description:pms_account.field_pms_service____last_update +msgid "Last Modified on" +msgstr "Ultima modificación el" + +#. module: pms_account +#: model:ir.model.fields,field_description:pms_account.field_account_bank_statement_line__property_count +#: model:ir.model.fields,field_description:pms_account.field_account_move__property_count +#: model:ir.model.fields,field_description:pms_account.field_account_move_line__property_ids +#: model:ir.model.fields,field_description:pms_account.field_account_payment__property_count +#: model_terms:ir.ui.view,arch_db:pms_account.view_account_invoice_form +#: model_terms:ir.ui.view,arch_db:pms_account.view_invoice_search +#: model_terms:ir.ui.view,arch_db:pms_account.view_vendor_bill_form +msgid "Properties" +msgstr "Propiedades" + +#. module: pms_account +#: model:ir.model.fields,field_description:pms_account.field_account_bank_statement_line__property_ids +#: model:ir.model.fields,field_description:pms_account.field_account_move__property_ids +#: model:ir.model.fields,field_description:pms_account.field_account_payment__property_ids +msgid "Properties associated to this invoice" +msgstr "Propiedades vinculadas con esa factura" + +#. module: pms_account +#: model:ir.model,name:pms_account.model_pms_property +msgid "Property" +msgstr "Propiedad" + +#. module: pms_account +#: model:ir.model,name:pms_account.model_pms_service +msgid "Property Service" +msgstr "Servicio de propiedad" + +#. module: pms_account +#: model:ir.model.fields,field_description:pms_account.field_pms_service__vendor_id +msgid "Vendor" +msgstr "Proveedor" diff --git a/pms_account/i18n/pms_account.pot b/pms_account/i18n/pms_account.pot new file mode 100644 index 000000000..1100e50e1 --- /dev/null +++ b/pms_account/i18n/pms_account.pot @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pms_account +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 14.0+e-20211202\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-12-23 19:33+0000\n" +"PO-Revision-Date: 2021-12-23 19:33+0000\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: pms_account +#: model_terms:ir.ui.view,arch_db:pms_account.view_pms_property_form +msgid "Accounting" +msgstr "" + +#. module: pms_account +#: model:ir.model.fields,field_description:pms_account.field_pms_property__analytic_id +msgid "Analytic Account" +msgstr "" + +#. module: pms_account +#: model:ir.model.fields,field_description:pms_account.field_pms_property__bill_count +msgid "Bill Count" +msgstr "" + +#. module: pms_account +#: model:ir.model.fields,field_description:pms_account.field_pms_property__bill_ids +#: model_terms:ir.ui.view,arch_db:pms_account.view_pms_property_form +msgid "Bills" +msgstr "" + +#. module: pms_account +#: model:ir.model.fields,field_description:pms_account.field_account_move__display_name +#: model:ir.model.fields,field_description:pms_account.field_account_move_line__display_name +#: model:ir.model.fields,field_description:pms_account.field_pms_property__display_name +#: model:ir.model.fields,field_description:pms_account.field_pms_service__display_name +msgid "Display Name" +msgstr "" + +#. module: pms_account +#: model:ir.model.fields,field_description:pms_account.field_account_move__id +#: model:ir.model.fields,field_description:pms_account.field_account_move_line__id +#: model:ir.model.fields,field_description:pms_account.field_pms_property__id +#: model:ir.model.fields,field_description:pms_account.field_pms_service__id +msgid "ID" +msgstr "" + +#. module: pms_account +#: model:ir.model.fields,field_description:pms_account.field_pms_property__invoice_count +msgid "Invoice Count" +msgstr "" + +#. module: pms_account +#: model:ir.model.fields,field_description:pms_account.field_pms_property__invoice_line_ids +msgid "Invoice Lines" +msgstr "" + +#. module: pms_account +#: model:ir.model.fields,field_description:pms_account.field_pms_property__invoice_ids +#: model_terms:ir.ui.view,arch_db:pms_account.view_pms_property_form +msgid "Invoices" +msgstr "" + +#. module: pms_account +#: model:ir.model,name:pms_account.model_account_move +msgid "Journal Entry" +msgstr "" + +#. module: pms_account +#: model:ir.model,name:pms_account.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: pms_account +#: model:ir.model.fields,field_description:pms_account.field_account_move____last_update +#: model:ir.model.fields,field_description:pms_account.field_account_move_line____last_update +#: model:ir.model.fields,field_description:pms_account.field_pms_property____last_update +#: model:ir.model.fields,field_description:pms_account.field_pms_service____last_update +msgid "Last Modified on" +msgstr "" + +#. module: pms_account +#: model:ir.model.fields,field_description:pms_account.field_account_bank_statement_line__property_count +#: model:ir.model.fields,field_description:pms_account.field_account_move__property_count +#: model:ir.model.fields,field_description:pms_account.field_account_move_line__property_ids +#: model:ir.model.fields,field_description:pms_account.field_account_payment__property_count +#: model_terms:ir.ui.view,arch_db:pms_account.view_account_invoice_form +#: model_terms:ir.ui.view,arch_db:pms_account.view_invoice_search +#: model_terms:ir.ui.view,arch_db:pms_account.view_vendor_bill_form +msgid "Properties" +msgstr "" + +#. module: pms_account +#: model:ir.model.fields,field_description:pms_account.field_account_bank_statement_line__property_ids +#: model:ir.model.fields,field_description:pms_account.field_account_move__property_ids +#: model:ir.model.fields,field_description:pms_account.field_account_payment__property_ids +msgid "Properties associated to this invoice" +msgstr "" + +#. module: pms_account +#: model:ir.model,name:pms_account.model_pms_property +msgid "Property" +msgstr "" + +#. module: pms_account +#: model:ir.model,name:pms_account.model_pms_service +msgid "Property Service" +msgstr "" + +#. module: pms_account +#: model:ir.model.fields,field_description:pms_account.field_pms_service__vendor_id +msgid "Vendor" +msgstr "" diff --git a/pms_account/models/__init__.py b/pms_account/models/__init__.py new file mode 100644 index 000000000..15e4c945b --- /dev/null +++ b/pms_account/models/__init__.py @@ -0,0 +1,10 @@ +# Copyright 2018 Alexandre Díaz +# Copyright 2018 Dario Lodeiros +# Copyright (c) 2021 Open Source Integrators +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +from . import ( + account_move, + account_move_line, + pms_service, + pms_property, +) diff --git a/pms_account/models/account_move.py b/pms_account/models/account_move.py new file mode 100644 index 000000000..73b831f29 --- /dev/null +++ b/pms_account/models/account_move.py @@ -0,0 +1,38 @@ +# Copyright 2019 Pablo Quesada +# Copyright 2019 Dario Lodeiros +# Copyright (c) 2021 Open Source Integrators +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +from odoo import api, fields, models + + +class AccountMove(models.Model): + _inherit = "account.move" + + property_ids = fields.Many2many( + "pms.property", + compute="_compute_pms_property_ids", + string="Properties associated to this invoice", + ) + property_count = fields.Integer( + string="Properties", compute="_compute_pms_property_ids" + ) + + @api.depends("line_ids") + def _compute_pms_property_ids(self): + for invoice in self: + properties = self.env["pms.property"].search( + [("invoice_line_ids", "in", invoice.line_ids.ids)] + ) + invoice.property_ids = properties + invoice.property_count = len(invoice.property_ids) + + def action_view_pms_property(self): + action = self.env.ref("pms_base.action_pms_property").read()[0] + if self.property_count > 1: + action["domain"] = [("id", "in", self.property_ids.ids)] + elif self.property_ids: + action["views"] = [ + (self.env.ref("pms_base.view_pms_property_form").id, "form") + ] + action["res_id"] = self.property_ids[0].id + return action diff --git a/pms_account/models/account_move_line.py b/pms_account/models/account_move_line.py new file mode 100644 index 000000000..6e214b8f3 --- /dev/null +++ b/pms_account/models/account_move_line.py @@ -0,0 +1,19 @@ +# Copyright 2019 Pablo Quesada +# Copyright 2019 Dario Lodeiros +# Copyright (c) 2021 Open Source Integrators +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +from odoo import fields, models + + +class AccountMoveLine(models.Model): + _inherit = "account.move.line" + + property_ids = fields.Many2many( + "pms.property", + "pms_property_account_move_line_rel", + "account_move_line_id", + "property_id", + string="Properties", + readonly=True, + copy=False, + ) diff --git a/pms_account/models/pms_property.py b/pms_account/models/pms_property.py new file mode 100644 index 000000000..af76cec96 --- /dev/null +++ b/pms_account/models/pms_property.py @@ -0,0 +1,82 @@ +# Copyright 2019 Pablo Quesada +# Copyright 2019 Dario Lodeiros +# Copyright (c) 2021 Open Source Integrators +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +from odoo import api, fields, models + + +class PmsProperty(models.Model): + _inherit = "pms.property" + + analytic_id = fields.Many2one( + string="Analytic Account", + comodel_name="account.analytic.account", + ) + invoice_line_ids = fields.Many2many( + "account.move.line", + "pms_property_account_move_line_rel", + "property_id", + "account_move_line_id", + string="Invoice Lines", + copy=False, + ) + invoice_ids = fields.Many2many( + "account.move", + string="Invoices", + compute="_compute_invoice_count", + readonly=True, + copy=False, + ) + bill_ids = fields.Many2many( + "account.move", + string="Bills", + compute="_compute_invoice_count", + readonly=True, + copy=False, + ) + invoice_count = fields.Integer( + string="Invoice Count", + compute="_compute_invoice_count", + readonly=True, + copy=False, + ) + bill_count = fields.Integer( + string="Bill Count", + compute="_compute_invoice_count", + readonly=True, + copy=False, + ) + + @api.depends("invoice_line_ids") + def _compute_invoice_count(self): + for property in self: + invoices = property.invoice_line_ids.mapped("move_id").filtered( + lambda r: r.move_type in ("out_invoice", "out_refund") + ) + bills = property.invoice_line_ids.mapped("move_id").filtered( + lambda r: r.move_type in ("in_invoice", "in_refund") + ) + property.invoice_ids = invoices + property.invoice_count = len(invoices) + property.bill_ids = bills + property.bill_count = len(bills) + + def action_view_invoices(self): + action = self.env.ref("account.action_move_out_invoice_type").read()[0] + invoices = self.mapped("invoice_ids") + if len(invoices) > 1: + action["domain"] = [("id", "in", invoices.ids)] + elif invoices: + action["views"] = [(self.env.ref("account.view_move_form").id, "form")] + action["res_id"] = invoices.ids[0] + return action + + def action_view_bills(self): + action = self.env.ref("account.action_move_in_invoice_type").read()[0] + bills = self.mapped("bill_ids") + if len(bills) > 1: + action["domain"] = [("id", "in", bills.ids)] + elif bills: + action["views"] = [(self.env.ref("account.view_move_form").id, "form")] + action["res_id"] = bills.ids[0] + return action diff --git a/pms_account/models/pms_service.py b/pms_account/models/pms_service.py new file mode 100644 index 000000000..771fccc0f --- /dev/null +++ b/pms_account/models/pms_service.py @@ -0,0 +1,17 @@ +# Copyright 2019 Pablo Quesada +# Copyright 2019 Dario Lodeiros +# Copyright (c) 2021 Open Source Integrators +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +from odoo import fields, models + + +class PmsService(models.Model): + _inherit = "pms.service" + + vendor_id = fields.Many2one( + string="Vendor", + required=True, + comodel_name="res.partner", + ondelete="restrict", + domain="[('supplier_rank', '>=', 0)]", + ) diff --git a/pms_account/readme/CONFIGURE.rst b/pms_account/readme/CONFIGURE.rst new file mode 100644 index 000000000..173b6bdd6 --- /dev/null +++ b/pms_account/readme/CONFIGURE.rst @@ -0,0 +1 @@ +* Go to Properties > Configuration > Settings. diff --git a/pms_account/readme/CONTRIBUTORS.rst b/pms_account/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..ced562e48 --- /dev/null +++ b/pms_account/readme/CONTRIBUTORS.rst @@ -0,0 +1,14 @@ +* Alexandre Díaz +* Pablo Quesada +* Jose Luis Algara +* `Commit [Sun] `: + + * Dario Lodeiros + * Eric Antones + * Sara Lago + * Brais Abeijon + * Miguel Padin + +* `Open Source Integrators `: + + * Maxime Chambreuil diff --git a/pms_account/readme/DESCRIPTION.rst b/pms_account/readme/DESCRIPTION.rst new file mode 100644 index 000000000..689b72e9f --- /dev/null +++ b/pms_account/readme/DESCRIPTION.rst @@ -0,0 +1,2 @@ +This module allows you to manage the accounting and financial information of the +properties. diff --git a/pms_account/readme/USAGE.rst b/pms_account/readme/USAGE.rst new file mode 100644 index 000000000..acb2b8f3d --- /dev/null +++ b/pms_account/readme/USAGE.rst @@ -0,0 +1 @@ +To use this module, please read the complete user guide at ``_. diff --git a/pms_account/static/description/agency_logo.png b/pms_account/static/description/agency_logo.png new file mode 100644 index 000000000..bffa2c63a Binary files /dev/null and b/pms_account/static/description/agency_logo.png differ diff --git a/pms_account/static/description/agency_logo1.png b/pms_account/static/description/agency_logo1.png new file mode 100644 index 000000000..d20ba13b3 Binary files /dev/null and b/pms_account/static/description/agency_logo1.png differ diff --git a/pms_account/static/description/avatar.png b/pms_account/static/description/avatar.png new file mode 100644 index 000000000..dff716c28 Binary files /dev/null and b/pms_account/static/description/avatar.png differ diff --git a/pms_account/static/description/icon.png b/pms_account/static/description/icon.png new file mode 100644 index 000000000..a81dd64c3 Binary files /dev/null and b/pms_account/static/description/icon.png differ diff --git a/pms_account/static/description/index.html b/pms_account/static/description/index.html new file mode 100644 index 000000000..f2429e666 --- /dev/null +++ b/pms_account/static/description/index.html @@ -0,0 +1,455 @@ + + + + + + +PMS (Property Management System) + + + +
+

PMS (Property Management System)

+ + +

Alpha License: AGPL-3 OCA/pms Translate me on Weblate Try me on Runbot

+

This module is an all-in-one property management system (PMS) focused on medium-sized properties +for managing every aspect of your property’s daily operations.

+

You can manage properties with multi-property and multi-company support, including your rooms inventory, +reservations, check-in, daily reports, board services, rate and availability plans among other property functionalities.

+
+

Important

+

This is an alpha version, the data model and design can change at any time without warning. +Only for development or testing purpose, do not use in production. +More details on development status

+
+

Table of contents

+ +
+

Installation

+

This module depends on modules base, mail, sale and multi_pms_properties. +Ensure yourself to have all them in your addons list.

+
+
+

Configuration

+

You will find the hotel settings in PMS Management > Configuration > Properties > Your Property.

+

This module required additional configuration for company, accounting, invoicing and user privileges.

+
+
+

Usage

+

To use this module, please, read the complete user guide at roomdoo.com.

+
+
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Commit [Sun]
  • +
+
+
+

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
    • +
    +
  • +
+
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

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.

+

This module is part of the OCA/pms project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/pms_account/views/account_move.xml b/pms_account/views/account_move.xml new file mode 100644 index 000000000..e542af7ce --- /dev/null +++ b/pms_account/views/account_move.xml @@ -0,0 +1,84 @@ + + + + pms.property.invoice.form.pms + account.move + + + +
+ +
+ + + + + +
+
+ + + + vendor.bill.tree.pms + account.move + + + + + + + + + + + + vendor.bill.form.pms + account.move + + + + + + + + + + + + + + invoice.search.pms + account.move + + + + + + + + + +
diff --git a/pms_account/views/pms_property.xml b/pms_account/views/pms_property.xml new file mode 100644 index 000000000..dfe3ee1c6 --- /dev/null +++ b/pms_account/views/pms_property.xml @@ -0,0 +1,44 @@ + + + + pms.property.form + pms.property + + + + + + + + + + + + + + + + + + + + diff --git a/setup/pms_account/odoo/addons/pms_account b/setup/pms_account/odoo/addons/pms_account new file mode 120000 index 000000000..02d676ce8 --- /dev/null +++ b/setup/pms_account/odoo/addons/pms_account @@ -0,0 +1 @@ +../../../../pms_account \ No newline at end of file diff --git a/setup/pms_account/setup.py b/setup/pms_account/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/pms_account/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)