[BOT] post-merge updates

This commit is contained in:
OCA-git-bot
2024-03-08 12:21:58 +00:00
parent 2f6a0b8266
commit ac6a6a6da9
4 changed files with 550 additions and 777 deletions

View File

@@ -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)

View File

@@ -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

View 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",
]