Skip to content

Commit

Permalink
[FIX] sale_report_salesperson_from_partner: remove unnecessary resources
Browse files Browse the repository at this point in the history
TT51908
  • Loading branch information
pilarvargas-tecnativa committed Dec 4, 2024
1 parent d3f798a commit 90df0a6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 58 deletions.
4 changes: 2 additions & 2 deletions sale_report_salesperson_from_partner/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"website": "https://github.com/OCA/sale-reporting",
"category": "Sales",
"license": "AGPL-3",
"data": ["views/sale_order_views.xml", "views/sale_report_views.xml"],
"data": ["views/sale_report_views.xml"],
"depends": ["sale"],
"maintainers": ["pilar-vargas"],
"maintainers": ["pilarvargas-tecnativa"],
"installable": True,
"application": False,
}
1 change: 0 additions & 1 deletion sale_report_salesperson_from_partner/report/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
from . import sale_order
from . import sale_report
9 changes: 0 additions & 9 deletions sale_report_salesperson_from_partner/report/sale_order.py

This file was deleted.

46 changes: 0 additions & 46 deletions sale_report_salesperson_from_partner/views/sale_order_views.xml

This file was deleted.

0 comments on commit 90df0a6

Please sign in to comment.