1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/documents_spreadsheet/tests/tours/test_spreadsheet_create_template.py
2024-12-10 09:04:09 +07:00

13 lines
427 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from ..common import SpreadsheetTestTourCommon
from odoo.tests import tagged
@tagged("post_install", "-at_install")
class TestSpreadsheetCreateTemplate(SpreadsheetTestTourCommon):
def test_01_spreadsheet_create_template(self):
self.start_tour("/web", "documents_spreadsheet_create_template_tour", login="admin")