| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/vertical-travel |
| GIT | |
| GIT | https://github.com/OCA/vertical-travel.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/vertical-travel/tree/10.0/travel_journey |
| VERSION | |
| VERSION | 0.1.0 |
| CATEGORY | |
| CATEGORY | Customer Relationship Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Savoir-faire Linux |
| MAINTAINERS | |
| MAINTAINERS | Savoir-faire Linux |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Stéphane Bidoul (ACSONE) |
| WEBSITE | |
| WEBSITE | http://www.savoirfairelinux.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:20:04 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/partner-contact: - base_location OCA/vertical-travel: - travel odoo/odoo: - base - base_setup - web_kanban - web - bus - web_tour - product - decimal_precision - report - hr - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Travel journey ============== This module allows to add a starting point and destination to a travel. Contributors ------------ * Sandy Carter (sandy.carter@savoirfairelinux.com) * El Hadji Dem (elhadji.dem@savoirfairelinux.com) * Joao Alfredo Gama Batista (joao.gama@savoirfairelinux.com) |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
travel_journey_form_view |
Passenger Journey Form View | travel.journey | form | New |
travel_journey_gantt_view |
Travel Journey Gantt View | travel.journey | gantt | New |
travel_journey_list_view |
Travel Journey List View | travel.journey | tree | New |
travel_journey_search |
Travel Journey Search | travel.journey | search | New |
travel_passenger_form_view |
Travel Passenger Form View | travel.passenger | notebook | Inherits travel.travel_passenger_form_view |
travel_summary_view |
Travel Summary | travel.summary | form | New |
view_travel_journey_import |
Import from other passengers form | travel.journey.import | form | New |
arrival
Datetime
help='Desired date and time of Arrival.'
string='Desired Arrival'
baggage_qty
Integer
help='Number of articles in baggage.'
string='Baggage Quantity'
baggage_weight
Float
help='Weight of baggage.'
string='Baggage Weight'
baggage_weight_uom
Many2one → product.uom
help='Unit of Measure for Baggage Weight'
string='Baggage Weight Unit of Measure'
args: 'product.uom'
cancellation
Text
help='Notes on cancellation.'
args: 'Cancellation'
class_id
Many2one → travel.journey.class
default='_default_class'
help='Desired class of voyage.'
required=True
string='Class'
args: 'travel.journey.class'
comment
Text
date_start
Date
compute='_estimate_date_start'
fnct_inv='_inv_estimate_date_start'
help='Best estimate of start date calculated from filled fields.'
string='Start Date'
type='date'
date_stop
Date
compute='_estimate_date_stop'
fnct_inv='_inv_estimate_date_stop'
help='Best estimate of end date calculated from filled fields.'
string='Stop Date'
type='date'
departure
Datetime
help='Desired date and time of departure.'
string='Desired Departure'
destination
Many2one → res.better.zip
help='Destination city of travel.'
required='True'
string='Destination'
args: 'res.better.zip'
is_return
Boolean
help='Generate a return trip'
string='Return Trip'
journey_type
Selection
help='Travel journey type.'
selection='_get_journey_type'
string='Travel journey type'
origin
Many2one → res.better.zip
help='Source city of travel.'
required='True'
string='Origin'
args: 'res.better.zip'
passenger_id
Many2one → travel.passenger
help='Passenger on this journey.'
required=True
string='Passenger'
args: 'travel.passenger'
reservation
Char
help='Number of the ticket reservation.'
string='Reservation Number'
return_arrival
Datetime
return_departure
Datetime
return_destination
Many2one → res.better.zip
string='Destination (return)'
args: 'res.better.zip'
return_origin
Many2one → res.better.zip
string='Origin (return)'
args: 'res.better.zip'
state
Selection
related='passenger_id.travel_state'
store=True
string='State'
travel
Char
related='passenger_id.travel_name'
store=True
string='Travel'
arrival_date_get(self)
arrival_time_get(self)
check_date(self)
check_date_exists(self)
check_date_exists_return(self)
check_date_return(self)
check_uom(self)
company_get(self)
create(self, vals)
departure_date_get(self)
departure_time_get(self)
destination_get(self)
name_get(self)
onchange_destination(self)
onchange_origin(self)
origin_get(self)
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (2)cancel(self, cr, uid, ids, context=None)
data_import(self, cr, uid, ids, context=None)
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (3)export_excel(self, cr, uid, ids, context=None)
get_excel_columns(self, context=None)
produce_summary(self, cr, uid, travel, context=None)
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/vertical-travel |
| GIT | |
| GIT | https://github.com/OCA/vertical-travel.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/vertical-travel/tree/9.0/travel_journey |
| VERSION | |
| VERSION | 0.1.0 |
| CATEGORY | |
| CATEGORY | Customer Relationship Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Savoir-faire Linux |
| MAINTAINERS | |
| MAINTAINERS | Savoir-faire Linux |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Stéphane Bidoul (ACSONE) |
| WEBSITE | |
| WEBSITE | http://www.savoirfairelinux.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:25 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/partner-contact: - base_location OCA/vertical-travel: - travel odoo/odoo: - base - base_setup - web_kanban - web - bus - product - decimal_precision - report - hr - resource - web_tip |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Travel journey ============== This module allows to add a starting point and destination to a travel. Contributors ------------ * Sandy Carter (sandy.carter@savoirfairelinux.com) * El Hadji Dem (elhadji.dem@savoirfairelinux.com) * Joao Alfredo Gama Batista (joao.gama@savoirfairelinux.com) |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
travel_journey_form_view |
Passenger Journey Form View | travel.journey | form | New |
travel_journey_gantt_view |
Travel Journey Gantt View | travel.journey | gantt | New |
travel_journey_list_view |
Travel Journey List View | travel.journey | tree | New |
travel_journey_search |
Travel Journey Search | travel.journey | search | New |
travel_passenger_form_view |
Travel Passenger Form View | travel.passenger | notebook | Inherits travel.travel_passenger_form_view |
travel_summary_view |
Travel Summary | travel.summary | form | New |
view_travel_journey_import |
Import from other passengers form | travel.journey.import | form | New |
arrival
Datetime
help='Desired date and time of Arrival.'
string='Desired Arrival'
baggage_qty
Integer
help='Number of articles in baggage.'
string='Baggage Quantity'
baggage_weight
Float
help='Weight of baggage.'
string='Baggage Weight'
baggage_weight_uom
Many2one → product.uom
help='Unit of Measure for Baggage Weight'
string='Baggage Weight Unit of Measure'
args: 'product.uom'
cancellation
Text
help='Notes on cancellation.'
args: 'Cancellation'
class_id
Many2one → travel.journey.class
default='_default_class'
help='Desired class of voyage.'
required=True
string='Class'
args: 'travel.journey.class'
comment
Text
date_start
Date
compute='_estimate_date_start'
fnct_inv='_inv_estimate_date_start'
help='Best estimate of start date calculated from filled fields.'
string='Start Date'
type='date'
date_stop
Date
compute='_estimate_date_stop'
fnct_inv='_inv_estimate_date_stop'
help='Best estimate of end date calculated from filled fields.'
string='Stop Date'
type='date'
departure
Datetime
help='Desired date and time of departure.'
string='Desired Departure'
destination
Many2one → res.better.zip
help='Destination city of travel.'
required='True'
string='Destination'
args: 'res.better.zip'
is_return
Boolean
help='Generate a return trip'
string='Return Trip'
journey_type
Selection
help='Travel journey type.'
selection='_get_journey_type'
string='Travel journey type'
origin
Many2one → res.better.zip
help='Source city of travel.'
required='True'
string='Origin'
args: 'res.better.zip'
passenger_id
Many2one → travel.passenger
help='Passenger on this journey.'
required=True
string='Passenger'
args: 'travel.passenger'
reservation
Char
help='Number of the ticket reservation.'
string='Reservation Number'
return_arrival
Datetime
return_departure
Datetime
return_destination
Many2one → res.better.zip
string='Destination (return)'
args: 'res.better.zip'
return_origin
Many2one → res.better.zip
string='Origin (return)'
args: 'res.better.zip'
state
Selection
related='passenger_id.travel_state'
store=True
string='State'
travel
Char
related='passenger_id.travel_name'
store=True
string='Travel'
arrival_date_get(self)
arrival_time_get(self)
check_date(self)
check_date_exists(self)
check_date_exists_return(self)
check_date_return(self)
check_uom(self)
company_get(self)
create(self, vals)
departure_date_get(self)
departure_time_get(self)
destination_get(self)
name_get(self)
onchange_destination(self)
onchange_origin(self)
origin_get(self)
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (2)cancel(self, cr, uid, ids, context=None)
data_import(self, cr, uid, ids, context=None)
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (3)export_excel(self, cr, uid, ids, context=None)
get_excel_columns(self, context=None)
produce_summary(self, cr, uid, travel, context=None)
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/vertical-travel |
| GIT | |
| GIT | https://github.com/OCA/vertical-travel.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/vertical-travel/tree/8.0/travel_journey |
| VERSION | |
| VERSION | 0.1.0 |
| CATEGORY | |
| CATEGORY | Customer Relationship Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Savoir-faire Linux |
| MAINTAINERS | |
| MAINTAINERS | Savoir-faire Linux |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Alexandre Fayolle, Sandy Carter, Stéphane Bidoul (ACSONE), OCA-git-bot, houssine |
| WEBSITE | |
| WEBSITE | http://www.savoirfairelinux.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:28 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/partner-contact: - base_location OCA/vertical-travel: - travel odoo/odoo: - base - base_setup - web_kanban - web - product - decimal_precision - report - hr - resource - board |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Travel journey ============== This module allows to add a starting point and destination to a travel. Contributors ------------ * Sandy Carter (sandy.carter@savoirfairelinux.com) * El Hadji Dem (elhadji.dem@savoirfairelinux.com) * Joao Alfredo Gama Batista (joao.gama@savoirfairelinux.com) |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
travel_journey_form_view |
Passenger Journey Form View | travel.journey | form | New |
travel_journey_gantt_view |
Travel Journey Gantt View | travel.journey | gantt | New |
travel_journey_list_view |
Travel Journey List View | travel.journey | tree | New |
travel_journey_search |
Travel Journey Search | travel.journey | search | New |
travel_passenger_form_view |
Travel Passenger Form View | travel.passenger | notebook | Inherits travel.travel_passenger_form_view |
travel_summary_view |
Travel Summary | travel.summary | form | New |
view_travel_journey_import |
Import from other passengers form | travel.journey.import | form | New |
arrival
Datetime
help='Desired date and time of Arrival.'
string='Desired Arrival'
baggage_qty
Integer
help='Number of articles in baggage.'
string='Baggage Quantity'
baggage_weight
Float
help='Weight of baggage.'
string='Baggage Weight'
baggage_weight_uom
Many2one → product.uom
help='Unit of Measure for Baggage Weight'
string='Baggage Weight Unit of Measure'
args: 'product.uom'
cancellation
Text
help='Notes on cancellation.'
args: 'Cancellation'
class_id
Many2one → travel.journey.class
default='_default_class'
help='Desired class of voyage.'
required=True
string='Class'
args: 'travel.journey.class'
comment
Text
date_start
Date
compute='_estimate_date_start'
fnct_inv='_inv_estimate_date_start'
help='Best estimate of start date calculated from filled fields.'
string='Start Date'
type='date'
date_stop
Date
compute='_estimate_date_stop'
fnct_inv='_inv_estimate_date_stop'
help='Best estimate of end date calculated from filled fields.'
string='Stop Date'
type='date'
departure
Datetime
help='Desired date and time of departure.'
string='Desired Departure'
destination
Many2one → res.better.zip
help='Destination city of travel.'
required='True'
string='Destination'
args: 'res.better.zip'
is_return
Boolean
help='Generate a return trip'
string='Return Trip'
journey_type
Selection
help='Travel journey type.'
selection='_get_journey_type'
string='Travel journey type'
origin
Many2one → res.better.zip
help='Source city of travel.'
required='True'
string='Origin'
args: 'res.better.zip'
passenger_id
Many2one → travel.passenger
help='Passenger on this journey.'
required=True
string='Passenger'
args: 'travel.passenger'
reservation
Char
help='Number of the ticket reservation.'
string='Reservation Number'
return_arrival
Datetime
return_departure
Datetime
return_destination
Many2one → res.better.zip
string='Destination (return)'
args: 'res.better.zip'
return_origin
Many2one → res.better.zip
string='Origin (return)'
args: 'res.better.zip'
state
Selection
related='passenger_id.travel_state'
store=True
string='State'
travel
Char
related='passenger_id.travel_name'
store=True
string='Travel'
arrival_date_get(self)
arrival_time_get(self)
check_date(self)
check_date_exists(self)
check_date_exists_return(self)
check_date_return(self)
check_uom(self)
company_get(self)
create(self, vals)
departure_date_get(self)
departure_time_get(self)
destination_get(self)
name_get(self)
onchange_destination(self)
onchange_origin(self)
origin_get(self)
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (2)cancel(self, cr, uid, ids, context=None)
data_import(self, cr, uid, ids, context=None)
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (3)export_excel(self, cr, uid, ids, context=None)
get_excel_columns(self, context=None)
produce_summary(self, cr, uid, travel, context=None)
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/vertical-travel |
| GIT | |
| GIT | https://github.com/OCA/vertical-travel.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/vertical-travel/tree/7.0/travel_journey |
| VERSION | |
| VERSION | 0.1 |
| CATEGORY | |
| CATEGORY | Customer Relationship Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Savoir-faire Linux |
| MAINTAINERS | |
| MAINTAINERS | Savoir-faire Linux |
| COMMITTERS | |
| COMMITTERS | Yannick Vaucher, Guewen Baconnier, Alexandre Fayolle, Joao Alfredo Gama Batista, Sandy Carter, GitHub, Alex Comba, EL HADJI DEM, moylop260, dufresnedavid, Sandy, Jordi Riera, Davin Baragiotta |
| WEBSITE | |
| WEBSITE | http://www.savoirfairelinux.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:07:17 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/partner-contact: - base_location OCA/vertical-travel: - travel odoo/odoo: - base - base_setup - web_kanban - web - product - process - decimal_precision - report_webkit - hr - resource - board |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Travel journey ============== This module allows to add a starting point and destination to a travel. Contributors ------------ * Sandy Carter (sandy.carter@savoirfairelinux.com) * El Hadji Dem (elhadji.dem@savoirfairelinux.com) * Joao Alfredo Gama Batista (joao.gama@savoirfairelinux.com) |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
travel_journey_form_view |
Passenger Journey Form View | travel.journey | form | New |
travel_journey_gantt_view |
Travel Journey Gantt View | travel.journey | gantt | New |
travel_journey_list_view |
Travel Journey List View | travel.journey | tree | New |
travel_journey_search |
Travel Journey Search | travel.journey | search | New |
travel_passenger_form_view |
Travel Passenger Form View | travel.passenger | notebook | Inherits travel.travel_passenger_form_view |
travel_summary_view |
Travel Summary | travel.summary | form | New |
view_travel_journey_import |
Import from other passengers form | travel.journey.import | form | New |
No new fields.
Public methods (16)arrival_date_get(self, cr, uid, ids, context=None)
arrival_time_get(self, cr, uid, ids, context=None)
check_date(self, cr, uid, ids, context=None)
check_date_exists(self, cr, uid, ids, context=None)
check_date_exists_return(self, cr, uid, ids, context=None)
check_date_return(self, cr, uid, ids, context=None)
check_uom(self, cr, uid, ids, context=None)
company_get(self, cr, uid, ids, context=None)
create(self, cr, uid, vals, context=None)
departure_date_get(self, cr, uid, ids, context=None)
departure_time_get(self, cr, uid, ids, context=None)
destination_get(self, cr, uid, ids, context=None)
name_get(self, cr, uid, ids, context=None)
on_change_return(cr, uid, ids, key, location, context=None)
on_change_times(self, cr, uid, ids, departure, arrival, return_trip=False, context=None)
origin_get(self, cr, uid, ids, context=None)
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (2)cancel(self, cr, uid, ids, context=None)
data_import(self, cr, uid, ids, context=None)
No new fields.
Public methods (2)print_report(self, cr, uid, ids, data, context=None)
update_journey_domain(self, cr, uid, ids, travel_id, context=None)
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (3)export_excel(self, cr, uid, ids, context=None)
get_excel_columns(self, context=None)
produce_summary(self, cr, uid, travel, context=None)
No new fields.
Public methods (0)No public methods.