WIP: Rework inventory
bt5
erp5_accounting/…/portal_components
document.erp5.BalanceTransaction.py +10 -5
erp5_archive/…/portal_components
test.erp5.testArchive.py +2 -2
erp5_immobilisation
ActionTemplateItem/portal_types
Inventory%20Offset%20Cell
eu_linear_amortisation_method_view_details.xml +0 -0
eu_no_amortisation_amortisation_method_view_details.xml +0 -0
fr_actual_use_amortisation_method_view_details.xml +0 -0
fr_degressive_amortisation_method_view_details.xml +0 -0
fr_uncontinuous_degressive_amortisation_method_view_details.xml +0 -0
Inventory%20Offset%20Line
eu_linear_amortisation_method_view_details.xml +0 -0
eu_no_amortisation_amortisation_method_view_details.xml +0 -0
fr_actual_use_amortisation_method_view_details.xml +0 -0
fr_degressive_amortisation_method_view_details.xml +0 -0
fr_uncontinuous_degressive_amortisation_method_view_details.xml +0 -0
bt
template_action_path_list +10 -10
erp5_trade
ActionTemplateItem/portal_types
Inventory
compute_offset.xml +96 -0
view_offset.xml +81 -0
Inventory%20Line
inventory_view.xml +4 -17
Inventory%20Offset%20Line
view.xml +81 -0
PortalTypeAllowedContentTypeTemplateItem
allowed_content_types.xml +4 -0
PortalTypeHiddenContentTypeTemplateItem
hidden_content_type_list.xml +3 -0
PortalTypePropertySheetTemplateItem
property_sheet_list.xml +6 -0
PortalTypeTemplateItem/portal_types
Inventory%20Cell.xml +13 -2
Inventory%20Line.xml +7 -2
Inventory%20Offset%20Cell.xml +67 -0
Inventory%20Offset%20Line.xml +75 -0
Inventory.xml +6 -0
PortalTypeWorkflowChainTemplateItem
workflow_chain_type.xml +8 -0
SkinTemplateItem/…/erp5_trade
InventoryLine_view
my_inventory.xml +90 -0
my_total_inventory.xml +90 -0
my_variation_category_list.xml +26 -1
InventoryLine_viewInventory
matrixbox.xml +1 -1
InventoryLine_viewPrice
matrixbox.xml +1 -1
InventoryOffsetCell_view
my_aggregate_title_list.xml +90 -0
my_amortisation_method.xml +117 -0
my_description.xml +90 -0
my_price.xml +90 -0
my_quantity.xml +90 -0
my_quantity_unit.xml +90 -0
my_resource_title.xml +90 -0
my_title.xml +90 -0
my_variation_category_list.xml +90 -0
InventoryOffsetLine_view
mapped_value_property_list.xml +101 -0
matrixbox.xml +264 -0
matrixbox_predicate_category_list.xml +90 -0
matrixbox_quantity.xml +115 -0
matrixbox_variation_category_list.xml +90 -0
my_amortisation_method.xml +0 -0
my_description.xml +90 -0
my_int_index.xml +90 -0
my_price.xml +90 -0
my_quantity.xml +0 -0
my_quantity_unit.xml +90 -0
my_reference.xml +90 -0
my_resource_title.xml +90 -0
my_title.xml +90 -0
my_total_price.xml +90 -0
my_total_quantity.xml +0 -0
my_variation_category_list.xml +90 -0
Inventory_view
listbox.xml +14 -26
listbox_total_inventory.xml +90 -0
my_price_currency.xml +72 -0
my_start_date.xml +7 -1
Inventory_viewOffset
listbox.xml +237 -0
listbox_aggregate_title_list.xml +90 -0
listbox_int_index.xml +90 -0
listbox_price.xml +0 -0
listbox_quantity.xml +0 -0
listbox_quantity_unit.xml +90 -0
listbox_reference.xml +90 -0
listbox_total_price.xml +90 -0
listbox_total_quantity.xml +72 -0
listbox_variation_category_item_list.xml +90 -0
OrderLine_view
listbox.xml +20 -26
InventoryLine_view.xml +3 -4
InventoryOffsetCell_view.xml +163 -0
InventoryOffsetLine_view.xml +180 -0
Inventory_computeOffset.py +157 -0
Inventory_computeOffset.xml +62 -0
Inventory_computeOffsetAction.py +29 -0
Inventory_computeOffsetAction.xml +62 -0
Inventory_deleteOffsetLines.py +8 -0
Inventory_deleteOffsetLines.xml +62 -0
Inventory_view.xml +2 -2
Inventory_viewOffset.xml +152 -0
Movement_isAggregateItemListEnabled.py +12 -12
Movement_isQuantityEnabled.py +2 -1
TestTemplateItem/portal_components
test.erp5.testInventory.py +37 -7
test.erp5.testInventoryModule.py +469 -693
test.erp5.testOrderBuilder.py +2 -0
test.erp5.testTradeReports.py +11 -0
WorkflowTemplateItem/portal_workflow
inventory_workflow
state_calculating.xml +40 -0
state_cancelled.xml +9 -1
state_deleted.xml +9 -1
state_delivered.xml +8 -2
state_draft.xml +8 -3
state_planned.xml +42 -0
transition_calculate.xml +53 -0
transition_cancel.xml +4 -2
transition_cancel_action.xml +5 -3
transition_delete.xml +3 -1
transition_delete_action.xml +3 -1
transition_deliver.xml +1 -1
transition_deliver_action.xml +5 -3
transition_plan.xml +53 -0
inventory_workflow.xml +8 -1
bt
template_action_path_list +3 -0
template_portal_type_allowed_content_type_list +2 -0
template_portal_type_hidden_content_type_list +1 -0
template_portal_type_id_list +2 -0
template_portal_type_property_sheet_list +2 -0
template_portal_type_workflow_chain_list +5 -0
template_property_sheet_id_list +3 -3
product
ERP5
bootstrap/erp5_core
CategoryTemplateItem/portal_categories
resource.xml +1 -1
DocumentTemplateItem/portal_components
document.erp5.DeliveryCell.py +1 -1
document.erp5.Inventory.py +0 -287
document.erp5.InventoryCell.py +22 -25
document.erp5.InventoryLine.py +28 -43
ERP5Site.py +8 -0
ERP5Type
mixin
matrix.py +4 -4
ERP5Type.py +2 -2
+ 10
- 5
File renamed with no changes. Show file contents
File renamed with no changes. Show file contents
File renamed with no changes. Show file contents
File renamed with no changes. Show file contents