| 
						
						
							
								
							
						
						
					 | 
					@ -54,12 +54,12 @@ class AccountAssetCategory(models.Model): | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                                       domain="[('account_type', '!=', 'asset_receivable'),('account_type', '!=', 'liability_payable'),('account_type', '!=', 'asset_cash'),('account_type', '!=', 'liability_credit_card'),('deprecated', '=', False)]", | 
					 | 
					 | 
					                                       domain="[('account_type', '!=', 'asset_receivable'),('account_type', '!=', 'liability_payable'),('account_type', '!=', 'asset_cash'),('account_type', '!=', 'liability_credit_card'),('deprecated', '=', False)]", | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                                       help="Account used to record the purchase of the asset at its original price.") | 
					 | 
					 | 
					                                       help="Account used to record the purchase of the asset at its original price.") | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    account_depreciation_id = fields.Many2one( | 
					 | 
					 | 
					    account_depreciation_id = fields.Many2one( | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					        'account.account', string='Depreciation Entries: Asset Account', | 
					 | 
					 | 
					        'account.account', string='Depreciation Account', | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					        required=True, | 
					 | 
					 | 
					        required=True, | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        domain="[('account_type', '!=', 'asset_receivable'),('account_type', '!=', 'liability_payable'),('account_type', '!=', 'asset_cash'),('account_type', '!=', 'liability_credit_card'),('deprecated', '=', False),('company_id', '=', company_id)]", | 
					 | 
					 | 
					        domain="[('account_type', '!=', 'asset_receivable'),('account_type', '!=', 'liability_payable'),('account_type', '!=', 'asset_cash'),('account_type', '!=', 'liability_credit_card'),('deprecated', '=', False),('company_id', '=', company_id)]", | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        help="Account used in the depreciation entries, to decrease the asset value.") | 
					 | 
					 | 
					        help="Account used in the depreciation entries, to decrease the asset value.") | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    account_depreciation_expense_id = fields.Many2one( | 
					 | 
					 | 
					    account_depreciation_expense_id = fields.Many2one( | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					        'account.account', string='Depreciation Entries: Expense Account', | 
					 | 
					 | 
					        'account.account', string='Expense Account', | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					        required=True, | 
					 | 
					 | 
					        required=True, | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        domain="[('account_type', '!=', 'asset_receivable'),('account_type', '!=','liability_payable'),('account_type', '!=', 'asset_cash'),('account_type', '!=','liability_credit_card'),('deprecated', '=', False),('company_id', '=', company_id)]", | 
					 | 
					 | 
					        domain="[('account_type', '!=', 'asset_receivable'),('account_type', '!=','liability_payable'),('account_type', '!=', 'asset_cash'),('account_type', '!=','liability_credit_card'),('deprecated', '=', False),('company_id', '=', company_id)]", | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        help="Account used in the periodical entries, to record a part of the asset as expense.") | 
					 | 
					 | 
					        help="Account used in the periodical entries, to record a part of the asset as expense.") | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |