-
-
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] coupon_limit: Renamed to loyalty_limit + Migration to version 16.0
TT44319
- Loading branch information
1 parent
f6de78e
commit 091607b
Showing
17 changed files
with
306 additions
and
302 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,15 +1,15 @@ | ||
# Copyright 2021 Tecnativa - David Vidal | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). | ||
{ | ||
"name": "Coupon Limit", | ||
"name": "Loyalty Limit", | ||
"summary": "Restrict number of promotions per customer or salesman", | ||
"version": "15.0.1.0.0", | ||
"version": "16.0.1.0.0", | ||
"development_status": "Production/Stable", | ||
"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.
Oops, something went wrong.