-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f2e8519
commit 0172c40
Showing
4 changed files
with
50 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ EDI | |
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:3118073124de7f4dbeaf05a5afbf9cc5889f5ee7111ff311a10893490c2481c6 | ||
!! source digest: sha256:e5c65c4248e458e8321f810ee09eefa6d58ffd5214505cb335bbf23ad06bca02 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png | ||
|
@@ -55,34 +55,34 @@ proper implementations of components. | |
|
||
In order to define a new Exchange Record, we need to configure: | ||
|
||
- Backend Type | ||
- Exchange Type | ||
- Backend | ||
- Components | ||
- Backend Type | ||
- Exchange Type | ||
- Backend | ||
- Components | ||
|
||
Jobs | ||
---- | ||
|
||
- (1) **Internal User**: might be an EDI user without even knowing | ||
about it, triggering EDI flows by some of his actions on business | ||
records; does not need access to related queue jobs. | ||
- (1) **Internal User**: might be an EDI user without even knowing about | ||
it, triggering EDI flows by some of his actions on business records; | ||
does not need access to related queue jobs. | ||
|
||
- (2) **EDI User**: more conscious EDI user that might sometimes need | ||
to debug things a bit further and thus needs access to related queue | ||
jobs. | ||
- (2) **EDI User**: more conscious EDI user that might sometimes need to | ||
debug things a bit further and thus needs access to related queue | ||
jobs. | ||
|
||
- (3) **EDI Manager**: full configuration access. | ||
- (3) **EDI Manager**: full configuration access. | ||
|
||
Component definition | ||
-------------------- | ||
|
||
The component usage must be defined like edi.{direction}.{kind}.{code} | ||
where: | ||
|
||
- direction is output or input | ||
- kind can be: generate, send, check, process, receive | ||
- code is the {backend type code} or {backend type code}.{exchange type | ||
code} | ||
- direction is output or input | ||
- kind can be: generate, send, check, process, receive | ||
- code is the {backend type code} or {backend type code}.{exchange type | ||
code} | ||
|
||
User EDI generation | ||
------------------- | ||
|
@@ -132,11 +132,11 @@ Odoo to another system. | |
|
||
The flow of an output record should be: | ||
|
||
- Creation | ||
- Generation of data | ||
- Validation of data | ||
- Sending data | ||
- Validation of data processed properly by the other party | ||
- Creation | ||
- Generation of data | ||
- Validation of data | ||
- Sending data | ||
- Validation of data processed properly by the other party | ||
|
||
Input Exchange records | ||
---------------------- | ||
|
@@ -146,10 +146,10 @@ system to odoo. | |
|
||
The flow of an input record should be: | ||
|
||
- Creation | ||
- Reception of data | ||
- Checking data | ||
- Processing data | ||
- Creation | ||
- Reception of data | ||
- Checking data | ||
- Processing data | ||
|
||
Known issues / Roadmap | ||
====================== | ||
|
@@ -182,9 +182,9 @@ Authors | |
Contributors | ||
------------ | ||
|
||
- Simone Orsi <[email protected]> | ||
- Enric Tobella <[email protected]> | ||
- Manuel Regidor <[email protected]> | ||
- Simone Orsi <[email protected]> | ||
- Enric Tobella <[email protected]> | ||
- Manuel Regidor <[email protected]> | ||
|
||
Maintainers | ||
----------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[project] | ||
name = "odoo-addons-oca-edi-framework" | ||
version = "18.0.20250114.0" | ||
dependencies = [ | ||
"odoo-addon-edi_oca==18.0.*", | ||
] | ||
classifiers=[ | ||
"Programming Language :: Python", | ||
"Framework :: Odoo", | ||
"Framework :: Odoo :: 18.0", | ||
] |