Skip to content

Commit

Permalink
[MIG] sale_coupon_multi_gift>sale_loyalty_multi_gift: Migration to 16.0
Browse files Browse the repository at this point in the history
TT44348
  • Loading branch information
pilarvargas-tecnativa committed Feb 2, 2024
1 parent d180788 commit d62b306
Show file tree
Hide file tree
Showing 17 changed files with 336 additions and 269 deletions.
19 changes: 10 additions & 9 deletions sale_loyalty_multi_gift/README.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
===========================
Coupons multi gift in sales
===========================
=======================
Sale Loyalty Multi Gift
=======================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:7f3497a24d35eeb0b15943041a8537f46b4eb32153e9451598ca64a9e5bf4e54
!! source digest: sha256:214d59fbe6811aa1a74e43630c640fc5230b22769cefa87b7a3bba3eee355706
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand All @@ -17,13 +17,13 @@ Coupons multi gift in sales
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--promotion-lightgray.png?logo=github
:target: https://github.com/OCA/sale-promotion/tree/15.0/sale_coupon_multi_gift
:target: https://github.com/OCA/sale-promotion/tree/16.0/sale_loyalty_multi_gift
:alt: OCA/sale-promotion
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/sale-promotion-15-0/sale-promotion-15-0-sale_coupon_multi_gift
:target: https://translation.odoo-community.org/projects/sale-promotion-16-0/sale-promotion-16-0-sale_loyalty_multi_gift
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/sale-promotion&target_branch=15.0
:target: https://runboat.odoo-community.org/builds?repo=OCA/sale-promotion&target_branch=16.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|
Expand Down Expand Up @@ -56,7 +56,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-promotion/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/sale-promotion/issues/new?body=module:%20sale_coupon_multi_gift%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/OCA/sale-promotion/issues/new?body=module:%20sale_loyalty_multi_gift%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Expand All @@ -74,6 +74,7 @@ Contributors
* `Tecnativa <https://www.tecnativa.com>`_:

* David Vidal
* Pilar Vargas

* `Domatix <https://www.domatix.com>`_:

Expand All @@ -100,6 +101,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-chienandalu|

This module is part of the `OCA/sale-promotion <https://github.com/OCA/sale-promotion/tree/15.0/sale_coupon_multi_gift>`_ project on GitHub.
This module is part of the `OCA/sale-promotion <https://github.com/OCA/sale-promotion/tree/16.0/sale_loyalty_multi_gift>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions sale_loyalty_multi_gift/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
from . import models
from . import wizard
11 changes: 7 additions & 4 deletions sale_loyalty_multi_gift/__manifest__.py
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",
],
}
2 changes: 1 addition & 1 deletion sale_loyalty_multi_gift/models/__init__.py
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
39 changes: 0 additions & 39 deletions sale_loyalty_multi_gift/models/coupon_program.py

This file was deleted.

Loading

0 comments on commit d62b306

Please sign in to comment.