Commit 4878151 1 parent 416e89d commit 4878151 Copy full SHA for 4878151
File tree 4 files changed +8
-6
lines changed
base_ebill_payment_contract
4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ addon | version | maintainers | summary
25
25
[ account_invoice_export] ( account_invoice_export/ ) | 17.0.1.0.0 | [ ![ TDu] ( https://github.com/TDu.png?size=30px )] ( https://github.com/TDu ) | Account Invoice Export
26
26
[ account_invoice_facturx] ( account_invoice_facturx/ ) | 17.0.1.1.0 | [ ![ alexis-via] ( https://github.com/alexis-via.png?size=30px )] ( https://github.com/alexis-via ) | Generate Factur-X/ZUGFeRD customer invoices
27
27
[ base_business_document_import] ( base_business_document_import/ ) | 17.0.1.0.0 | [ ![ alexis-via] ( https://github.com/alexis-via.png?size=30px )] ( https://github.com/alexis-via ) | Provides technical tools to import sale orders or supplier invoices
28
+ [ base_ebill_payment_contract] ( base_ebill_payment_contract/ ) | 17.0.1.0.0 | [ ![ TDu] ( https://github.com/TDu.png?size=30px )] ( https://github.com/TDu ) | Base for managing e-billing contracts
28
29
[ base_edi] ( base_edi/ ) | 17.0.1.1.0 | [ ![ simahawk] ( https://github.com/simahawk.png?size=30px )] ( https://github.com/simahawk ) | Base module to aggregate EDI features.
29
30
[ base_facturx] ( base_facturx/ ) | 17.0.1.0.0 | [ ![ alexis-via] ( https://github.com/alexis-via.png?size=30px )] ( https://github.com/alexis-via ) | Base module for Factur-X/ZUGFeRD
30
31
[ base_import_pdf_by_template] ( base_import_pdf_by_template/ ) | 17.0.1.2.2 | [ ![ victoralmau] ( https://github.com/victoralmau.png?size=30px )] ( https://github.com/victoralmau ) | Base Import Pdf by Template
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Base eBill Payment Contract
7
7
!! This file is generated by oca-gen-addon-readme !!
8
8
!! changes will be overwritten. !!
9
9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:305c1c00d3de8d5ef06c54ff8bad41c5051a5ad6725e4095da4399e76b8f3881
10
+ !! source digest: sha256:bfa6098ec3c75d0af3b909d3d48044968185707a17075a9fed629e26b3a60042
11
11
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
13
13
.. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -67,15 +67,15 @@ Authors
67
67
Contributors
68
68
------------
69
69
70
- - Thierry Ducrest <thierry.ducrest@camptocamp.com>
71
- - Phuc Tran Thanh <phuc@trobz.com>
70
+ - Thierry Ducrest <thierry.ducrest@camptocamp.com>
71
+ - Phuc Tran Thanh <phuc@trobz.com>
72
72
73
73
Other credits
74
74
-------------
75
75
76
76
The development of this module has been financially supported by:
77
77
78
- - Camptocamp
78
+ - Camptocamp
79
79
80
80
Maintainers
81
81
-----------
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ <h1 class="title">Base eBill Payment Contract</h1>
367
367
!! This file is generated by oca-gen-addon-readme !!
368
368
!! changes will be overwritten. !!
369
369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:305c1c00d3de8d5ef06c54ff8bad41c5051a5ad6725e4095da4399e76b8f3881
370
+ !! source digest: sha256:bfa6098ec3c75d0af3b909d3d48044968185707a17075a9fed629e26b3a60042
371
371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
372
< p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/licence-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/edi/tree/17.0/base_ebill_payment_contract "> < img alt ="OCA/edi " src ="https://img.shields.io/badge/github-OCA%2Fedi-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/edi-17-0/edi-17-0-base_ebill_payment_contract "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/edi&target_branch=17.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373
373
< p > The goal of this module is to be a common ground for ebilling addons. It
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " odoo-addons-oca-edi"
3
- version = " 17.0.20250128.0 "
3
+ version = " 17.0.20250128.1 "
4
4
dependencies = [
5
5
" odoo-addon-account_einvoice_generate>=17.0dev,<17.1dev" ,
6
6
" odoo-addon-account_invoice_export>=17.0dev,<17.1dev" ,
7
7
" odoo-addon-account_invoice_facturx>=17.0dev,<17.1dev" ,
8
8
" odoo-addon-base_business_document_import>=17.0dev,<17.1dev" ,
9
+ " odoo-addon-base_ebill_payment_contract>=17.0dev,<17.1dev" ,
9
10
" odoo-addon-base_edi>=17.0dev,<17.1dev" ,
10
11
" odoo-addon-base_facturx>=17.0dev,<17.1dev" ,
11
12
" odoo-addon-base_import_pdf_by_template>=17.0dev,<17.1dev" ,
You can’t perform that action at this time.
0 commit comments