Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5_rtl_support
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
Romain Courteaud
erp5_rtl_support
Commits
fd91e7fe
Commit
fd91e7fe
authored
Jun 06, 2017
by
Ayush Tiwari
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bt5_config: Explicitly add erp5_pdm in bt5_list
parent
fb2a2828
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
product/ERP5/Tool/TemplateTool.py
product/ERP5/Tool/TemplateTool.py
+4
-5
No files found.
product/ERP5/Tool/TemplateTool.py
View file @
fd91e7fe
...
...
@@ -1017,21 +1017,20 @@ class TemplateTool (BaseTool):
bp_dict_2
=
{
'copyright_list'
:
[
'Copyright (c) 2001-2017 Nexedi SA'
],
'dependency_list'
:
[
'erp5_base >= 0.8.3'
,
'erp5_core >= 1.0rc13'
],
'dependency_list'
:
[
'erp5_base'
,],
'description'
:
''
,
'force_install'
:
0
,
'id'
:
'erp5_
accounting
'
,
'id'
:
'erp5_
pdm
'
,
'license'
:
'GPL'
,
'revision'
:
''
,
'test_dependency_list'
:
[],
'provision_list'
:
[],
'title'
:
'erp5_
accounting
'
,
'title'
:
'erp5_
pdm
'
,
'version'
:
'1.0'
}
if
repository
.
endswith
(
'/bt5'
):
property_dict_list
.
append
(
bp_dict_1
)
#
property_dict_list.append(bp_dict_2)
property_dict_list
.
append
(
bp_dict_2
)
bm_dict_1
=
{
'copyright_list'
:
[
'Copyright (c) 2001-2017 Nexedi SA'
],
...
...
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