Files
pms/pms_l10n_es/tests/test_ir_sequence.py
2021-05-27 10:33:53 +02:00

9 lines
259 B
Python

from odoo.tests import common
class TestIrSequence(common.SavepointCase):
def test_sequence_property(self):
pms_property = self.env["pms.property"].search([])[0]
value = pms_property.sequence_id.next_by_id()
print("test", value)