Skip to content

Commit

Permalink
[13.0][IMP] survey_crm_generation: black, isort, prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Rferri44-S73 committed Jun 16, 2023
1 parent 2a9dbbd commit bff8226
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions setup/survey_crm_generation/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,
)
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
odoo.define("survey_crm_generation.tour_test_survey_crm_generation", function(require) {
odoo.define("survey_crm_generation.tour_test_survey_crm_generation", function (
require
) {
"use strict";

const tour = require("web_tour.tour");
Expand Down

0 comments on commit bff8226

Please sign in to comment.