Define EDI Configuration for Purchase Orders
Project description
This module intends to create a base to be extended by local edi rules for purchase.
In order to add a new integration, you need to create a listener:
class MyEventListener(Component):
_name = "purchase.order.event.listener.demo"
_inherit = "base.event.listener"
_apply_on = ["purchase.order"]
def on_button_confirm_purchase_order(self, move):
"""Add your code here"""
Table of contents
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Contributors
Lois Rilo <lois.rilo@forgeflow.com>
Maintainers
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
This module is part of the OCA/edi project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for odoo14_addon_edi_purchase_oca-14.0.1.0.1.dev8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c44d0593149f522e104d492b6134d26f25c39e9ad2c5369890cfe67dfb71adc |
|
MD5 | cac62ca57647bae5d91155dc6fc65c0a |
|
BLAKE2b-256 | c75a68b92795bb2c424e3185d4f8cc1c045fd6944fac3d4275d55ae37d897121 |