allow 'manufacturing_number' in SST-10

develop
Andreas Osim 2018-06-15 08:44:05 +02:00
parent 3a48752b15
commit a79548c055
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ class ProductTemplate(models.Model):
def _get_specified_fields(self):
return ['default_code', 'name', 'length', 'width', 'thickness', 'surface', 'active', 'weight', 'is_internal',
'xcat_id', 'notes', 'material_type_id', 'intrastat_id', 'sale_ok', 'assembly_line_ids', 'list_price',
'height', 'categ_id', 'can_be_sold_unconfigured', 'image', 'tax']
'height', 'categ_id', 'can_be_sold_unconfigured', 'image', 'tax', 'manufacturing_number']
class ProductCategory(models.Model):