TIP: You can type at any time to perform a new search.
TMS - Accounting
tms_account · OCA/stock-logistics-transport
- Repository
- OCA/stock-logistics-transport · module folder · Try on Runboat
- Module version
- Category
- Field Service
- Folder size
- 0.13 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-logistics-transport
- Last tracking update
- 2026-08-18 17:42:13
- Authors
- Odoo Community Association (OCA), Open Source Integrators
- Maintainers
- Odoo Community Association (OCA), Open Source Integrators
- Committers
- Maxime Chambreuil, Weblate, OCA-git-bot, oca-ci, Volkan TAŞCI
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
The TMS - Accounting manages the accounting processes for the TMS modules. This module enables features such as purchase orders invoicing, sale order invoicing and analytic accounting.
Code Analysis ⓘ
Views touched (10)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_analytic_plan_form_view |
account.analytic.plan.form.inherit.tms.account | account.analytic.plan | form | Inherits analytic.account_analytic_plan_form_view |
account_invoice_form |
tms.order.invoice.form | account.move | form | Inherits account.view_move_form |
res_config_settings_view_form |
res.config.settings.view.form.inherit.tms | res.config.settings | form | Inherits tms.res_config_settings_view_form |
tms_order_report_view_graph_inherit |
tms.order.report.view.graph.inherit | tms.order | graph | Inherits tms.tms_order_report_view_graph |
tms_order_view_pivot_inherit |
tms.order.view.pivot.inherit | tms.order | pivot | Inherits tms.tms_order_view_pivot |
tms_route_report_view_graph |
tms.route.report.view.graph | tms.route | graph | New |
tms_route_view_pivot |
tms.route.view.pivot | tms.route | pivot | New |
tms_route_view_tree |
tms.route.view.tree.inherit.tms.account | tms.route | tree | Inherits tms.tms_route_view_list |
view_tms_order_form_inherit_account |
tms.order | form | Inherits tms.tms_order_view_form | |
view_tms_route_form |
tms.route.view.form.inherit.tms.account | tms.route | form | Inherits tms.view_tms_route_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (12)
New fields (2)
-
route_idOne2many → tms.routecopy=False args: 'tms.route', 'analytic_account_id' -
trip_idOne2many → tms.ordercopy=False args: 'tms.order', 'analytic_account_id'
No public methods.
New fields (0)
No new fields.
Public methods (1)-
create(self, vals_list)@api.model_create_multi
New fields (1)
-
tms_flagBooleanhelp='This plan is used as a default in the Transport application.\n 'readonly=Truestring='Used for Transports?'
No public methods.
New fields (1)
-
has_tms_orderBooleancompute='_compute_has_trip'readonly=True
-
action_view_tms_orders(self)
New fields (2)
-
tms_factorFloat -
tms_factor_uomCharreadonly=True
No public methods.
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 (4)
-
group_tms_order_analytic_planBooleancompute='_compute_tms_analytic_groups'implied_group='tms_account.group_tms_order_analytic_plan' -
group_tms_route_analytic_planBooleancompute='_compute_tms_analytic_groups'implied_group='tms_account.group_tms_route_analytic_plan' -
tms_analytic_planMany2many → account.analytic.plangroups='analytic.group_analytic_accounting' args: 'account.analytic.plan' -
tms_analytic_plan_domainCharcompute='_compute_tms_analytic_plan_domain'default='[]'readonly=Falsestore=True
-
default_get(self, fields_list)@api.model -
get_values(self)@api.model -
set_values(self) -
write(self, vals)
New fields (0)
No new fields.
Public methods (2)-
create(self, vals_list)@api.model_create_multi -
write(self, vals)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (7)
-
analytic_account_idMany2one → account.analytic.accountcopy=False args: 'account.analytic.account' -
bill_countIntegercompute='_compute_get_invoiced'copy=Falsereadonly=True -
create_invoiceBooleanstring='Create invoices and bills when completed?' -
invoice_countIntegercompute='_compute_get_invoiced'copy=Falsereadonly=True -
total_expensesFloatdefault=0groups='analytic.group_analytic_accounting'readonly=True -
total_incomeFloatdefault=0groups='analytic.group_analytic_accounting'readonly=True -
total_revenueFloatcompute='_compute_total_revenue'default=0groups='analytic.group_analytic_accounting'readonly=Truestore=True
-
action_view_analytic_account(self) -
action_view_bills(self) -
action_view_invoices(self) -
create(self, vals_list)@api.model_create_multi -
write(self, vals)
New fields (5)
-
analytic_account_idMany2one → account.analytic.accountcopy=Falsedomain=[('plan_id', '=', '%(tms_account.tms_route_analytic_plan)d')] args: 'account.analytic.account' -
analytic_plan_idMany2one → account.analytic.planargs: 'account.analytic.plan' -
total_expensesFloatdefault=0groups='analytic.group_analytic_accounting'readonly=True -
total_incomeFloatdefault=0groups='analytic.group_analytic_accounting'readonly=True -
total_revenueFloatcompute='_compute_total_revenue'default=0groups='analytic.group_analytic_accounting'readonly=Truestore=True
-
create(self, vals_list)@api.model_create_multi
Loading…