21 lines
		
	
	
		
			644 B
		
	
	
	
		
			Python
		
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			644 B
		
	
	
	
		
			Python
		
	
	
# -*- coding: utf-8 -*-
 | 
						|
# Copyright 2013-2014 Nicolas Bessi (Camptocamp SA)
 | 
						|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
 | 
						|
 | 
						|
{"name": "Sale Comments",
 | 
						|
 "summary": "Comments texts templates on Sale documents",
 | 
						|
 "version": "11.0.1.0.0",
 | 
						|
 "depends": ["sale",
 | 
						|
             "invoice_comment_template",
 | 
						|
             ],
 | 
						|
 "author": "Camptocamp,Odoo Community Association (OCA)",
 | 
						|
 "license": "AGPL-3",
 | 
						|
 "data": ["views/sale_order_view.xml",
 | 
						|
          'views/base_comment_template_view.xml',
 | 
						|
          'views/report_saleorder.xml',
 | 
						|
          'security/ir.model.access.csv',
 | 
						|
          ],
 | 
						|
 "category": "Sale",
 | 
						|
 'installable': True,
 | 
						|
 }
 |