diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Account%20Module.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Account%20Module.xml index 5b679b16519799adc91e083b54283192e924ba05..4dd12dc15d2b62d43238a798ae5af12b877740df 100644 --- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Account%20Module.xml +++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Account%20Module.xml @@ -2,7 +2,7 @@ <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> - <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/> + <global name="Base Type" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Account.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Account.xml index c44a3f9bc27f0c14af74e0c989f3bbf4f625d225..a0a56154b34530d35f50c405db09cee2d4da1f67 100644 --- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Account.xml +++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Account.xml @@ -2,7 +2,7 @@ <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> - <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/> + <global name="Base Type" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Period.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Period.xml index eb738c2f3226ca009933abf48bfbfaee8bdd4983..cd474c5153bdf292bcae2367bb94714f91120d80 100644 --- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Period.xml +++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Period.xml @@ -2,7 +2,7 @@ <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> - <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/> + <global name="Base Type" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Rule%20Cell%20Line.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Rule%20Cell%20Line.xml index 4ef2bec9cef88c3737b00d1359d2872211acb73f..098242f170453d624569db882f1d8d07d2ab0fa6 100644 --- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Rule%20Cell%20Line.xml +++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Rule%20Cell%20Line.xml @@ -2,7 +2,7 @@ <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> - <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/> + <global name="Base Type" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Rule%20Cell.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Rule%20Cell.xml index 965a59a2b9cffa26b2797bb829e873c16bd14283..56db0f6adc8eb29ba235c49396f6628df14cee72 100644 --- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Rule%20Cell.xml +++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Rule%20Cell.xml @@ -2,7 +2,7 @@ <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> - <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/> + <global name="Base Type" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction%20Line.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction%20Line.xml index 3e2a86731b676eb50a588a54a9000ac6d6bce6ab..f0c75c268ccdcb3831b35b971c23130e035f4ff9 100644 --- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction%20Line.xml +++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction%20Line.xml @@ -2,7 +2,7 @@ <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> - <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/> + <global name="Base Type" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> @@ -64,7 +64,15 @@ </item> <item> <key> <string>init_script</string> </key> - <value> <string></string> </value> + <value> + <none/> + </value> + </item> + <item> + <key> <string>permission</string> </key> + <value> + <none/> + </value> </item> <item> <key> <string>title</string> </key> @@ -74,6 +82,18 @@ <key> <string>type_class</string> </key> <value> <string>AccountingTransactionLine</string> </value> </item> + <item> + <key> <string>type_interface</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>type_mixin</string> </key> + <value> + <tuple/> + </value> + </item> </dictionary> </pickle> </record> diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction%20Module.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction%20Module.xml index 55d66726742dc0533c75aa7f1d132ebd74cfd6b7..7e8459da32b9bbccec8a920688cb62d9787fe945 100644 --- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction%20Module.xml +++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction%20Module.xml @@ -2,7 +2,7 @@ <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> - <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/> + <global name="Base Type" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction%20Root%20Simulation%20Rule.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction%20Root%20Simulation%20Rule.xml index 8129cbd898e5c49dea1277e6131712b3b7f40698..cc0896b32c30e33acc5325dc9cfdeec5dd676ecb 100644 --- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction%20Root%20Simulation%20Rule.xml +++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction%20Root%20Simulation%20Rule.xml @@ -2,7 +2,7 @@ <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> - <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/> + <global name="Base Type" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction.xml index 38bdf3cf1e34426e06870caf55eedd6c9e2bb2c4..a1a55474efcb928e15cdbcb16fb5abe61bff5921 100644 --- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction.xml +++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Accounting%20Transaction.xml @@ -2,7 +2,7 @@ <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> - <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/> + <global name="Base Type" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Balance%20Transaction%20Line.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Balance%20Transaction%20Line.xml index 7672a5cec3af486dd149949381bb44b12cabb7e2..c863ae44455914e0b06b4e5f9e25a096d3b60970 100644 --- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Balance%20Transaction%20Line.xml +++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Balance%20Transaction%20Line.xml @@ -2,10 +2,29 @@ <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> - <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/> + <global name="Base Type" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> + <item> + <key> <string>_property_domain_dict</string> </key> + <value> + <dictionary> + <item> + <key> <string>short_title</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>title</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> + </value> + </item> + </dictionary> + </value> + </item> <item> <key> <string>acquire_local_roles</string> </key> <value> <int>1</int> </value> @@ -34,10 +53,10 @@ <key> <string>group_list</string> </key> <value> <tuple> - <string>delivery_movement</string> - <string>inventory_movement</string> <string>accounting_movement</string> <string>balance_transaction_line</string> + <string>delivery_movement</string> + <string>inventory_movement</string> </tuple> </value> </item> @@ -47,16 +66,74 @@ </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> <value> <string></string> </value> </item> + <item> + <key> <string>type_class</string> </key> + <value> <string>BalanceTransactionLine</string> </value> + </item> + <item> + <key> <string>type_interface</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>type_mixin</string> </key> + <value> + <tuple/> + </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>domain_name</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>property_name</string> </key> + <value> <string>short_title</string> </value> + </item> + </dictionary> + </pickle> + </record> + <record id="3" aka="AAAAAAAAAAM="> + <pickle> + <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>domain_name</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>property_name</string> </key> + <value> <string>title</string> </value> + </item> </dictionary> </pickle> </record> diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Balance%20Transaction.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Balance%20Transaction.xml index a643eb4975505b992586082db9dd0e5dec1d1499..2b18c4337f8367a825a6a789c431cf2d7dc9d5fc 100644 --- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Balance%20Transaction.xml +++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Balance%20Transaction.xml @@ -2,7 +2,7 @@ <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> - <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/> + <global name="Base Type" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Cash%20Register.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Cash%20Register.xml index 42e16686178160e202e5f223892d3f59c443a717..7264147b2de3cdc12132e237c83c15b74178a719 100644 --- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Cash%20Register.xml +++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Cash%20Register.xml @@ -6,6 +6,25 @@ </pickle> <pickle> <dictionary> + <item> + <key> <string>_property_domain_dict</string> </key> + <value> + <dictionary> + <item> + <key> <string>short_title</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>title</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> + </value> + </item> + </dictionary> + </value> + </item> <item> <key> <string>acquire_local_roles</string> </key> <value> <int>0</int> </value> @@ -82,4 +101,42 @@ </dictionary> </pickle> </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>domain_name</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>property_name</string> </key> + <value> <string>short_title</string> </value> + </item> + </dictionary> + </pickle> + </record> + <record id="3" aka="AAAAAAAAAAM="> + <pickle> + <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>domain_name</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>property_name</string> </key> + <value> <string>title</string> </value> + </item> + </dictionary> + </pickle> + </record> </ZopeData> diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Internal%20Invoice%20Transaction%20Line.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Internal%20Invoice%20Transaction%20Line.xml index c8b43cc27f6c273b7e91ede4a55b33d39a894fa5..243360a2a0741b0e384089465ee6372cf02900a1 100644 --- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Internal%20Invoice%20Transaction%20Line.xml +++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Internal%20Invoice%20Transaction%20Line.xml @@ -2,10 +2,29 @@ <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> - <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/> + <global name="Base Type" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> + <item> + <key> <string>_property_domain_dict</string> </key> + <value> + <dictionary> + <item> + <key> <string>short_title</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>title</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> + </value> + </item> + </dictionary> + </value> + </item> <item> <key> <string>acquire_local_roles</string> </key> <value> <int>1</int> </value> @@ -59,6 +78,60 @@ <key> <string>title</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>type_class</string> </key> + <value> <string>AccountingTransactionLine</string> </value> + </item> + <item> + <key> <string>type_interface</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>type_mixin</string> </key> + <value> + <tuple/> + </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>domain_name</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>property_name</string> </key> + <value> <string>short_title</string> </value> + </item> + </dictionary> + </pickle> + </record> + <record id="3" aka="AAAAAAAAAAM="> + <pickle> + <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>domain_name</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>property_name</string> </key> + <value> <string>title</string> </value> + </item> </dictionary> </pickle> </record> diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Internal%20Invoice%20Transaction.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Internal%20Invoice%20Transaction.xml index 165afd99bef74779077a5a02624fe3193d2e6305..dece0f15ca991aa12c933d2e51eb57e9d83f8a8c 100644 --- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Internal%20Invoice%20Transaction.xml +++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Internal%20Invoice%20Transaction.xml @@ -2,7 +2,7 @@ <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> - <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/> + <global name="Base Type" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoice%20Root%20Simulation%20Rule.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoice%20Root%20Simulation%20Rule.xml index b5446278e0e898243fd3307c8b4a143546a2f7fa..1328dadfeac87c35190f97fb21a1507147a9eee3 100644 --- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoice%20Root%20Simulation%20Rule.xml +++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Invoice%20Root%20Simulation%20Rule.xml @@ -2,7 +2,7 @@ <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> - <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/> + <global name="Base Type" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Payment%20Simulation%20Rule.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Payment%20Simulation%20Rule.xml index ddc959b6ca6ea598f4473763d0e7cdb0fd23968e..00a10ab7e59aaf92525610d341bc2de0930dd39f 100644 --- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Payment%20Simulation%20Rule.xml +++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Payment%20Simulation%20Rule.xml @@ -2,7 +2,7 @@ <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> - <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/> + <global name="Base Type" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Payment%20Transaction.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Payment%20Transaction.xml index 182c4238f07f432261bc5e1aeccdc212e636c766..a166389d44317c6f4833fb3de71e176d713b0148 100644 --- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Payment%20Transaction.xml +++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Payment%20Transaction.xml @@ -2,7 +2,7 @@ <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> - <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/> + <global name="Base Type" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%20Invoice%20Transaction%20Line.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%20Invoice%20Transaction%20Line.xml index fb5028f155a8c7ee3e588b5f9a418b07baa088b1..99644b4f9b1940174db0472faedba89151acf894 100644 --- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%20Invoice%20Transaction%20Line.xml +++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%20Invoice%20Transaction%20Line.xml @@ -2,10 +2,29 @@ <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> - <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/> + <global name="Base Type" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> + <item> + <key> <string>_property_domain_dict</string> </key> + <value> + <dictionary> + <item> + <key> <string>short_title</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>title</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> + </value> + </item> + </dictionary> + </value> + </item> <item> <key> <string>acquire_local_roles</string> </key> <value> <int>1</int> </value> @@ -45,12 +64,74 @@ </item> <item> <key> <string>init_script</string> </key> - <value> <string></string> </value> + <value> + <none/> + </value> + </item> + <item> + <key> <string>permission</string> </key> + <value> + <none/> + </value> </item> <item> <key> <string>title</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>type_class</string> </key> + <value> <string>AccountingTransactionLine</string> </value> + </item> + <item> + <key> <string>type_interface</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>type_mixin</string> </key> + <value> + <tuple/> + </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>domain_name</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>property_name</string> </key> + <value> <string>short_title</string> </value> + </item> + </dictionary> + </pickle> + </record> + <record id="3" aka="AAAAAAAAAAM="> + <pickle> + <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>domain_name</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>property_name</string> </key> + <value> <string>title</string> </value> + </item> </dictionary> </pickle> </record> diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%20Invoice%20Transaction.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%20Invoice%20Transaction.xml index ebd8cfa1376e96712e199e229400fce86c8882e1..a872bd88bd7777c8c3655bf1d00806a510e66517 100644 --- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%20Invoice%20Transaction.xml +++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%20Invoice%20Transaction.xml @@ -2,7 +2,7 @@ <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> - <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/> + <global name="Base Type" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%20Invoice%20Transaction%20Line.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%20Invoice%20Transaction%20Line.xml index 043e24dd35e9566ee472a3b6a386d80ddb978f78..c945c19bc76610baa69b7ce079de988b598e6d81 100644 --- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%20Invoice%20Transaction%20Line.xml +++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%20Invoice%20Transaction%20Line.xml @@ -2,10 +2,29 @@ <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> - <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/> + <global name="Base Type" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> + <item> + <key> <string>_property_domain_dict</string> </key> + <value> + <dictionary> + <item> + <key> <string>short_title</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>title</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> + </value> + </item> + </dictionary> + </value> + </item> <item> <key> <string>acquire_local_roles</string> </key> <value> <int>1</int> </value> @@ -45,12 +64,74 @@ </item> <item> <key> <string>init_script</string> </key> - <value> <string></string> </value> + <value> + <none/> + </value> + </item> + <item> + <key> <string>permission</string> </key> + <value> + <none/> + </value> </item> <item> <key> <string>title</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>type_class</string> </key> + <value> <string>AccountingTransactionLine</string> </value> + </item> + <item> + <key> <string>type_interface</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>type_mixin</string> </key> + <value> + <tuple/> + </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>domain_name</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>property_name</string> </key> + <value> <string>short_title</string> </value> + </item> + </dictionary> + </pickle> + </record> + <record id="3" aka="AAAAAAAAAAM="> + <pickle> + <global name="TranslationInformation" module="Products.ERP5Type.TranslationProviderBase"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>domain_name</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>property_name</string> </key> + <value> <string>title</string> </value> + </item> </dictionary> </pickle> </record> diff --git a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%20Invoice%20Transaction.xml b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%20Invoice%20Transaction.xml index bb8c26e23b6637357bacd39dbea4d1193accc72b..e3985782c9e2a7b9b0b4dfc7f6baf48ca12fccd9 100644 --- a/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%20Invoice%20Transaction.xml +++ b/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%20Invoice%20Transaction.xml @@ -2,7 +2,7 @@ <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> - <global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/> + <global name="Base Type" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision index fdbec449cadb6168c90e349ac72b1e294bf69f0f..805a9f80ae615594341271c856dc52a82c266147 100644 --- a/bt5/erp5_accounting/bt/revision +++ b/bt5/erp5_accounting/bt/revision @@ -1 +1 @@ -1459 \ No newline at end of file +1460 \ No newline at end of file