diff --git a/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Inventory%20Cell.xml b/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Inventory%20Cell.xml index f513b36e9374e932f8e1615352839691603e5578..947aefe74c63a5aed70d34b0e58bdb226ce82ace 100644 --- a/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Inventory%20Cell.xml +++ b/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Inventory%20Cell.xml @@ -41,7 +41,6 @@ <tuple> <string>delivery_movement</string> <string>inventory_movement</string> - <string>invoice_movement</string> </tuple> </value> </item> @@ -51,11 +50,15 @@ </item> <item> <key> <string>init_script</string> </key> - <value> <string></string> </value> + <value> + <none/> + </value> </item> <item> <key> <string>permission</string> </key> - <value> <string></string> </value> + <value> + <none/> + </value> </item> <item> <key> <string>title</string> </key> diff --git a/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Inventory%20Line.xml b/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Inventory%20Line.xml index 1b2e38afd54e1e979d9fc4ac340d0c31d93c40ac..31c274a3d32a38c2610fb5c8df0a66b410111451 100644 --- a/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Inventory%20Line.xml +++ b/bt5/erp5_trade/PortalTypeTemplateItem/portal_types/Inventory%20Line.xml @@ -68,7 +68,6 @@ <tuple> <string>delivery_movement</string> <string>inventory_movement</string> - <string>invoice_movement</string> </tuple> </value> </item> @@ -82,7 +81,9 @@ </item> <item> <key> <string>permission</string> </key> - <value> <string></string> </value> + <value> + <none/> + </value> </item> <item> <key> <string>title</string> </key> diff --git a/bt5/erp5_trade/bt/change_log b/bt5/erp5_trade/bt/change_log index eb534bd56c8079fdfef0d32ba9f56af801804e59..aa97f7428bf1b0f1650eb4f1a39b8642df7869f3 100644 --- a/bt5/erp5_trade/bt/change_log +++ b/bt5/erp5_trade/bt/change_log @@ -1,3 +1,6 @@ +2010-05-17 yo +* Inventory Line and Inventory Cell are not invoice movements. + 2010-05-10 tatuya * Fix the groups of the Internal Order Module portal type. Add module group into it. diff --git a/bt5/erp5_trade/bt/revision b/bt5/erp5_trade/bt/revision index bd19a3c6e36621860f1eb75d763e35524fe46e9c..b6cd9068fccbfe024f525ddee7d2df42b5f55670 100644 --- a/bt5/erp5_trade/bt/revision +++ b/bt5/erp5_trade/bt/revision @@ -1 +1 @@ -921 \ No newline at end of file +923 \ No newline at end of file