File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
website_sale_hide_all_prices Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 14
14
# GNU Affero General Public License for more details.
15
15
#
16
16
# You should have received a copy of the GNU Affero General Public License
17
- # along with this program. If not, see <http://www.gnu.org/licenses/>.
17
+ # along with this program. If not, see <http://www.gnu.org/licenses/>.
18
18
#
19
19
##############################################################################
20
20
{
21
21
"name" : "Website Sale Hide All Prices" ,
22
22
"category" : "website" ,
23
- "version" : "17 .0.1.0.0" ,
23
+ "version" : "18 .0.1.0.0" ,
24
24
"author" : "ADHOC SA" ,
25
25
"website" : "www.adhoc.com.ar" ,
26
26
"license" : "AGPL-3" ,
38
38
"website_sale_hide_all_prices/static/src/components/add_to_cart_notification.js" ,
39
39
]
40
40
},
41
- "installable" : False ,
41
+ "installable" : True ,
42
42
}
Original file line number Diff line number Diff line change 33
33
</xpath >
34
34
</template >
35
35
36
- <template id =" payment_delivery " inherit_id =" website_sale.payment_delivery " >
37
- <xpath expr =" //div [@id='delivery_carrier ']" position =" attributes" >
36
+ <template id =" delivery_form " inherit_id =" website_sale.delivery_form " >
37
+ <xpath expr =" //form [@id='o_delivery_form ']" position =" attributes" >
38
38
<attribute name =" t-attf-class" >#{website.website_hide_all_prices and 'd-none' or ''}</attribute >
39
39
</xpath >
40
40
</template >
60
60
</template >
61
61
62
62
<template id =" payment_status" inherit_id =" payment.payment_status" >
63
- <xpath expr =" //div[@name='o_payment_status_content ']" position =" attributes" >
64
- <attribute name =" t-attf-class" >#{website .website_hide_all_prices and 'd-none' or ''}</attribute >
63
+ <xpath expr =" //div[@name='o_payment_status ']" position =" attributes" >
64
+ <attribute name =" t-attf-class" >#{we0bsite .website_hide_all_prices and 'd-none' or ''}</attribute >
65
65
</xpath >
66
66
</template >
67
67
You can’t perform that action at this time.
0 commit comments