Skip to content

Commit

Permalink
fix precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
danila12 committed Dec 27, 2023
1 parent 23ba239 commit 0256ea6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 20 deletions.
8 changes: 4 additions & 4 deletions deltatech_stock_inventory_report/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Stock Inventory Report
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:0c5c07081663cc6fc483e45a454617c4285427abfc07f1c75caae20a89aa5a04
!! source digest: sha256:533d4f53c31c337657cd83a21d7c2397d2243cc2631a1b718b76c839b89af50c
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
:target: https://odoo-community.org/page/development-status
:alt: Production/Stable
.. |badge2| image:: https://img.shields.io/badge/licence-OPL--1-blue.png
:target: https://www.odoo.com/documentation/master/legal/licenses.html
:alt: License: OPL-1
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-dhongu%2Fdeltatech-lightgray.png?logo=github
:target: https://github.com/dhongu/deltatech/tree/15.0/deltatech_stock_inventory_report
:alt: dhongu/deltatech
Expand Down
16 changes: 2 additions & 14 deletions deltatech_stock_inventory_report/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,8 @@
"website": "https://www.terrabit.ro",
"category": "Warehouse",
"depends": ["deltatech_stock_inventory", "l10n_ro_stock_report"],
"license": "OPL-1",
"data": [
# "security/security.xml",
# "security/ir.model.access.csv",
# "data/data.xml",
# "views/stock_inventory_views.xml",
# "wizard/stock_confirm_inventory_view.xml",
# "views/product_view.xml",
# "views/stock_quant_view.xml",
# "views/report_stockinventory.xml",
# "views/stock_requests_count_view.xml",
# "wizard/stock_change_product_qty_view.xml",
# "wizard/stock_inventory_merge.xml",
],
"license": "AGPL-3",
"data": [],
"images": ["images/main_screenshot.png"],
"installable": True,
"development_status": "Production/Stable",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,9 +367,9 @@ <h1 class="title">Stock Inventory Report</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:0c5c07081663cc6fc483e45a454617c4285427abfc07f1c75caae20a89aa5a04
!! source digest: sha256:533d4f53c31c337657cd83a21d7c2397d2243cc2631a1b718b76c839b89af50c
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="https://www.odoo.com/documentation/master/legal/licenses.html"><img alt="License: OPL-1" src="https://img.shields.io/badge/licence-OPL--1-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/dhongu/deltatech/tree/15.0/deltatech_stock_inventory_report"><img alt="dhongu/deltatech" src="https://img.shields.io/badge/github-dhongu%2Fdeltatech-lightgray.png?logo=github" /></a></p>
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.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/dhongu/deltatech/tree/15.0/deltatech_stock_inventory_report"><img alt="dhongu/deltatech" src="https://img.shields.io/badge/github-dhongu%2Fdeltatech-lightgray.png?logo=github" /></a></p>
<dl class="docutils">
<dt>Features:</dt>
<dd><ul class="first last simple">
Expand Down

0 comments on commit 0256ea6

Please sign in to comment.