Browse Source

Sep 29 : [UPDT] Updated Module the manifest file and the Read me file'pos_customer_birthday_discount'

pull/284/head
RisvanaCybro 2 years ago
parent
commit
d09e690615
  1. 4
      pos_customer_birthday_discount/README.rst
  2. 2
      pos_customer_birthday_discount/__manifest__.py
  3. 2
      pos_customer_birthday_discount/doc/RELEASE_NOTES.md
  4. 2
      pos_customer_birthday_discount/static/description/index.html

4
pos_customer_birthday_discount/README.rst

@ -2,8 +2,8 @@
:target: https://www.gnu.org/licenses/agpl-3.0-standalone.html :target: https://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3 :alt: License: AGPL-3
Point Of Sale Birthday Discount POS Birthday Discount
=============================== =====================
This module aims in providing special discount for customers in POS on their respective birthdate. This module aims in providing special discount for customers in POS on their respective birthdate.

2
pos_customer_birthday_discount/__manifest__.py

@ -20,7 +20,7 @@
# #
############################################################################### ###############################################################################
{ {
'name': "Point Of Sale Birthday Discount", 'name': "POS Birthday Discount",
'version': '16.0.1.0.0', 'version': '16.0.1.0.0',
'category': 'Point of Sale', 'category': 'Point of Sale',
'summary': """Extra discount on customer birthday""", 'summary': """Extra discount on customer birthday""",

2
pos_customer_birthday_discount/doc/RELEASE_NOTES.md

@ -4,4 +4,4 @@
#### Version 16.0.1.0.0 #### Version 16.0.1.0.0
#### ADD #### ADD
- Initial commit for Point Of Sale Birthday Discount - Initial commit for POS Birthday Discount

2
pos_customer_birthday_discount/static/description/index.html

@ -20,7 +20,7 @@
</div> </div>
<!-- END OF TITLE BAR --> <!-- END OF TITLE BAR -->
<!-- APP HERO --> <!-- APP HERO -->
<h1 style="color: #FFFFFF; font-weight: bolder; font-size: 50px; text-align: center; margin-top: 50px;">Point Of Sale Birthday Discount</h1> <h1 style="color: #FFFFFF; font-weight: bolder; font-size: 50px; text-align: center; margin-top: 50px;">POS Birthday Discount</h1>
<p style="color:#FFFFFF; padding: 8px 15px; text-align: center; font-size: 24px;">Customers get Extra Discount for their Orders in Point Of Sale in Odoo on their <p style="color:#FFFFFF; padding: 8px 15px; text-align: center; font-size: 24px;">Customers get Extra Discount for their Orders in Point Of Sale in Odoo on their
Birthdate.</p> Birthdate.</p>
<!-- END OF APP HERO --> <!-- END OF APP HERO -->

Loading…
Cancel
Save