asset: einheit als währung/menge

This commit is contained in:
Frederik Jaeckel 2022-12-01 16:30:50 +01:00
parent c8c2afb190
commit de99f0e473
5 changed files with 30 additions and 2 deletions

View file

@ -83,6 +83,7 @@ class AssetTestCase(ModuleTestCase):
asset = self.prep_asset_item(
company=company,
product = product)
self.assertEqual(asset.uom_symbol, 'usd/u')
@with_transaction()
def test_asset_rec_name(self):