Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
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
slapos.core
Commits
7e61728e
Commit
7e61728e
authored
May 27, 2022
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_interaction_drop: Minor code style fixes
parent
763b7ff5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
42 deletions
+1
-42
master/bt5/erp5_interaction_drop/DocumentTemplateItem/portal_components/document.erp5_slapos.SubscriptionItem.xml
...rtal_components/document.erp5_slapos.SubscriptionItem.xml
+0
-40
master/bt5/erp5_interaction_drop/SkinTemplateItem/portal_skins/erp5_interaction_drop/InvoiceTransaction_postGeneration.py
...rp5_interaction_drop/InvoiceTransaction_postGeneration.py
+1
-2
No files found.
master/bt5/erp5_interaction_drop/DocumentTemplateItem/portal_components/document.erp5_slapos.SubscriptionItem.xml
View file @
7e61728e
...
...
@@ -119,14 +119,6 @@
<key>
<string>
action
</string>
</key>
<value>
<string>
validate
</string>
</value>
</item>
<item>
<key>
<string>
error_message
</string>
</key>
<value>
<list>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAU=
</string>
</persistent>
</list>
</value>
</item>
<item>
<key>
<string>
validation_state
</string>
</key>
<value>
<string>
validated
</string>
</value>
...
...
@@ -138,36 +130,4 @@
</dictionary>
</pickle>
</record>
<record
id=
"5"
aka=
"AAAAAAAAAAU="
>
<pickle>
<global
name=
"Message"
module=
"Products.ERP5Type.Message"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
default
</string>
</key>
<value>
<string>
ID is invalid, should be \'${id_prefix}.VERSION.REFERENCE\'
</string>
</value>
</item>
<item>
<key>
<string>
domain
</string>
</key>
<value>
<string>
erp5_ui
</string>
</value>
</item>
<item>
<key>
<string>
mapping
</string>
</key>
<value>
<dictionary>
<item>
<key>
<string>
id_prefix
</string>
</key>
<value>
<string>
document
</string>
</value>
</item>
</dictionary>
</value>
</item>
<item>
<key>
<string>
message
</string>
</key>
<value>
<string>
ID is invalid, should be \'${id_prefix}.VERSION.REFERENCE\'
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
master/bt5/erp5_interaction_drop/SkinTemplateItem/portal_skins/erp5_interaction_drop/InvoiceTransaction_postGeneration.py
View file @
7e61728e
...
...
@@ -40,7 +40,6 @@ if not invoice.hasTitle() and related_packing_list is not None and \
# initialize accounting_workflow to confirmed state
if
invoice
.
getSimulationState
()
==
'draft'
:
invoice
.
activate
(
after_path_and_method_id
=
(
related_simulation_movement_path_list
,
(
'immediateReindexObject'
,
'recursiveImmediateReindexObject'
)),
tag
=
confirm_tag
).
Delivery_confirm
()
(
'immediateReindexObject'
,
'recursiveImmediateReindexObject'
))).
Delivery_confirm
()
invoice
.
startBuilding
()
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