TIP: You can type at any time to perform a new search.
Delivery Purchase Label
delivery_purchase_label · OCA/delivery-carrier
- Repository
- OCA/delivery-carrier · module folder · Try on Runboat
- Module version
- 1.1.0
- Category
- Delivery
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/delivery-carrier
- Last tracking update
- 2026-08-07 07:47:34
- Authors
- Camptocamp, Odoo Community Association (OCA), BCIM
- Maintainers
- Camptocamp, Odoo Community Association (OCA), BCIM
- Committers
- Thierry Ducrest, Weblate, OCA-git-bot, oca-ci, Joshua Lauer
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
purchase_order_form |
purchase.order.form delivery_purchase_label | purchase.order | form | Inherits purchase.purchase_order_form |
view_delivery_carrier_form |
delivery.carrier | form | Inherits delivery.view_delivery_carrier_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (5)
New fields (1)
-
purchase_label_picking_typeMany2one → stock.picking.typecomodel_name='stock.picking.type'string='Operation Type For Purchase Label'
No public methods.
New fields (0)
No new fields.
Public methods (1)-
generate_email_for_composer(self, template_id, res_ids, fields)@api.model
New fields (2)
-
delivery_label_picking_idMany2one → stock.pickingreadonly=Truestore=True args: 'stock.picking', 'Delivery Label Picking' -
vendor_label_carrier_idMany2one → delivery.carrierdomain=[('purchase_label_picking_type', '!=', False)] args: 'delivery.carrier', 'Vendor Label Carrier'
-
action_rfq_send(self) -
button_cancel(self)
New fields (1)
-
delivery_label_purchase_line_idMany2one → purchase.order.lineondelete='cascade'string='Delivery Label Purchase Order Line' args: 'purchase.order.line'
No public methods.
New fields (1)
-
delivery_label_purchase_idMany2one → purchase.orderondelete='cascade'string='Delivery label purchase order' args: 'purchase.order'
No public methods.