-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
37472b9
commit c735f7f
Showing
11 changed files
with
28 additions
and
38 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,6 +1,5 @@ | ||
# -*- coding: utf-8 -*- | ||
# © 2011 Raphaël Valyi, Renato Lima, Guewen Baconnier, Sodexis | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
# Copyright 2011 Raphaël Valyi, Renato Lima, Guewen Baconnier, Sodexis | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). | ||
|
||
from . import wizard, models | ||
from .tests import test_tmp_model |
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,8 +1,7 @@ | ||
# -*- coding: utf-8 -*- | ||
# © 2011 Raphaël Valyi, Renato Lima, Guewen Baconnier, Sodexis | ||
# © 2017 Akretion (http://www.akretion.com) | ||
# Copyright 2011 Raphaël Valyi, Renato Lima, Guewen Baconnier, Sodexis | ||
# Copyright 2017 Akretion (http://www.akretion.com) | ||
# Mourad EL HADJ MIMOUNE <[email protected]> | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). | ||
|
||
{ | ||
'name': 'Exception Rule', | ||
|
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,5 +1,2 @@ | ||
# -*- coding: utf-8 -*- | ||
# © 2011 Raphaël Valyi, Renato Lima, Guewen Baconnier, Sodexis | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
|
||
from . import base_exception |
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,8 +1,7 @@ | ||
# -*- coding: utf-8 -*- | ||
# © 2011 Raphaël Valyi, Renato Lima, Guewen Baconnier, Sodexis | ||
# © 2017 Akretion (http://www.akretion.com) | ||
# Copyright 2011 Raphaël Valyi, Renato Lima, Guewen Baconnier, Sodexis | ||
# Copyright 2017 Akretion (http://www.akretion.com) | ||
# Mourad EL HADJ MIMOUNE <[email protected]> | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). | ||
|
||
import time | ||
from functools import wraps | ||
|
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,4 +1,3 @@ | ||
# -*- coding: utf-8 -*- | ||
|
||
from . import test_tmp_model | ||
from . import test_base_exception |
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,5 +1,4 @@ | ||
# -*- coding: utf-8 -*- | ||
# © 2017 Akretion (http://www.akretion.com) | ||
# Copyright 2017 Akretion (http://www.akretion.com) | ||
# Mourad EL HADJ MIMOUNE <[email protected]> | ||
|
||
from odoo import fields, models, api | ||
|
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,5 +1,2 @@ | ||
# -*- coding: utf-8 -*- | ||
# © 2011 Raphaël Valyi, Renato Lima, Guewen Baconnier, Sodexis | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
|
||
from . import base_exception_confirm |
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,8 +1,7 @@ | ||
# -*- coding: utf-8 -*- | ||
# © 2011 Raphaël Valyi, Renato Lima, Guewen Baconnier, Sodexis | ||
# © 2017 Akretion (http://www.akretion.com) | ||
# Copyright 2011 Raphaël Valyi, Renato Lima, Guewen Baconnier, Sodexis | ||
# Copyright 2017 Akretion (http://www.akretion.com) | ||
# Mourad EL HADJ MIMOUNE <[email protected]> | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). | ||
|
||
from odoo import api, fields, models | ||
|
||
|
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