forked from Mapan/odoo17e
13 lines
427 B
Python
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")
|