Skip to content

Commit

Permalink
[IMP] document_page_portal: black, isort, prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kaynnan committed Aug 12, 2024
1 parent 6601e5b commit 022bf81
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
odoo.define("document_page_portal.tour", function(require) {
odoo.define("document_page_portal.tour", function (require) {
"use strict";

var tour = require("web_tour.tour");
Expand Down
6 changes: 6 additions & 0 deletions setup/document_page_portal/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 022bf81

Please sign in to comment.