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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
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_id Many2one → stock.picking
    copy=False string='Auto-Complete from Picking' args: 'stock.picking'
Public methods (0)

No public methods.

New fields (2)
  • 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'
Public methods (0)

No public methods.

New fields (3)
  • 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'
Public methods (0)

No public methods.

New fields (2)
  • 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')]
Public methods (3)
  • 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)