-
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] coupon_multi_gift: Migration to 16.0 and rename to loyalty_mult…
…i_gift
- Loading branch information
1 parent
91b9b48
commit 0ee1ad2
Showing
14 changed files
with
227 additions
and
223 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,15 +1,15 @@ | ||
# Copyright 2021 Tecnativa - David Vidal | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). | ||
{ | ||
"name": "Coupons multi gift", | ||
"name": "Loyalty multi gift", | ||
"summary": "Allows to configure multiple gift rewards per promotion", | ||
"version": "15.0.1.0.1", | ||
"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": ["coupon"], | ||
"data": ["views/coupon_program_views.xml", "security/ir.model.access.csv"], | ||
"depends": ["loyalty"], | ||
"data": ["views/loyalty_program_views.xml", "security/ir.model.access.csv"], | ||
} |
This file was deleted.
Oops, something went wrong.
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.