felder symbol, name, product_uom optimiert,

felder company_currency entfernt
This commit is contained in:
Frederik Jaeckel 2022-12-02 23:29:01 +01:00
parent c3d323714f
commit 3cc92ccecb
5 changed files with 61 additions and 70 deletions

View file

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