kassenbuchtyp: Feld 'feature'
This commit is contained in:
parent
197de3213d
commit
7c1fb44cae
9 changed files with 68 additions and 0 deletions
|
@ -255,6 +255,8 @@ class BookTestCase(ModuleTestCase):
|
|||
}])
|
||||
self.assertEqual(book.name, 'Book 1')
|
||||
self.assertEqual(book.btype.rec_name, 'CAS - Cash')
|
||||
self.assertEqual(book.btype.feature, 'gen')
|
||||
self.assertEqual(book.feature, 'gen')
|
||||
|
||||
self.assertRaisesRegex(UserError,
|
||||
"The type cannot be deleted on the cash book 'Book 1 | 1.00 usd | Open' because it still contains 1 lines.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue