| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-invoicing |
| GIT | |
| GIT | https://github.com/OCA/account-invoicing.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-invoicing/tree/14.0/account_invoice_purchase_picking_selection |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Inventory/Purchase |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Carlos Lopez, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-invoicing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:04 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - purchase_stock - stock_account - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource - account - analytic - purchase |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_move_form |
view.account.move.form | account.move | xpath | Inherits purchase.view_move_form_inherit_purchase |
autocomplete_purchase_picking_id
Many2one → stock.picking
copy=False
string='Auto-Complete from Picking'
args: 'stock.picking'
No public methods.
picking_invoiced_id
Many2one → stock.picking
copy=False
readonly=True
string='Picking'
args: 'stock.picking'
stock_move_invoiced_id
Many2one → stock.move
copy=False
readonly=True
string='Stock Move'
args: 'stock.move'
No public methods.
qty_received_invoiced
Float
compute='_compute_qty_received_invoiced'
digits='Product Unit of Measure'
store=True
string='Billed Qty'
qty_received_to_invoice
Float
compute='_compute_qty_received_invoiced'
digits='Product Unit of Measure'
readonly=True
store=True
string='To Invoice Quantity'
received_invoiced_line_ids
One2many → account.move.line
copy=False
string='Invoiced Lines'
args: 'account.move.line', 'stock_move_invoiced_id'
No public methods.
received_invoiced_line_ids
One2many → account.move.line
copy=False
string='Invoiced Lines'
args: 'account.move.line', 'picking_invoiced_id'
received_invoiced_status
Selection
compute='_compute_received_invoiced_status'
copy=False
default='no'
readonly=True
store=True
string='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)