Commit b12dc015 authored by Julien Muchembled's avatar Julien Muchembled

Remove references to nonexistent base categories to reduce log verbosity

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39193 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 42f54cc7
......@@ -119,9 +119,9 @@ class ApparelModel:
'mode' : 'w' },
)
_categories = ( 'composition', 'transformation_state', 'pricing', 'origin', 'brand', 'tariff_nomenclature' )
_categories = ( 'composition', 'pricing', 'origin', 'brand', 'tariff_nomenclature' )
#_categories = ( 'transformation_state', 'apparel_pricing', 'apparel_creation_type', 'brand', 'tariff_nomenclature' )
# XXXXXXX XXXX XXXX apparel_model_creation_type (As in Brussels Tariff Nomenclature)
# XXXXXXX XXXX XXXX apparel_model_creation_type (As in Brussels Tariff Nomenclature)
_constraints = (
{ 'id' : 'apparel_shape',
......
......@@ -325,8 +325,8 @@ class Arrow:
'source_carrier', 'destination_carrier',
'source_referral', 'destination_referral',
'source_account', 'destination_account',
'source_advice', 'destination_advice',
'source_transport', 'destination_transport',
#'source_advice', 'destination_advice',
#'source_transport', 'destination_transport',
# Virtual categories
'source_region', 'destination_region',
'source_payment_region', 'destination_payment_region',
......
......@@ -179,12 +179,9 @@ class Resource:
)
_categories = ( 'source', 'destination', 'quantity_unit', 'price_unit',
'weight_unit', 'length_unit', 'height_unit', 'width_unit',
'volume_unit',
_categories = ( 'source', 'destination', 'quantity_unit',
'base_contribution',
'use',
'price_currency', 'source_price_currency',
'destination_price_currency', 'product_line',
'price_currency', 'product_line',
'industrial_phase')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment