TIP: You can type at any time to perform a new search.
Autocomplete purchase invoices from receptions
account_invoice_purchase_picking_selection · OCA/account-invoicing
- Repository
- OCA/account-invoicing · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Inventory/Purchase
- Folder size
- 0.08 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/account-invoicing
- Last tracking update
- 2026-08-07 07:47:28
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- Carlos Lopez, Weblate, OCA-git-bot, oca-ci
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_move_form |
view.account.move.form | account.move | form | Inherits purchase.view_move_form_inherit_purchase |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (1)
-
autocomplete_purchase_picking_idMany2one → stock.pickingcopy=Falsestring='Auto-Complete from Picking' args: 'stock.picking'
No public methods.
New fields (2)
-
picking_invoiced_idMany2one → stock.pickingcopy=Falsereadonly=Truestring='Picking' args: 'stock.picking' -
stock_move_invoiced_idMany2one → stock.movecopy=Falsereadonly=Truestring='Stock Move' args: 'stock.move'
No public methods.
New fields (3)
-
qty_received_invoicedFloatcompute='_compute_qty_received_invoiced'digits='Product Unit of Measure'store=Truestring='Billed Qty' -
qty_received_to_invoiceFloatcompute='_compute_qty_received_invoiced'digits='Product Unit of Measure'readonly=Truestore=Truestring='To Invoice Quantity' -
received_invoiced_line_idsOne2many → account.move.linecopy=Falsestring='Invoiced Lines' args: 'account.move.line', 'stock_move_invoiced_id'
No public methods.
New fields (2)
-
received_invoiced_line_idsOne2many → account.move.linecopy=Falsestring='Invoiced Lines' args: 'account.move.line', 'picking_invoiced_id' -
received_invoiced_statusSelectioncompute='_compute_received_invoiced_status'copy=Falsedefault='no'readonly=Truestore=Truestring='Billing Status' args: [('no', 'Nothing to Bill'), ('to invoice', 'Waiting Bills'), ('invoiced', 'Fully Billed')]
-
name_get(self) -
read_group(self, domain, fields, groupby, offset=0, limit=None, orderby=False, lazy=True) -
search(self, args, offset=0, limit=None, order=None, count=False)