-
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] sale_coupon_multi_gift>sale_loyalty_multi_gift: Migration to 16.0
TT44348
- Loading branch information
1 parent
d180788
commit d62b306
Showing
17 changed files
with
336 additions
and
269 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 +1,2 @@ | ||
from . import models | ||
from . import wizard |
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,15 +1,18 @@ | ||
# Copyright 2021 Tecnativa - David Vidal | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). | ||
{ | ||
"name": "Coupons multi gift in sales", | ||
"name": "Sale Loyalty Multi Gift", | ||
"summary": "Allows to configure multiple gift rewards per promotion in sales", | ||
"version": "15.0.1.0.0", | ||
"version": "16.0.1.0.0", | ||
"development_status": "Beta", | ||
"category": "Sale", | ||
"website": "https://github.com/OCA/sale-promotion", | ||
"author": "Tecnativa, Odoo Community Association (OCA)", | ||
"maintainers": ["chienandalu"], | ||
"license": "AGPL-3", | ||
"depends": ["sale_coupon_order_line_link", "coupon_multi_gift"], | ||
"data": ["security/ir.model.access.csv"], | ||
"depends": ["sale_loyalty_order_line_link", "loyalty_multi_gift"], | ||
"data": [ | ||
"security/ir.model.access.csv", | ||
"wizard/sale_loyalty_reward_wizard_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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
from . import coupon_program | ||
# from . import coupon_program | ||
from . import sale_order |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.