mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 15:15:42 +00:00 
			
		
		
		
	Add more invoke commands:
- export-records: Exports all database records to external file - import-records: Imports database records from external file - import-fixtures: Fills the database with dummy records
This commit is contained in:
		@@ -1,16 +0,0 @@
 | 
			
		||||
# 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
 | 
			
		||||
		Reference in New Issue
	
	Block a user