Repository
OCA/account-financial-tools · module folder · Try on Runboat
Module version
1.0.0
Category
Accounting & Finance
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-financial-tools
Last tracking update
2026-08-07 07:47:35
Authors
Odoo Community Association (OCA), Ecosoft
Maintainers
Odoo Community Association (OCA), Ecosoft
Committers
Saran440, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
OCA/account-financial-tools:
odoo/odoo:
- web
- bus
- uom
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_account_spread view.account.spread account.spread Inherits account_spread_cost_revenue.view_account_spread
view_account_spread_link_move_line_form view.account.spread.link.move.line.form account.spread.link.move.line form New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • create_move_type Selection
    default='entry' required=True selection=[('entry', 'Journal Entry'), ('out_invoice', 'Customer Invoice'), ('in_invoice', 'Vendor Bill'), ('out_refund', 'Customer Credit Note'), ('in_refund', 'Vendor Credit Note')] string='Create Entry As'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • move_id Many2one → account.move
    comodel_name='account.move' required=True string='Journal Entry'
  • move_line_id Many2one → account.move.line
    comodel_name='account.move.line' domain="[('move_id', '=', move_id), ('spread_id', '=', False)]" required=True string='Journal Item'
Public methods (1)
  • link_move_line(self)
Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
472 days ago
Last activity
42 days ago
Repository
OCA/account-financial-tools
Pull request
[17.0][MIG][IMP] account_spread_cost_revenue_enhanced: Migration to 17.0 (#2083)
Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
211 days ago
Last activity
25 days ago
Repository
OCA/account-financial-tools
Pull request
[18.0][MIG] account_spread_cost_revenue_enhanced (#2204)