@@ -21,13 +21,13 @@ Edi Connector Oca
2121 :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
2222 :alt: License: LGPL-3
2323.. |badge3 | image :: https://img.shields.io/badge/github-OCA%2Fedi--framework-lightgray.png?logo=github
24- :target: https://github.com/OCA/edi-framework/tree/18 .0/edi_component_oca
24+ :target: https://github.com/OCA/edi-framework/tree/19 .0/edi_component_oca
2525 :alt: OCA/edi-framework
2626.. |badge4 | image :: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
27- :target: https://translation.odoo-community.org/projects/edi-framework-18 -0/edi-framework-18 -0-edi_component_oca
27+ :target: https://translation.odoo-community.org/projects/edi-framework-19 -0/edi-framework-19 -0-edi_component_oca
2828 :alt: Translate me on Weblate
2929.. |badge5 | image :: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
30- :target: https://runboat.odoo-community.org/builds?repo=OCA/edi-framework&target_branch=18 .0
30+ :target: https://runboat.odoo-community.org/builds?repo=OCA/edi-framework&target_branch=19 .0
3131 :alt: Try me on Runboat
3232
3333|badge1 | |badge2 | |badge3 | |badge4 | |badge5 |
@@ -48,33 +48,33 @@ Component definition
4848
4949The component used on edi must inherit from:
5050
51- - ``edi.component.input.mixin `` for processing and implement the process
52- function
53- - ``edi.component.receive.mixin `` for reception and implement the
54- receive function
55- - ``edi.component.output.mixin `` for generation and implement the
56- generate function
57- - ``edi.component.send.mixin `` for sending and implement the send
58- function
59- - ``edi.component.check.mixin `` for checking and implement the check
60- function
61- - ``edi.component.validate.mixin `` for validation and implement the
62- validate function
51+ - ``edi.component.input.mixin `` for processing and implement the
52+ process function
53+ - ``edi.component.receive.mixin `` for reception and implement the
54+ receive function
55+ - ``edi.component.output.mixin `` for generation and implement the
56+ generate function
57+ - ``edi.component.send.mixin `` for sending and implement the send
58+ function
59+ - ``edi.component.check.mixin `` for checking and implement the check
60+ function
61+ - ``edi.component.validate.mixin `` for validation and implement the
62+ validate function
6363
6464Also, the components may have the following elements that will be used
6565to use the right component:
6666
67- - ``_backend_type ``: code of the backend type
68- - ``_exchange_type ``: code of the exchange type
69- - ``_usage ``: Automatically set by the inherited component
67+ - ``_backend_type ``: code of the backend type
68+ - ``_exchange_type ``: code of the exchange type
69+ - ``_usage ``: Automatically set by the inherited component
7070
7171Bug Tracker
7272===========
7373
7474Bugs are tracked on `GitHub Issues <https://github.com/OCA/edi-framework/issues >`_.
7575In case of trouble, please check there if your issue has already been reported.
7676If you spotted it first, help us to smash it by providing a detailed and welcomed
77- `feedback <https://github.com/OCA/edi-framework/issues/new?body=module:%20edi_component_oca%0Aversion:%2018 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
77+ `feedback <https://github.com/OCA/edi-framework/issues/new?body=module:%20edi_component_oca%0Aversion:%2019 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
7878
7979Do not contact contributors directly about support or help with technical issues.
8080
@@ -91,11 +91,11 @@ Authors
9191Contributors
9292------------
9393
94- 95- - Enric Tobella <
[email protected] >
96- - Manuel Regidor <
[email protected] >
97- 98- - Jordi Masvidal <
[email protected] >
94+ 95+ -
Enric Tobella <
[email protected] >
96+ -
Manuel Regidor <
[email protected] >
97+ 98+ -
Jordi Masvidal <
[email protected] >
9999
100100Maintainers
101101-----------
@@ -121,6 +121,6 @@ Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
121121
122122|maintainer-simahawk | |maintainer-etobella |
123123
124- This module is part of the `OCA/edi-framework <https://github.com/OCA/edi-framework/tree/18 .0/edi_component_oca >`_ project on GitHub.
124+ This module is part of the `OCA/edi-framework <https://github.com/OCA/edi-framework/tree/19 .0/edi_component_oca >`_ project on GitHub.
125125
126126You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
0 commit comments