TIP: You can type at any time to perform a new search.
Accounting/Fleet bridge
account_fleet · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 1.0
- Category
- Accounting/Accounting
- Folder size
- 0.31 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- Yes
- Website
- None
- Last tracking update
- 2026-08-15 22:44:17
- Authors
- Odoo S.A.
- Maintainers
- Odoo S.A.
- Committers
- Xavier Morel, Odoo Translation Bot, Julien Castiaux, Tiffany Chang (tic), Gorash, John Laterre (jol), Ruben Gomes, Dossogne Bertrand, Louis Wicket (wil), Victor Piryns (pivi), Dylan Kiss (dyki), Harsh Shah, bhra-odoo, Ayush Modi
Code Analysis ⓘ
Views touched (5)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_move_view_tree |
account.move.list.inherit.fleet | account.move | list | Inherits account.view_move_tree |
fleet_vehicle_log_services_view_form |
fleet.vehicle.log.services.form.inherit.account | fleet.vehicle.log.services | form | Inherits fleet.fleet_vehicle_log_services_view_form |
fleet_vehicle_view_form |
fleet.vehicle.form | fleet.vehicle | form | Inherits fleet.fleet_vehicle_view_form |
view_move_form |
account.move.form | account.move | form | Inherits account.view_move_form |
view_move_line_tree_fleet |
view.move.line.list.fleet | account.move.line | list | Inherits account.view_move_line_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (5)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (3)
-
need_vehicleBooleancompute='_compute_need_vehicle' -
vehicle_idMany2one → fleet.vehicleindex='btree_not_null'string='Vehicle' args: 'fleet.vehicle' -
vehicle_log_service_idsOne2many → fleet.vehicle.log.servicescomodel_name='fleet.vehicle.log.services'export_string_translation=Falseinverse_name='account_move_line_id'
-
unlink(self) -
write(self, vals)
New fields (2)
-
account_move_idsOne2many → account.movecompute='_compute_move_ids' args: 'account.move' -
bill_countIntegercompute='_compute_move_ids'string='Bills Count'
-
action_view_bills(self)
New fields (4)
-
account_move_line_idMany2one → account.move.linecomodel_name='account.move.line'index='btree_not_null' -
account_move_stateSelectionrelated='account_move_line_id.parent_state' -
amountMonetarycompute='_compute_amount'inverse='_inverse_amount'readonly=Falsestore=Truestring='Cost'tracking=True -
vehicle_idMany2one → fleet.vehiclecomodel_name='fleet.vehicle'compute='_compute_vehicle_id'readonly=Falserequired=Truestore=Truestring='Vehicle'
-
action_open_account_move(self)
Loading…
Loading…
Loading…
Loading…
Loading…