Stock Picking Invoicing Unified

stock_picking_invoicing_unified
REPOSITORY
REPOSITORYOCA/account-invoicing
GIT
GIThttps://github.com/OCA/account-invoicing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-invoicing/tree/8.0/stock_picking_invoicing_unified
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), AvanzOSC, Serv. Tecnol. Avanzados - Pedro M. Baeza
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), AvanzOSC, Serv. Tecnol. Avanzados - Pedro M. Baeza
COMMITTERS
COMMITTERSAlexis de Lattre, Pedro M. Baeza, OCA Transbot, OCA-git-bot
WEBSITE
WEBSITEhttp://github.com/OCA/account-invoicing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:24
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock_account
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - report
    - procurement
    - board
    - web_kanban_gauge
    - web_kanban_sparkline
    - account
    - analytic
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_stock_invoice_onshipping Stock Invoice Onshipping stock.invoice.onshipping field Inherits stock_account.view_stock_invoice_onshipping
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.