Browse Source

[CHG] View Changed 'buy_now_button'

pull/124/head
Ajmalcybrosys 6 years ago
parent
commit
de4bba3fe6
  1. 2
      buy_now_button/__manifest__.py
  2. 5
      buy_now_button/doc/RELEASE_NOTES.md
  3. 4
      buy_now_button/views/buy_now.xml

2
buy_now_button/__manifest__.py

@ -18,7 +18,7 @@
############################################################################## ##############################################################################
{ {
'name': 'Buy Now Button in Website', 'name': 'Buy Now Button in Website',
'version': '12.0.1.0.0', 'version': '12.0.1.1.0',
'summary': """ Buy now button on Website""", 'summary': """ Buy now button on Website""",
'description': 'Buy now is added in the E-commerce for the purpose of quick checkout', 'description': 'Buy now is added in the E-commerce for the purpose of quick checkout',
'category': 'Website', 'category': 'Website',

5
buy_now_button/doc/RELEASE_NOTES.md

@ -4,3 +4,8 @@
#### Version 12.0.1.0.0 #### Version 12.0.1.0.0
##### ADD ##### ADD
Initial Commit for 'buy_now_button' Initial Commit for 'buy_now_button'
#### 26.08.2019
#### Version 12.0.1.1.0
##### CHG
View Changed

4
buy_now_button/views/buy_now.xml

@ -1,6 +1,4 @@
<odoo> <odoo>
<openerp>
<data>
<template id="buy-btn" inherit_id="website_sale.product"> <template id="buy-btn" inherit_id="website_sale.product">
<xpath expr="//div[@id='product_details']" position="inside"> <xpath expr="//div[@id='product_details']" position="inside">
<form action="/shop/buy_now" method="POST"> <form action="/shop/buy_now" method="POST">
@ -23,6 +21,4 @@
</form> </form>
</xpath> </xpath>
</template> </template>
</data>
</openerp>
</odoo> </odoo>

Loading…
Cancel
Save