Quick Start¶
This guide walks you through creating your first Airbnb-synced reservation in under 15 minutes.
Prerequisites¶
- AirDoo module installed (see Installation)
- Gmail account linked to your Airbnb account
- Odoo administrator access
Step 1 — Create products¶
AirDoo uses Odoo products to generate reservation order lines.
- Go to Sales → Configuration → Products
- Create the "Accommodation Nights" product:
- Type: Service
- Sales price: your base nightly rate
- Create the "Cleaning Fee" product:
- Type: Service
- Sales price: your standard cleaning fee
Step 2 — Configure AirDoo settings¶
- Go to AirDoo → Configuration → Settings
- Under Products:
- Default Accommodation Product → select "Accommodation Nights"
- Default Cleaning Product → select "Cleaning Fee"
- Save
Step 3 — Create your first accommodation¶
- Go to AirDoo → Accommodations → New
- Fill in the required fields:
- Property Name: internal name (e.g. "Alpine Chalet")
- Airbnb Listing Name: EXACT name as it appears in Airbnb emails (e.g. "Chalet au milieu des cascades")
Critical field
The Airbnb Listing Name must match exactly what appears in Airbnb emails. Any difference in case or spacing will prevent synchronisation.
- Optional: add address, manager, check-in/check-out times
- Save
Step 4 — Connect Gmail¶
- Go to AirDoo → Configuration → Settings
- Under Gmail → enter your Gmail address
- Upload your
credentials.jsonfile (see Installation to create this file) - Click Connect Gmail and authorise access
Step 5 — Run the first sync¶
- Go to AirDoo → Accommodations
- Select your accommodation
- Click the "Sync Airbnb Emails" button
- Wait a few seconds
Verify the result¶
After the sync, your reservations appear in AirDoo → Reservations.
Each reservation contains: - The Airbnb confirmation code - The guest's name - Check-in/check-out dates - Guest composition (adults, children, babies) - The Airbnb payout amount
What's next?¶
| I want to… | Documentation |
|---|---|
| Understand the sync process | Airbnb Sync |
| Manage my reservations | Reservations |
| Set up automated emails | Communication |
| Build a website with the API | API & Integration |
← Previous: Installation | Next: Configuration →