Commit f8e5e681 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Add Pay Sheet Transaction into delivery_type_list.

Add Pay Sheet Line and Pay Sheet Cell into invoice_movement_type_list.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1046 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9bce784a
...@@ -54,6 +54,7 @@ delivery_type_list = ('Delivery', ...@@ -54,6 +54,7 @@ delivery_type_list = ('Delivery',
'Movement MP', 'Movement MP',
'Movement PF', 'Movement PF',
'Accounting Transaction', 'Accounting Transaction',
'Pay Sheet Transaction',
'Purchase Invoice Transaction', 'Purchase Invoice Transaction',
'Sale Invoice Transaction', 'Sale Invoice Transaction',
'Production Packing List', 'Production Packing List',
...@@ -70,6 +71,8 @@ variation_base_category_id_list = variation_base_category_list # Temp Patch ...@@ -70,6 +71,8 @@ variation_base_category_id_list = variation_base_category_list # Temp Patch
invoice_movement_type_list = ( invoice_movement_type_list = (
'Invoice Line', 'Invoice Line',
'Invoice Cell', 'Invoice Cell',
'Pay Sheet Line',
'Pay Sheet Cell',
) )
order_movement_type_list = ( order_movement_type_list = (
...@@ -179,4 +182,3 @@ future_inventory_state_list = ('planned', 'ordered',) ...@@ -179,4 +182,3 @@ future_inventory_state_list = ('planned', 'ordered',)
column_base_category_list = ('taille', ) column_base_category_list = ('taille', )
line_base_category_list = ('coloris', 'couleur', ) line_base_category_list = ('coloris', 'couleur', )
tab_base_category_list = ('morphologie', ) tab_base_category_list = ('morphologie', )
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