| 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/8.0/stock_picking_invoicing_unified |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), AvanzOSC, Serv. Tecnol. Avanzados - Pedro M. Baeza |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), AvanzOSC, Serv. Tecnol. Avanzados - Pedro M. Baeza |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, Pedro M. Baeza, OCA Transbot, OCA-git-bot |
| WEBSITE | |
| WEBSITE | http://github.com/OCA/account-invoicing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:24 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock_account - stock - product - base - decimal_precision - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_stock_invoice_onshipping |
Stock Invoice Onshipping | stock.invoice.onshipping | field | Inherits stock_account.view_stock_invoice_onshipping |
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'
create_invoice(self)
get_partner_sum(self, pickings, partner, inv_type, picking_type, usage)
get_split_pickings(self)
get_split_pickings_grouped(self, pickings)
get_split_pickings_nogrouped(self, pickings)
onchange_group(self)
No new fields.
Public methods (0)No public methods.