Skip to content

Commit 13a767a

Browse files
committed
[FIX] construction: make runbot work
1 parent c1056b9 commit 13a767a

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.weblate.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,16 @@
141141
"filemask": "construction/i18n/*.po",
142142
"new_base": "construction/i18n/construction.pot"
143143
},
144+
{
145+
"name": "construction_line_numbering",
146+
"filemask": "construction_line_numbering/i18n/*.po",
147+
"new_base": "construction_line_numbering/i18n/construction_line_numbering.pot"
148+
},
149+
{
150+
"name": "construction_work_items",
151+
"filemask": "construction_work_items/i18n/*.po",
152+
"new_base": "construction_work_items/i18n/construction_work_items.pot"
153+
},
144154
{
145155
"name": "corporate_gifts",
146156
"filemask": "corporate_gifts/i18n/*.po",

construction_line_numbering/__manifest__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
'name': 'Construction Line Numbering',
33
'version': '1.0',
4-
'category': 'Construction',
4+
'category': 'Hidden/Tools',
55
'author': 'Odoo S.A.',
66
'depends': [
7+
'base_industry_data',
78
'construction',
89
'sale_management',
910
'web_studio',

construction_work_items/__manifest__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
'name': 'Construction Work Items',
33
'version': '1.0',
4-
'category': 'Construction',
4+
'category': 'Hidden/Tools',
55
'author': 'Odoo S.A.',
66
'depends': [
7-
'sale_management',
7+
'base_industry_data',
88
'construction',
9+
'sale_management',
910
'web_studio',
1011
],
1112
'data': [

0 commit comments

Comments
 (0)