TIP: You can type at any time to perform a new search.
Cost-Revenue Spread Extra Features
account_spread_cost_revenue_enhanced · OCA/account-financial-tools
- 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
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_typeSelectiondefault='entry'required=Trueselection=[('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'
No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (2)
-
move_idMany2one → account.movecomodel_name='account.move'required=Truestring='Journal Entry' -
move_line_idMany2one → account.move.linecomodel_name='account.move.line'domain="[('move_id', '=', move_id), ('spread_id', '=', False)]"required=Truestring='Journal Item'
-
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)