forked from OCA/sale-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] sale_elaboration: black, isort
- Loading branch information
1 parent
1b54055
commit 32d2f4d
Showing
6 changed files
with
189 additions
and
170 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,23 @@ | ||
# Copyright 2018 Tecnativa - Sergio Teruel | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). | ||
{ | ||
'name': 'Sale Elaboration', | ||
'summary': 'Set an elaboration for any sale line', | ||
'version': '12.0.1.0.0', | ||
'development_status': 'Production/Stable', | ||
'category': 'Sale', | ||
'website': 'https://github.com/OCA/sale-workflow', | ||
'author': 'Tecnativa, Odoo Community Association (OCA)', | ||
'license': 'AGPL-3', | ||
'application': False, | ||
'installable': True, | ||
'depends': [ | ||
'sale_stock', | ||
], | ||
'data': [ | ||
'security/ir.model.access.csv', | ||
'views/product_views.xml', | ||
'views/sale_elaboration_views.xml', | ||
'views/sale_order_views.xml', | ||
'views/sale_elaboration_report_views.xml', | ||
'reports/report_deliveryslip.xml', | ||
"name": "Sale Elaboration", | ||
"summary": "Set an elaboration for any sale line", | ||
"version": "12.0.1.0.0", | ||
"development_status": "Production/Stable", | ||
"category": "Sale", | ||
"website": "https://github.com/OCA/sale-workflow", | ||
"author": "Tecnativa, Odoo Community Association (OCA)", | ||
"license": "AGPL-3", | ||
"application": False, | ||
"installable": True, | ||
"depends": ["sale_stock"], | ||
"data": [ | ||
"security/ir.model.access.csv", | ||
"views/product_views.xml", | ||
"views/sale_elaboration_views.xml", | ||
"views/sale_order_views.xml", | ||
"views/sale_elaboration_report_views.xml", | ||
"reports/report_deliveryslip.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
Oops, something went wrong.