TIP: You can type at any time to perform a new search.
Stock Picking Invoicing Unified
stock_picking_invoicing_unified · OCA/account-invoicing
- 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
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idMany2onerequired=False -
purchase_journalMany2one → account.journalcomodel_name='account.journal'default=<expr>domain="[('type', '=', 'purchase')]"string='Purchase Journal' -
purchase_refund_journalMany2one → account.journalcomodel_name='account.journal'default=<expr>domain="[('type', '=', 'purchase_refund')]"string='Purchase Refund Journal' -
sale_journalMany2one → account.journalcomodel_name='account.journal'default=<expr>domain="[('type', '=', 'sale')]"string='Sale Journal' -
sale_refund_journalMany2one → account.journalcomodel_name='account.journal'default=<expr>domain="[('type', '=', 'sale_refund')]"string='Sale Refund Journal' -
show_purchase_journalBooleanstring='Show Purchase Journal' -
show_purchase_refund_journalBooleanstring='Show Refund Purchase Journal' -
show_sale_journalBooleanstring='Show Sale Journal' -
show_sale_refund_journalBooleanstring='Show Refund Sale Journal'
-
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.