| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
CRM (crm)
• Calendar (calendar) • Discuss (mail) • Sales (sale_management) • Website (website) • Contacts (contacts) • Invoicing (account) |
| Lines of code | 8794 |
| Technical Name |
airdoo |
| License | OPL-1 |
| Website | https://www.kalpasys.com |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
CRM (crm)
• Calendar (calendar) • Discuss (mail) • Sales (sale_management) • Website (website) • Contacts (contacts) • Invoicing (account) |
| Lines of code | 8794 |
| Technical Name |
airdoo |
| License | OPL-1 |
| Website | https://www.kalpasys.com |
Your Airbnb Properties,
Fully Automated
inside Odoo.
AirDoo syncs Airbnb reservations via Gmail, automates guest communications, and gives your team a real-time rental dashboard — all without leaving Odoo 18.
| Guest | Property | Check-in | Checkout | Nights | Payout | Status |
|---|---|---|---|---|---|---|
| Sarah Mitchell | Mountain Chalet | Mar 15 | Mar 18 | 3 | €489 | Confirmed |
| James Hooper | Seaside Villa | Mar 17 | Mar 22 | 5 | €920 | Confirmed |
| Luisa Ferreira | Mountain Chalet | Mar 19 | Mar 21 | 2 | €310 | Pending |
| Tom Westerberg | City Apartment | Mar 20 | Mar 24 | 4 | €540 | Confirmed |
Channel Managers are
draining your margins.
You're paying recurring fees for tools that don't talk to your ERP, require manual reconciliation, and have zero automation.
AirDoo solves this
See AirDoo in Action
From Gmail inbox to Odoo dashboard — watch the full automation in under 2 minutes.
Every Airbnb email,
parsed automatically.
Connect Gmail via OAuth2. AirDoo reads every Airbnb notification and creates reservations, guest profiles, and sale orders — without you touching anything.
-
✓Secure Gmail OAuth2 — no password ever stored
-
✓Parses confirmations, cancellations & reminders
-
✓Guest profile auto-created in Odoo CRM
-
✓Sale order generated with payout amount
-
✓Configurable parsing rules — no code needed
-
✓Syncs every 30 minutes via scheduled cron
guest: Sarah Mitchell checkin: Mar 15 checkout: Mar 18 payout: €489.00 listing: Mountain Chalet guests: 2 adults
guest: James Hooper checkin: Mar 17 payout: €920.00 4 adults, 1 child
order updated status: cancelled guest notified
The right email,
at the perfect moment.
Define communication rules once. AirDoo automatically schedules and sends the right message for every event — confirmation, welcome pack, check-in reminder, thank you, and loyalty offer.
A complete property
management system.
Paid back in
under 4 months.
Compare what you're currently paying vs. AirDoo's one-time price.
Power your own
booking website.
AirDoo exposes a complete REST API. Real-time availability, online booking creation, calendar grid, pricing rules, contact leads — everything your front-end needs.
-
GET
/api/v1/airdoo/availability -
POST
/api/v1/airdoo/bookings -
GET
/api/v1/airdoo/calendar -
POST
/api/v1/airdoo/contact-lead -
GET
/api/v1/airdoo/health
// Check availability in real-time GET /api/v1/airdoo/availability ?accommodation_id=1 &checkin="2025-06-14" &checkout="2025-06-18" // Response { "success": true, "data": { "available": true, "nights": 4, "total_price": 640.00, "currency": "EUR", "blocked_dates": ["2025-06-20", "2025-06-21"] } } // Create a direct booking POST /api/v1/airdoo/bookings { "accommodation_id": 1, "checkin_date": "2025-06-14", "checkout_date": "2025-06-18", "partner": { "name": "Sarah Mitchell", "email": "sarah@example.com", "phone": "+33 6 12 34 56 78" } } // → Creates sale.order in Odoo instantly // → Triggers communication rules // → Returns booking reference
Running in
under 5 minutes.
Want the complete
direct-booking solution?
Kalpasys builds Next.js booking websites powered by the AirDoo API. Guests book directly on your site, pay via Stripe, and reservations appear in Odoo instantly — bypassing platform fees.
Available in 6 languages
AirDoo’s interface and automated guest emails are fully translated — so your team and your guests always feel at home.
Common questions.
sale_management, calendar, mail, crm, and website.Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module