Repository
OCA/account-financial-tools · module folder · Try on Runboat
Module version
1.0.0
Category
Generic
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-financial-tools
Last tracking update
2026-08-07 08:42:53
Authors
Odoo Community Association (OCA), ForgeFlow S.L.
Maintainers
Odoo Community Association (OCA), ForgeFlow S.L.
Committers
Weblate, OCA-git-bot, oca-ci, IsabelAForgeFlow
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module will add the sale order line to journal items.

The ultimate goal is to establish the sale order line as one of the key
fields to reconcile the Goods Delivered Not Invoiced accrual account.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
view_account_move_line_filter Journal Items account.move.line Inherits account.view_account_move_line_filter
view_move_form account.move.form account.move form Inherits account.view_move_form
view_move_line_form account.move.line.form account.move.line form Inherits account.view_move_line_form
view_move_line_tree account.move.line.tree account.move.line tree Inherits account.view_move_line_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • sale_line_id Many2one → sale.order.line
    comodel_name='sale.order.line' copy=False index=True ondelete='set null' string='Sale Order Line'
  • sale_order_id Many2one → sale.order
    comodel_name='sale.order' copy=False index=True ondelete='set null' related='sale_line_id.order_id' store=True string='Sales Order'
Public methods (0)

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.

Loading…

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
219 days ago
Last activity
18 days ago
Repository
OCA/account-financial-tools
Pull request
[19.0][MIG] account_move_line_sale_info (#2201)