-
-
Notifications
You must be signed in to change notification settings - Fork 344
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[REF] autoflake fixes, dependency added
- Loading branch information
1 parent
8c9e889
commit 3b66c20
Showing
9 changed files
with
29 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
# -*- coding: utf-8 -*- | ||
|
||
from . import models, wizards |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
# Copyright 2016-2022 Tecnativa - Pedro M. Baeza | ||
{ | ||
'name': "Sales commissions based on Sale Order", | ||
|
||
"name": "Sales commissions based on Sale Order", | ||
"author": "Opsway, " "Odoo Community Association (OCA)", | ||
'license': "AGPL-3", | ||
'website': "https://github.com/OCA/commission", | ||
'category': 'Sales Management', | ||
'version': '16.0.1.0.0', | ||
|
||
'depends': ['sale_commission'], | ||
'data': [ | ||
'reports/report_settlement_templates.xml', | ||
'views/commission_views.xml', | ||
"license": "AGPL-3", | ||
"website": "https://github.com/OCA/commission", | ||
"category": "Sales Management", | ||
"version": "16.0.1.0.0", | ||
"depends": ["sale_commission", "account_commission"], | ||
"data": [ | ||
"reports/report_settlement_templates.xml", | ||
"views/commission_views.xml", | ||
], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters