-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] sale_order_weight: pre-commit stuff
- Loading branch information
1 parent
99b37e9
commit ee705d1
Showing
10 changed files
with
117 additions
and
93 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,21 +1,21 @@ | ||
# Copyright 2021 Manuel Calero Solís (https://xtendoo.es) | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
{ | ||
'name': 'Sale Order Weight', | ||
'version': '12.0.1.1.0', | ||
'category': 'Accounting & Finance', | ||
'author': 'Xtendoo, Odoo Community Association (OCA)', | ||
'maintainers': ['legalsylvain'], | ||
"name": "Sale Order Weight", | ||
"version": "12.0.1.1.0", | ||
"category": "Accounting & Finance", | ||
"author": "Xtendoo, Odoo Community Association (OCA)", | ||
"maintainers": ["legalsylvain"], | ||
"website": "https://github.com/OCA/sale-workflow", | ||
'license': 'AGPL-3', | ||
'summary': 'Sale Order Weight', | ||
'installable': True, | ||
'depends': [ | ||
'sale', | ||
'sale_stock', | ||
"license": "AGPL-3", | ||
"summary": "Sale Order Weight", | ||
"installable": True, | ||
"depends": [ | ||
"sale", | ||
"sale_stock", | ||
], | ||
'data': [ | ||
'views/sale_order_view.xml', | ||
"data": [ | ||
"views/sale_order_view.xml", | ||
], | ||
'pre_init_hook': 'pre_init_hook', | ||
"pre_init_hook": "pre_init_hook", | ||
} |
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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../sale_order_weight |
Oops, something went wrong.