mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[REF] remove deprecated <data> tags
This commit is contained in:
committed by
Darío Lodeiros
parent
b1dc8758bb
commit
919afe0193
@@ -7,7 +7,7 @@ PMS (Property Management System)
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:81b3168f0e6235be3cd635264f4e7957b2b5ee314976a1e27debd7e92d4721f6
|
||||
!! source digest: sha256:f4de1bfaabc4df67eda74523262d7db3d537c6aebf1b400df5180f4a326f0fc6
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||
|
||||
@@ -104,6 +104,7 @@
|
||||
"views/account_analytic_line_view.xml",
|
||||
],
|
||||
"demo": [
|
||||
"demo/pms_master_data_no_update.xml",
|
||||
"demo/pms_master_data.xml",
|
||||
"demo/pms_folio.xml",
|
||||
"demo/pms_reservation.xml",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<data noupdate="1">
|
||||
<odoo noupdate="1">
|
||||
<!-- Set reservation like No Show if the client does not show up -->
|
||||
<record model="ir.cron" id="noshow_reservations">
|
||||
<field name="name">Automatic No Show Reservation</field>
|
||||
@@ -118,5 +117,4 @@
|
||||
/>
|
||||
<field name="code">model.auto_invoice_downpayments(offset=1)</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<data>
|
||||
<record id="cancelled_reservation_email" model="mail.template">
|
||||
<field name="name">Cancelled Reservation</field>
|
||||
<field name="model_id" ref="pms.model_pms_reservation" />
|
||||
@@ -156,5 +155,4 @@
|
||||
</field>
|
||||
<field name="lang">${object.partner_id.lang}</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<data>
|
||||
<record id="confirmed_reservation_email" model="mail.template">
|
||||
<field name="name">Confirmed Reservation</field>
|
||||
<field name="model_id" ref="pms.model_pms_folio" />
|
||||
@@ -306,5 +305,4 @@
|
||||
</field>
|
||||
<field name="lang">${object.partner_id.lang}</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<data noupdate="1">
|
||||
<odoo noupdate="1">
|
||||
<!-- Basic pms -->
|
||||
<record id="main_pms_availability_plan" model="pms.availability.plan">
|
||||
<field name="name">Availability Plan</field>
|
||||
@@ -149,5 +148,4 @@ else:
|
||||
failed = True
|
||||
</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<data>
|
||||
<record id="modified_reservation_email" model="mail.template">
|
||||
<field name="name">Modified Reservation</field>
|
||||
<field name="model_id" ref="pms.model_pms_folio" />
|
||||
@@ -261,5 +260,4 @@
|
||||
</field>
|
||||
<field name="lang">${object.partner_id.lang}</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<data>
|
||||
<record id="precheckin_invitation_email" model="mail.template">
|
||||
<field name="name">Precheckin Invitation</field>
|
||||
<field name="model_id" ref="pms.model_pms_checkin_partner" />
|
||||
@@ -53,5 +52,4 @@
|
||||
</div>
|
||||
</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<odoo>
|
||||
<data noupdate="1">
|
||||
<odoo noupdate="1">
|
||||
<record model="ir.sequence" id="seq_pms_folio">
|
||||
<field name="name">PMS Folio</field>
|
||||
<field name="code">pms.folio</field>
|
||||
@@ -14,5 +13,4 @@
|
||||
<field name="prefix">%(y)s</field>
|
||||
<field name="padding">6</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<data noupdate="1">
|
||||
<odoo noupdate="1">
|
||||
<record id="channel_autoinvoicing_folios" model="queue.job.channel">
|
||||
<field name="name">autoinvoicing folios</field>
|
||||
<field name="parent_id" ref="queue_job.channel_root" />
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<data>
|
||||
<record id="traveller_report_paperformat" model="report.paperformat">
|
||||
<field name="name">Traveller Report PaperFormat</field>
|
||||
<field name="default" eval="True" />
|
||||
@@ -16,5 +15,4 @@
|
||||
<field name="header_spacing">1</field>
|
||||
<field name="dpi">201</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<odoo noupdate="1">
|
||||
<!--
|
||||
pms.folio
|
||||
folio demo data for bookings starting within 15 days
|
||||
-->
|
||||
<data noupdate="1">
|
||||
<record id="pms_folio_eco_01" model="pms.folio">
|
||||
<field name="partner_id" ref="base.res_partner_address_27" />
|
||||
<field name="user_id" ref="base.user_demo" />
|
||||
@@ -955,5 +954,4 @@
|
||||
})]"
|
||||
/>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
4669
pms/demo/pms_master_data_no_update.xml
Normal file
4669
pms/demo/pms_master_data_no_update.xml
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<data noupdate="1">
|
||||
<odoo noupdate="1">
|
||||
<!--ECONOMIC RESERVATIONS (Main Property) -->
|
||||
<!-- out of service PAST -->
|
||||
<record id="pms_reservation_eco_out_01" model="pms.reservation">
|
||||
@@ -1456,5 +1455,4 @@
|
||||
<field name="sale_channel_origin_id" ref="pms.main_pms_sale_channel_mail" />
|
||||
<field name="partner_requests">two bottles of moët</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<data>
|
||||
<record id="action_report_folio" model="ir.actions.report">
|
||||
<field name="name">Report Folio</field>
|
||||
<field name="model">pms.folio</field>
|
||||
@@ -11,5 +10,4 @@
|
||||
name="print_report_name"
|
||||
>(object.state in ('draft', 'sent') and 'Quotation - %s' % (object.name)) or 'Order - %s' % (object.name)</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<data>
|
||||
<record id="action_report_pms_pro_forma_invoice" model="ir.actions.report">
|
||||
<field name="name">PRO-FORMA Invoice</field>
|
||||
<field name="model">account.move</field>
|
||||
@@ -11,5 +10,4 @@
|
||||
<field name="binding_model_id" ref="model_account_move" />
|
||||
<field name="binding_type">report</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<data>
|
||||
<record id="action_traveller_report" model="ir.actions.report">
|
||||
<field name="name">Traveller Report</field>
|
||||
<field name="model">pms.checkin.partner</field>
|
||||
@@ -12,5 +11,4 @@
|
||||
name="print_report_name"
|
||||
>(object.state in ('draft', 'sent') and 'Quotation - %s' % (object.name)) or 'Order - %s' % (object.name)</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
|
||||
@@ -367,7 +367,7 @@ ul.auto-toc {
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:81b3168f0e6235be3cd635264f4e7957b2b5ee314976a1e27debd7e92d4721f6
|
||||
!! source digest: sha256:f4de1bfaabc4df67eda74523262d7db3d537c6aebf1b400df5180f4a326f0fc6
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/pms/tree/14.0/pms"><img alt="OCA/pms" src="https://img.shields.io/badge/github-OCA%2Fpms-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/pms-14-0/pms-14-0-pms"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/pms&target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This module is an all-in-one property management system (PMS) focused on medium-sized properties
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<odoo>
|
||||
<data noupdate="0">
|
||||
<template id="template_header">
|
||||
<h1 t-field="object.pms_property_id.name" />
|
||||
<div class="row">
|
||||
@@ -152,5 +151,4 @@
|
||||
<field name="body_type">qweb</field>
|
||||
<field name="body_view_id" ref="pms.template_reservation_confirmed" />
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<data>
|
||||
<template id="assets_backend" name="pms assets" inherit_id="web.assets_backend">
|
||||
<xpath expr="//script[last()]" position="after">
|
||||
<script type="text/javascript" src="/pms/static/src/js/session.js" />
|
||||
@@ -22,5 +21,4 @@
|
||||
/>
|
||||
</xpath>
|
||||
</template>
|
||||
</data>
|
||||
</odoo>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<data noupdate="0">
|
||||
<!-- Set all task -->
|
||||
<record model="ir.cron" id="add_all_today_tasks">
|
||||
<field name="name">Automatic add all today housekeeping tasks</field>
|
||||
@@ -17,5 +16,4 @@
|
||||
/>
|
||||
<field name="code">model.add_all_today_tasks()</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<data noupdate="1">
|
||||
<odoo noupdate="1">
|
||||
<!-- pms.housekeeping.task -->
|
||||
<record id="pms_housekeeping_task_0" model="pms.housekeeping.task">
|
||||
<field name="name">Full clean</field>
|
||||
@@ -61,5 +60,4 @@
|
||||
<field name="task_id" ref="pms_housekeeping.pms_housekeeping_task_1" />
|
||||
<field name="state">draft</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<data noupdate="1">
|
||||
|
||||
<odoo noupdate="1">
|
||||
<record model="ir.cron" id="autosend_traveller_report">
|
||||
<field name="name">Automatic Send Traveller Report</field>
|
||||
<field name="active" eval="False" />
|
||||
@@ -18,6 +16,4 @@
|
||||
/>
|
||||
<field name="code">model.send_file_institution_async()</field>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
</odoo>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<data noupdate="1">
|
||||
<odoo noupdate="1">
|
||||
<record id="document_type_dni" model="res.partner.id_category">
|
||||
<field name="name">DNI</field>
|
||||
<field name="code">D</field>
|
||||
@@ -72,6 +71,4 @@ else:
|
||||
>
|
||||
<field name="aeat_identification_type">06</field>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
</odoo>
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
</record>
|
||||
</data>
|
||||
|
||||
<data>
|
||||
<record
|
||||
id="notification_send_success_travel_report_email"
|
||||
model="mail.template"
|
||||
@@ -49,6 +48,5 @@
|
||||
</div>
|
||||
</field>
|
||||
</record>
|
||||
</data>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<data noupdate="1">
|
||||
<odoo noupdate="1">
|
||||
<record id="channel_institution_file_send" model="queue.job.channel">
|
||||
<field name="name">institution_file_send</field>
|
||||
<field name="parent_id" ref="queue_job.channel_root" />
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<data noupdate="1">
|
||||
<odoo noupdate="1">
|
||||
<!-- default partner simplified invoices -->
|
||||
<record id="pms.various_pms_partner" model="res.partner">
|
||||
<field name="aeat_anonymous_cash_customer">True</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user