diff --git a/bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%20Cell.xml b/bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%20Cell.xml index b7cf2505929aba9567f1c73bf979581dc7f36c18..5dd811b956c6b9feaf9db055711ed6c729c7a524 100644 --- a/bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%20Cell.xml +++ b/bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%20Cell.xml @@ -96,7 +96,11 @@ </item> <item> <key> <string>init_script</string> </key> - <value> <string></string> </value> + <value> <string>DeliveryCell_init</string> </value> + </item> + <item> + <key> <string>permission</string> </key> + <value> <string>*</string> </value> </item> <item> <key> <string>property_sheet_list</string> </key> diff --git a/bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%20Line.xml b/bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%20Line.xml index 1dafc11454edc37b53917ce7ad179da731270581..0ae3a1a193139946f1e8ed559b0b51716ba0ad33 100644 --- a/bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%20Line.xml +++ b/bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%20Line.xml @@ -96,7 +96,7 @@ </item> <item> <key> <string>init_script</string> </key> - <value> <string></string> </value> + <value> <string>DeliveryLine_init</string> </value> </item> <item> <key> <string>permission</string> </key> diff --git a/bt5/erp5_invoicing/bt/revision b/bt5/erp5_invoicing/bt/revision index ffda4e73f09ccf34ad373cedb584812e9a8a4b72..3fbd193e4a2dea8bb1d580e5bab0e1e586ee8686 100644 --- a/bt5/erp5_invoicing/bt/revision +++ b/bt5/erp5_invoicing/bt/revision @@ -1 +1 @@ -105 \ No newline at end of file +106 \ No newline at end of file