-
-
Notifications
You must be signed in to change notification settings - Fork 529
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by LoisRForgeFlow
- Loading branch information
Showing
2 changed files
with
9 additions
and
9 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,14 +1,14 @@ | ||
# Copyright 2021 Ecosoft Co., Ltd. (http://ecosoft.co.th) | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
from odoo import models | ||
from odoo import fields, models | ||
|
||
|
||
class ResConfigSettings(models.TransientModel): | ||
_inherit = "res.config.settings" | ||
|
||
# Activate me back when modules are migrated | ||
|
||
# module_base_tier_validation_formula = fields.Boolean(string="Tier Formula") | ||
# module_base_tier_validation_forward = fields.Boolean("Tier Forward & Backward") | ||
module_base_tier_validation_formula = fields.Boolean(string="Tier Formula") | ||
module_base_tier_validation_forward = fields.Boolean("Tier Forward & Backward") | ||
# module_base_tier_validation_server_action = fields.Boolean("Tier Server Action") | ||
# module_base_tier_validation_report = fields.Boolean("Tier Reports") |
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