use strict;
 
 use SL::DB::MetaSetup::Tax;
-
-__PACKAGE__->meta->add_relationships(chart => { type         => 'one to one',
-                                                class        => 'SL::DB::Chart',
-                                                column_map   => { chart_id => 'id' },
-                                              },
-                                    );
+use SL::DB::Helper::TranslatedAttributes;
 
 __PACKAGE__->meta->initialize;