Skip to content

Commit

Permalink
Merge PR #183 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Nov 24, 2023
2 parents d322a4d + e911aba commit a4df798
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sale_coupon_criteria_multi_product/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Coupons multi product criteria in sale
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:5608f6887448744476c7634f8c9ea1bbe696e6fb56c02e60ebaad6680f5d5e98
!! source digest: sha256:bcd1547a47ae0a486dbc3edc816ebd3e5b6ad2d2cd7e8fb0c049f22014fd2462
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
Expand Down
1 change: 1 addition & 0 deletions sale_coupon_criteria_multi_product/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
"maintainers": ["chienandalu"],
"license": "AGPL-3",
"depends": ["coupon_criteria_multi_product", "sale_coupon"],
"data": ["security/ir.model.access.csv"],
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
id,name,model_id/id,group_id/id,perm_read,perm_write,perm_create,perm_unlink
access_criteria_salesman,salesman,coupon_criteria_multi_product.model_coupon_criteria,sales_team.group_sale_salesman,1,0,0,0
access_criteria_manager,criteria manager,coupon_criteria_multi_product.model_coupon_criteria,sales_team.group_sale_manager,1,1,1,1
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Coupons multi product criteria in sale</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:5608f6887448744476c7634f8c9ea1bbe696e6fb56c02e60ebaad6680f5d5e98
!! source digest: sha256:bcd1547a47ae0a486dbc3edc816ebd3e5b6ad2d2cd7e8fb0c049f22014fd2462
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/sale-promotion/tree/15.0/sale_coupon_criteria_multi_product"><img alt="OCA/sale-promotion" src="https://img.shields.io/badge/github-OCA%2Fsale--promotion-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/sale-promotion-15-0/sale-promotion-15-0-sale_coupon_criteria_multi_product"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/sale-promotion&amp;target_branch=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>Module that extends from <em>coupon_criteria_multi_product</em> and allows to
Expand Down

0 comments on commit a4df798

Please sign in to comment.