mirror of
https://github.com/inventree/InvenTree.git
synced 2025-12-22 20:23:27 +00:00
16 lines
290 B
YAML
16 lines
290 B
YAML
# Test fixtures for Currency objects
|
|
|
|
- model: common.currency
|
|
fields:
|
|
symbol: '$'
|
|
suffix: 'AUD'
|
|
description: 'Australian Dollars'
|
|
base: True
|
|
|
|
- model: common.currency
|
|
fields:
|
|
symbol: '$'
|
|
suffix: 'USD'
|
|
description: 'US Dollars'
|
|
base: False
|
|
value: 1.4 |