TIP: You can type at any time to perform a new search.
EDI Stock OCA
edi_stock_oca · OCA/edi-framework
- Repository
- OCA/edi-framework · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Uncategorized
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/edi-framework
- Last tracking update
- 2026-08-07 08:43:06
- Authors
- Odoo Community Association (OCA), Creu Blanca
- Maintainers
- Odoo Community Association (OCA), Creu Blanca
- Committers
- Simone Orsi, Enric Tobella, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- PyYAML, openupgradelib, cachetools, requests
- System dependencies
- None
- Required by
- edi_sale_stock_oca
- Description
This module intends to create a base to be extended by local edi rules for stock. In order to add a new integration for an stock picking, you need to create a listener: ``` python class MyEventListener(Component): _name = "stock.picking.event.listener.demo" _inherit = "base.event.listener" _apply_on = ["stock.picking"] def on_validate(self, picking): """Add your code here about creation of record""" ```
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_picking_form_view |
stock.picking.form (in edi_stock_oca) | stock.picking | form | Inherits stock.view_picking_form |
view_partner_form |
res.partner.view.form | res.partner | form | Inherits edi_core_oca.view_partner_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
edi_stock_picking_conf_idsMany2many → edi.configurationcolumn1='partner_id'column2='conf_id'comodel_name='edi.configuration'domain=[('model_name', '=', 'stock.picking')]relation='res_partner_edi_stock_picking_configuration_rel'string='EDI stock configuration'
No public methods.
New fields (0)
No new fields.
Public methods (2)-
action_cancel(self) -
action_confirm(self)
Loading…
Loading…
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 146 days ago
- Last activity
- 71 days ago
- Repository
- OCA/edi-framework
- Pull request
- [19.0][MIG] edi_stock_oca: Migration to 19.0 (#255)