Skip to content

Commit

Permalink
[16.0][FIX] Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sachin-serpentcs committed Oct 13, 2023
1 parent f2c177a commit e80fc2d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions report_hotel_reservation/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright (C) 2022-TODAY Serpent Consulting Services Pvt. Ltd. (<http://www.serpentcs.com>).
# Copyright (C) 2023-TODAY Serpent Consulting Services Pvt. Ltd. (<http://www.serpentcs.com>).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Hotel Reservation Management - Reporting",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"author": "Odoo Community Association (OCA), Serpent Consulting\
Services Pvt. Ltd., Odoo S.A.",
"website": "https://github.com/OCA/vertical-hotel",
Expand Down
6 changes: 6 additions & 0 deletions setup/report_hotel_reservation/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

0 comments on commit e80fc2d

Please sign in to comment.