requiere login para realizar el checkout, cogido de OCA/e-commnerce

This commit is contained in:
santiky 2022-04-22 19:48:25 +02:00
parent 50f2a6d592
commit d6de99c5aa
Signed by: snt
GPG key ID: A9FD34930EADBE71
23 changed files with 885 additions and 0 deletions

View file

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2015 Antiun Ingeniería S.L. - Jairo Llopis
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -->
<odoo>
<template id="demo_assets_frontend" inherit_id="website_sale.assets_frontend">
<xpath expr="//script[last()]" position="after">
<script type="text/javascript"
src="/website_sale_require_login/static/src/js/website_sale_tour_buy_login.tour.js"/>
</xpath>
</template>
</odoo>