Skip to content

Commit

Permalink
TA#65030 [14.0][REM] Removing enterprise addons from gitoo (#379)
Browse files Browse the repository at this point in the history
TA#65030 [14.0][REM] Removing enterprise addons from gitoo
  • Loading branch information
lanto-razafindrabe authored May 27, 2024
1 parent 0e01a97 commit 82c57cf
Show file tree
Hide file tree
Showing 48 changed files with 2 additions and 1,192 deletions.
2 changes: 0 additions & 2 deletions .docker_files/main/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@
"sale_subscription_extended",
"sale_target_margin",
"sale_warranty",
"sale_warranty_extension",
"sale_warranty_groupby_parent_affiliate",
"sale_warranty_lead_on_expiry",
"sale_whole_order_invoiced",
"sale_xmlrpc_compatible",
"web_view_google_map_itinerary",
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ COPY sale_stock_move_no_merge /mnt/extra-addons/sale_stock_move_no_merge
COPY sale_subscription_extended /mnt/extra-addons/sale_subscription_extended
COPY sale_target_margin /mnt/extra-addons/sale_target_margin
COPY sale_warranty /mnt/extra-addons/sale_warranty
COPY sale_warranty_extension /mnt/extra-addons/sale_warranty_extension
COPY sale_warranty_groupby_parent_affiliate /mnt/extra-addons/sale_warranty_groupby_parent_affiliate
COPY sale_warranty_lead_on_expiry /mnt/extra-addons/sale_warranty_lead_on_expiry
COPY sale_whole_order_invoiced /mnt/extra-addons/sale_whole_order_invoiced
COPY sale_xmlrpc_compatible /mnt/extra-addons/sale_xmlrpc_compatible
COPY web_view_google_map_itinerary /mnt/extra-addons/web_view_google_map_itinerary
Expand Down
3 changes: 0 additions & 3 deletions gitoo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
- url: https://{{GIT_TOKEN}}@github.com/Numigi/odoo-enterprise
branch: "14.0"

- url: https://github.com/gityopie/odoo-addons
branch: "14.0"
includes:
Expand Down
7 changes: 2 additions & 5 deletions sale_project_milestone/tests/test_milestone.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@ def setUpClass(cls):
"name": "My Project",
"use_milestones": True,
"allow_timesheets": True,
"allow_timesheet_timer": True,
"allow_subtasks": True,
}
)
cls.project_template = cls.env["project.project"].create(
{
"name": "My Template Project 1",
"allow_timesheets": True,
"allow_timesheet_timer": True,
"allow_subtasks": True,
"allow_billable": True,
"bill_type": "customer_project",
Expand All @@ -31,7 +29,6 @@ def setUpClass(cls):
{
"name": "My Template Project 2",
"allow_timesheets": True,
"allow_timesheet_timer": True,
"allow_subtasks": True,
"allow_billable": True,
"bill_type": "customer_project",
Expand Down Expand Up @@ -234,7 +231,7 @@ def test_milestone_and_task_in_same_projects(self):
# it makes assertion failed on line_2.milestone_id
line_2 = self.order_line.copy(
{
'name': self.product_2.name,
"name": self.product_2.name,
"order_id": self.order.id,
"product_id": self.product_2.id,
}
Expand Down Expand Up @@ -278,7 +275,7 @@ def test_milestone_and_task_in_main_project(self):
# it makes assertion failed on line_2.milestone_id
line_2 = self.order_line.copy(
{
'name': self.product_2.name,
"name": self.product_2.name,
"order_id": self.order.id,
"product_id": self.product_2.id,
}
Expand Down
63 changes: 0 additions & 63 deletions sale_warranty_extension/README.rst

This file was deleted.

6 changes: 0 additions & 6 deletions sale_warranty_extension/__init__.py

This file was deleted.

19 changes: 0 additions & 19 deletions sale_warranty_extension/__manifest__.py

This file was deleted.

99 changes: 0 additions & 99 deletions sale_warranty_extension/i18n/fr.po

This file was deleted.

7 changes: 0 additions & 7 deletions sale_warranty_extension/models/__init__.py

This file was deleted.

125 changes: 0 additions & 125 deletions sale_warranty_extension/models/sale_warranty.py

This file was deleted.

Loading

0 comments on commit 82c57cf

Please sign in to comment.