Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
erp5
Commits
94f6da21
Commit
94f6da21
authored
Dec 11, 2015
by
Tristan Cavelier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_invoicing: add type_class to some portal types
parent
812643d3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
0 deletions
+16
-0
bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%20Cell.xml
...ng/PortalTypeTemplateItem/portal_types/Invoice%20Cell.xml
+4
-0
bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%20Simulation%20Rule.xml
...TemplateItem/portal_types/Invoice%20Simulation%20Rule.xml
+4
-0
bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%20Transaction%20Simulation%20Rule.xml
...ortal_types/Invoice%20Transaction%20Simulation%20Rule.xml
+4
-0
bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Trade%20Model%20Simulation%20Rule.xml
...teItem/portal_types/Trade%20Model%20Simulation%20Rule.xml
+4
-0
No files found.
bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%20Cell.xml
View file @
94f6da21
...
...
@@ -55,6 +55,10 @@
<key>
<string>
title
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
type_class
</string>
</key>
<value>
<string>
InvoiceCell
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
...
...
bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%20Simulation%20Rule.xml
View file @
94f6da21
...
...
@@ -54,6 +54,10 @@
<key>
<string>
title
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
type_class
</string>
</key>
<value>
<string>
InvoiceSimulationRule
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
...
...
bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Invoice%20Transaction%20Simulation%20Rule.xml
View file @
94f6da21
...
...
@@ -62,6 +62,10 @@
<key>
<string>
title
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
type_class
</string>
</key>
<value>
<string>
InvoiceTransactionSimulationRule
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
...
...
bt5/erp5_invoicing/PortalTypeTemplateItem/portal_types/Trade%20Model%20Simulation%20Rule.xml
View file @
94f6da21
...
...
@@ -79,6 +79,10 @@
<key>
<string>
title
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
type_class
</string>
</key>
<value>
<string>
TradeModelSimulationRule
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
...
...
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