Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Sven Franck
erp5
Commits
924bfeca
Commit
924bfeca
authored
8 years ago
by
Klaus Wölfel
Browse files
Options
Download
Email Patches
Plain Diff
erp5_core: acquire source/destination project from parent supply
parent
137e37c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_project.xml
...oryTemplateItem/portal_categories/destination_project.xml
+1
-1
product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_project.xml
...CategoryTemplateItem/portal_categories/source_project.xml
+1
-1
No files found.
product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_project.xml
View file @
924bfeca
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
acquisition_portal_type
</string>
</key>
<key>
<string>
acquisition_portal_type
</string>
</key>
<value>
<string>
python: list( portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList() + portal.getPortalOpenOrderTypeList())
</string>
</value>
<value>
<string>
python: list( portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList() + portal.getPortalOpenOrderTypeList()
+ portal.getPortalSupplyTypeList()
)
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
acquisition_sync_value
</string>
</key>
<key>
<string>
acquisition_sync_value
</string>
</key>
...
...
This diff is collapsed.
Click to expand it.
product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_project.xml
View file @
924bfeca
...
@@ -100,7 +100,7 @@
...
@@ -100,7 +100,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
acquisition_portal_type
</string>
</key>
<key>
<string>
acquisition_portal_type
</string>
</key>
<value>
<string>
python: list( portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList() + portal.getPortalOpenOrderTypeList())
</string>
</value>
<value>
<string>
python: list( portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList() + portal.getPortalOpenOrderTypeList()
+ portal.getPortalSupplyTypeList()
)
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
acquisition_sync_value
</string>
</key>
<key>
<string>
acquisition_sync_value
</string>
</key>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment