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',
'version': '12.0.1.0.0',
'version': '12.0.1.1.0',
'summary': """ Buy now button on Website""",
'description': 'Buy now is added in the E-commerce for the purpose of quick checkout',
'category': 'Website',

5
buy_now_button/doc/RELEASE_NOTES.md

@ -4,3 +4,8 @@
#### Version 12.0.1.0.0
##### ADD
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>
<openerp>
<data>
<template id="buy-btn" inherit_id="website_sale.product">
<xpath expr="//div[@id='product_details']" position="inside">
<form action="/shop/buy_now" method="POST">
@ -23,6 +21,4 @@
</form>
</xpath>
</template>
</data>
</openerp>
</odoo>

Loading…
Cancel
Save