diff --git a/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Component/price_view.xml b/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Component/purchase_price_view.xml similarity index 94% rename from bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Component/price_view.xml rename to bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Component/purchase_price_view.xml index dde22fd5614209850a8b4e57aae12ee63b55543f..2ba902f84c25843774b4600eda3435332c4a6800 100644 --- a/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Component/price_view.xml +++ b/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Component/purchase_price_view.xml @@ -33,7 +33,7 @@ </item> <item> <key> <string>id</string> </key> - <value> <string>price_view</string> </value> + <value> <string>purchase_price_view</string> </value> </item> <item> <key> <string>permissions</string> </key> @@ -49,7 +49,7 @@ </item> <item> <key> <string>title</string> </key> - <value> <string>Price</string> </value> + <value> <string>Purchase</string> </value> </item> <item> <key> <string>visible</string> </key> diff --git a/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Component/sale_price_view.xml b/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Component/sale_price_view.xml new file mode 100644 index 0000000000000000000000000000000000000000..974c0a8215bb31e059cc5d7bf728dc315e5d5b6a --- /dev/null +++ b/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Component/sale_price_view.xml @@ -0,0 +1,77 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>action</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>category</string> </key> + <value> <string>object_view</string> </value> + </item> + <item> + <key> <string>condition</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>icon</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>sale_price_view</string> </value> + </item> + <item> + <key> <string>permissions</string> </key> + <value> + <tuple> + <string>View</string> + </tuple> + </value> + </item> + <item> + <key> <string>priority</string> </key> + <value> <float>4.0</float> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>Sale</string> </value> + </item> + <item> + <key> <string>visible</string> </key> + <value> <int>1</int> </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <tuple> + <global name="Expression" module="Products.CMFCore.Expression"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>text</string> </key> + <value> <string>string:${object_url}/Resource_viewDefaultSaleSupplyLine</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Component/view_flow_capacity.xml b/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Component/view_flow_capacity.xml index 95a5db5404a13ffe71a6932419e980948ce2f80d..388ca2187517d3c093474fdde36835fec054114b 100644 --- a/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Component/view_flow_capacity.xml +++ b/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Component/view_flow_capacity.xml @@ -45,7 +45,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <float>4.0</float> </value> + <value> <float>5.0</float> </value> </item> <item> <key> <string>title</string> </key> diff --git a/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Fabric/view_price.xml b/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Fabric/purchase_price_view.xml similarity index 94% rename from bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Fabric/view_price.xml rename to bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Fabric/purchase_price_view.xml index ab0d050cef491bbbb91c1d60fe8a274106c1bde4..eeccbc03cdae7a887834a23c77b1f14bf20bf5e8 100644 --- a/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Fabric/view_price.xml +++ b/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Fabric/purchase_price_view.xml @@ -33,7 +33,7 @@ </item> <item> <key> <string>id</string> </key> - <value> <string>view_price</string> </value> + <value> <string>purchase_price_view</string> </value> </item> <item> <key> <string>permissions</string> </key> @@ -49,7 +49,7 @@ </item> <item> <key> <string>title</string> </key> - <value> <string>Price</string> </value> + <value> <string>Purchase</string> </value> </item> <item> <key> <string>visible</string> </key> diff --git a/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Fabric/sale_price_view.xml b/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Fabric/sale_price_view.xml new file mode 100644 index 0000000000000000000000000000000000000000..3f1ac5df4d273aa24bac31ee1b1ce6afd749c203 --- /dev/null +++ b/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Fabric/sale_price_view.xml @@ -0,0 +1,77 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>action</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>category</string> </key> + <value> <string>object_view</string> </value> + </item> + <item> + <key> <string>condition</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>icon</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>sale_price_view</string> </value> + </item> + <item> + <key> <string>permissions</string> </key> + <value> + <tuple> + <string>View</string> + </tuple> + </value> + </item> + <item> + <key> <string>priority</string> </key> + <value> <float>5.0</float> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>Sale</string> </value> + </item> + <item> + <key> <string>visible</string> </key> + <value> <int>1</int> </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <tuple> + <global name="Expression" module="Products.CMFCore.Expression"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>text</string> </key> + <value> <string>string:${object_url}/Resource_viewDefaultSaleSupplyLine</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Fabric/view_flow_capacity.xml b/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Fabric/view_flow_capacity.xml index 388ca2187517d3c093474fdde36835fec054114b..3e18942363fd1c2c4d92c1091b461f936cbe2c50 100644 --- a/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Fabric/view_flow_capacity.xml +++ b/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Fabric/view_flow_capacity.xml @@ -45,7 +45,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <float>5.0</float> </value> + <value> <float>6.0</float> </value> </item> <item> <key> <string>title</string> </key> diff --git a/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Model/view_price.xml b/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Model/purchase_price_view.xml similarity index 94% rename from bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Model/view_price.xml rename to bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Model/purchase_price_view.xml index 8a2d1eaceb36c77043a14196b043d2418a9f9d4f..500693ca6bdac3cd48313180a3f62133c03c0a35 100644 --- a/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Model/view_price.xml +++ b/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Model/purchase_price_view.xml @@ -33,7 +33,7 @@ </item> <item> <key> <string>id</string> </key> - <value> <string>view_price</string> </value> + <value> <string>purchase_price_view</string> </value> </item> <item> <key> <string>permissions</string> </key> @@ -49,7 +49,7 @@ </item> <item> <key> <string>title</string> </key> - <value> <string>Price</string> </value> + <value> <string>Purchase</string> </value> </item> <item> <key> <string>visible</string> </key> diff --git a/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Model/sale_price_view.xml b/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Model/sale_price_view.xml new file mode 100644 index 0000000000000000000000000000000000000000..8a703b96c5cf5008b24aa5103d4aed110a8370f6 --- /dev/null +++ b/bt5/erp5_apparel/ActionTemplateItem/portal_types/Apparel%20Model/sale_price_view.xml @@ -0,0 +1,77 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>action</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>category</string> </key> + <value> <string>object_view</string> </value> + </item> + <item> + <key> <string>condition</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>icon</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>sale_price_view</string> </value> + </item> + <item> + <key> <string>permissions</string> </key> + <value> + <tuple> + <string>View</string> + </tuple> + </value> + </item> + <item> + <key> <string>priority</string> </key> + <value> <float>6.0</float> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>Sale</string> </value> + </item> + <item> + <key> <string>visible</string> </key> + <value> <int>1</int> </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <tuple> + <global name="Expression" module="Products.CMFCore.Expression"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>text</string> </key> + <value> <string>string:${object_url}/Resource_viewDefaultSaleSupplyLine</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_apparel/bt/revision b/bt5/erp5_apparel/bt/revision index 410b14d2ce6f958c13adcb30807e8673074c49d9..978b4e8e518d1242cbf102a1bebdb52e41705102 100644 --- a/bt5/erp5_apparel/bt/revision +++ b/bt5/erp5_apparel/bt/revision @@ -1 +1 @@ -25 \ No newline at end of file +26 \ No newline at end of file diff --git a/bt5/erp5_apparel/bt/template_action_path_list b/bt5/erp5_apparel/bt/template_action_path_list index 2aacb6ae0e470c20c21e480967a6adcba591e01f..dbab88d059a579d764452251e9425d5d07e0681f 100644 --- a/bt5/erp5_apparel/bt/template_action_path_list +++ b/bt5/erp5_apparel/bt/template_action_path_list @@ -49,7 +49,8 @@ Apparel Component Variation | download Apparel Component Variation | image_view Apparel Component Variation | view Apparel Component | instruction_view -Apparel Component | price_view +Apparel Component | purchase_price_view +Apparel Component | sale_price_view Apparel Component | view Apparel Component | view_flow_capacity Apparel Consumption Module | csv_export @@ -80,10 +81,11 @@ Apparel Fabric Module | sort_on Apparel Fabric Module | view Apparel Fabric Module | workflow_report Apparel Fabric | instructions_view +Apparel Fabric | purchase_price_view +Apparel Fabric | sale_price_view Apparel Fabric | view Apparel Fabric | view_composition Apparel Fabric | view_flow_capacity -Apparel Fabric | view_price Apparel Measurement Module | csv_export Apparel Measurement Module | csv_import Apparel Measurement Module | list_ui @@ -113,10 +115,11 @@ Apparel Model | inventory_view Apparel Model | jump_to_related_apparel_model Apparel Model | jump_to_related_apparel_transformation Apparel Model | morphology_variation +Apparel Model | purchase_price_view Apparel Model | references +Apparel Model | sale_price_view Apparel Model | view Apparel Model | view_composition -Apparel Model | view_price Apparel Model | view_variated_reference_list Apparel Shape Module | csv_export Apparel Shape Module | csv_import