Continue adding product variants

This commit is contained in:
2015-04-13 17:57:06 +02:00
parent 6746eaa383
commit 2b036368cf
32 changed files with 169 additions and 12224 deletions
@@ -0,0 +1,13 @@
moduleForModel 'product', 'Product model',
needs: [
'model:product_variant',
'model:product_category',
'model:section_area',
'model:product_order',
'model:order',
'model:supplier'
]
#test "Nothing yet", ->
#element = @subject()
#assert 2, 2
@@ -1,5 +1,5 @@
moduleForModel 'section-element', 'Section element model',
needs: ['model:section', 'model:table']
needs: ['model:section', 'model:table', 'model:section-area']
test "box_size", ->
element = @subject