Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5_fork
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
erp5_fork
Commits
9b4f14a6
Commit
9b4f14a6
authored
Apr 09, 2020
by
Arnaud Fontaine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ZODB Components: Failed to fix some imports when erp5_accounting was migrated (
a0c2b666
).
parent
06308e2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
product/ERP5/Extensions/CheckPortalTypes.py
product/ERP5/Extensions/CheckPortalTypes.py
+2
-2
No files found.
product/ERP5/Extensions/CheckPortalTypes.py
View file @
9b4f14a6
...
...
@@ -63,8 +63,8 @@ def changeObjectClass(self, object_id, new_class):
def
updateBalanceTransactionClass
(
self
):
"""Update Balance Transactions new indexing that occured around r16371
"""
from
Products.ERP5Type.D
ocument.BalanceTransaction
import
BalanceTransaction
from
Products.ERP5Type.D
ocument.BalanceTransactionLine
\
from
erp5.component.d
ocument.BalanceTransaction
import
BalanceTransaction
from
erp5.component.d
ocument.BalanceTransactionLine
\
import
BalanceTransactionLine
def
reverseSourceAndDestination
(
self
):
...
...
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