Repository
OCA/account-invoicing · module folder · Try on Runboat
Module version
1.0.0
Category
Warehouse Management
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://github.com/OCA/account-invoicing
Last tracking update
2026-08-07 07:03:02
Authors
Odoo Community Association (OCA), AvanzOSC, Serv. Tecnol. Avanzados - Pedro M. Baeza
Maintainers
Odoo Community Association (OCA), AvanzOSC, Serv. Tecnol. Avanzados - Pedro M. Baeza
Committers
Alexis de Lattre, Pedro M. Baeza, OCA Transbot, OCA-git-bot
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_stock_invoice_onshipping Stock Invoice Onshipping stock.invoice.onshipping Inherits stock_account.view_stock_invoice_onshipping
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (9)
  • journal_id Many2one
    required=False
  • purchase_journal Many2one → account.journal
    comodel_name='account.journal' default=<expr> domain="[('type', '=', 'purchase')]" string='Purchase Journal'
  • purchase_refund_journal Many2one → account.journal
    comodel_name='account.journal' default=<expr> domain="[('type', '=', 'purchase_refund')]" string='Purchase Refund Journal'
  • sale_journal Many2one → account.journal
    comodel_name='account.journal' default=<expr> domain="[('type', '=', 'sale')]" string='Sale Journal'
  • sale_refund_journal Many2one → account.journal
    comodel_name='account.journal' default=<expr> domain="[('type', '=', 'sale_refund')]" string='Sale Refund Journal'
  • show_purchase_journal Boolean
    string='Show Purchase Journal'
  • show_purchase_refund_journal Boolean
    string='Show Refund Purchase Journal'
  • show_sale_journal Boolean
    string='Show Sale Journal'
  • show_sale_refund_journal Boolean
    string='Show Refund Sale Journal'
Public methods (6)
  • create_invoice(self)
    @api.multi
  • get_partner_sum(self, pickings, partner, inv_type, picking_type, usage)
    @api.multi
  • get_split_pickings(self)
    @api.multi
  • get_split_pickings_grouped(self, pickings)
    @api.multi
  • get_split_pickings_nogrouped(self, pickings)
    @api.multi
  • onchange_group(self)
    @api.multi@api.onchange('group')

New fields (0)

No new fields.

Public methods (0)

No public methods.