mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[BOT] post-merge updates
This commit is contained in:
@@ -17,7 +17,11 @@ TODO: add repo description.
|
|||||||
|
|
||||||
[//]: # (addons)
|
[//]: # (addons)
|
||||||
|
|
||||||
This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools.
|
Available addons
|
||||||
|
----------------
|
||||||
|
addon | version | maintainers | summary
|
||||||
|
--- | --- | --- | ---
|
||||||
|
[base_report_to_printer](base_report_to_printer/) | 17.0.1.0.0 | | Report to printer
|
||||||
|
|
||||||
[//]: # (end addons)
|
[//]: # (end addons)
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ Report to printer
|
|||||||
!! This file is generated by oca-gen-addon-readme !!
|
!! This file is generated by oca-gen-addon-readme !!
|
||||||
!! changes will be overwritten. !!
|
!! changes will be overwritten. !!
|
||||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
!! source digest: sha256:322a45d25c54084b76abe4f6aa9f5f11bc05c44aa07e1f02c0c4fabb0da890a7
|
!! source digest: sha256:f3d095976140559668814beeb5bcb40a206e66f014b87daca79b0d4e9fbd7eff
|
||||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
11
setup/_metapackage/pyproject.toml
Normal file
11
setup/_metapackage/pyproject.toml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
[project]
|
||||||
|
name = "odoo-addons-oca-report-print-send"
|
||||||
|
version = "17.0.20240308.0"
|
||||||
|
dependencies = [
|
||||||
|
"odoo-addon-base_report_to_printer>=17.0dev,<17.1dev",
|
||||||
|
]
|
||||||
|
classifiers=[
|
||||||
|
"Programming Language :: Python",
|
||||||
|
"Framework :: Odoo",
|
||||||
|
"Framework :: Odoo :: 17.0",
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user