TIP: You can type at any time to perform a new search.
Create Invoice from Budget Lines
budget_invoice · OCA/account-budgeting
- Repository
- OCA/account-budgeting · module folder · Try on Runboat
- Module version
- 1.0
- Category
- Generic Modules/Accounting
- Folder size
- 0.01 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://camptocamp.com
- Last tracking update
- 2026-08-07 07:17:52
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- Pedro M. Baeza
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Create Invoice from Budget Lines ================================ Features: * Create automatically an Invoice from a set of Budget Lines This module depends on the OCA module "budget", not on the Odoo core account_budget module.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_budget_line_invoice_create |
budget.line.invoice.create.form | budget.line.invoice.create | form | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (0)
No new fields.
Public methods (1)-
invoice_create(self, cr, uid, ids, product, partner, context=None)
New fields (0)
No new fields.
Public methods (2)-
do_create(self, cr, uid, ids, context=None) -
view_init(self, cr, uid, fields, context=None)This magic method is called before the wizard opens. It can be used to check for a precondition, as it does in module hr_timesheet_invoice.
Loading…
Loading…
Loading…