TIP: You can type at any time to perform a new search.
Claim Prodlot Supplier
crm_rma_prodlot_supplier · OCA/rma
- Repository
- OCA/rma · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- RMA
- Folder size
- 0.07 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://www.vauxoo.com/
- Last tracking update
- 2026-08-07 07:03:06
- Authors
- Vauxoo, Odoo Community Association (OCA)
- Maintainers
- Vauxoo, Odoo Community Association (OCA)
- Committers
- Stéphane Bidoul (ACSONE), Weblate, cubells, OCA Transbot, OCA-git-bot, oca-travis, Yanina Aular (Vauxoo), Osval Reyes
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_lot_form_supplier_context |
lot.supplier.context | stock.transfer_details | form | Inherits stock.view_stock_enter_transfer_details |
view_production_lot_form_supplier |
lot.supplier | stock.production.lot | form | Inherits stock.view_production_lot_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (0)
No new fields.
Public methods (1)-
action_invoice_create(self, journal_id, group=False, type='out_invoice')@api.multi
New fields (2)
-
supplier_idMany2one → res.partnerhelp='Supplier of good in claim'string='Supplier' args: 'res.partner' -
supplier_invoice_line_idMany2one → account.invoice.linehelp='Supplier invoice with the purchase of goods sold to customer'string='Supplier Invoice Line' args: 'account.invoice.line'
-
default_get(self, fields_list)@api.modelSet partner when product lot is created @param fields_list: record values @return: return record
New fields (0)
No new fields.
Public methods (1)-
do_detailed_transfer(self)@api.multiWhen incoming type transfer are made and stock move have serial/lot number, the supplier is assigned to the serial/lot number taken from picking. @return: do_detailed_transfer boolean results