Changed model name to lower case

This commit is contained in:
Javier Uribe 2018-07-24 17:03:15 +02:00
parent 3021ed4509
commit 20007e0de8
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class ConfigurationSequence:
class ConfigurationEDIOutputPath(ModelSQL, CompanyValueMixin):
"""Stock Configuration EDI Output Path"""
__name__ = 'stock.configuration.EDI_output_path'
__name__ = 'stock.configuration.edi_output_path'
EDI_output_path = fields.Char('EDI Output Path')