Skip to content

Commit

Permalink
[16.0][MIG] base_report_to_printer_mail: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
duongtq committed Jul 13, 2023
1 parent e7e1f50 commit 0ced81d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ addon | version | maintainers | summary
--- | --- | --- | ---
[base_report_to_printer](base_report_to_printer/) | 16.0.1.1.2 | | Report to printer
[printing_simple_configuration](printing_simple_configuration/) | 16.0.1.0.1 | | Allow to set printing configuration in company or in warehouse
[base_report_to_printer_mail](base_report_to_printer_mail/) | 16.0.1.0.1 | | Report to printer - Mail extension

[//]: # (end addons)

Expand Down
2 changes: 1 addition & 1 deletion base_report_to_printer_mail/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "Report to printer - Mail extension",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"category": "Generic Modules/Base",
"author": "DynApps NV, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/report-print-send",
Expand Down
1 change: 1 addition & 0 deletions base_report_to_printer_mail/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* Raf Ven <[email protected]>
* Tran Quoc Duong <[email protected]>
6 changes: 6 additions & 0 deletions setup/base_report_to_printer_mail/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

0 comments on commit 0ced81d

Please sign in to comment.