[IMP] nfu_ecommerce: Make open Packagings more visible
This commit is contained in:
parent
bf94670e3f
commit
7e63a17abc
5 changed files with 50 additions and 65 deletions
|
|
@ -42,20 +42,21 @@ In webshop checkout it adds
|
|||
Changelog
|
||||
=========
|
||||
|
||||
:0.0.1: Initial module.
|
||||
:1.0.0: Live
|
||||
:1.1.0: Add Open Packagings Filter and fix rounding issue
|
||||
:1.1.1: Pass arguments to super again
|
||||
:1.1.2: Make publish on website multi company
|
||||
:1.2.0: Add Open Packages to Product list
|
||||
:1.3.0: Adapt new Open Packages format and add indicators
|
||||
:1.3.1: Remove Max Qty from first page
|
||||
:1.3.2: Add decimal to ribbon
|
||||
:1.4.0: Add credit warning and avoid debts option
|
||||
:1.4.1: Add credit to portal details
|
||||
:1.4.2: Catch unescaped float values
|
||||
:1.4.3: Drop session if SO belongs to another website (Odoo 16 bug)
|
||||
:1.4.3: Remove is_published filtering and use job manager only on more than one
|
||||
- 16.0.0.0.1: Initial module.
|
||||
- 16.0.1.0.0: Live
|
||||
- 16.0.1.1.0: Add Open Packagings Filter and fix rounding issue
|
||||
- 16.0.1.1.1: Pass arguments to super again
|
||||
- 16.0.1.1.2: Make publish on website multi company
|
||||
- 16.0.1.2.0: Add Open Packages to Product list
|
||||
- 16.0.1.3.0: Adapt new Open Packages format and add indicators
|
||||
- 16.0.1.3.1: Remove Max Qty from first page
|
||||
- 16.0.1.3.2: Add decimal to ribbon
|
||||
- 16.0.1.4.0: Add credit warning and avoid debts option
|
||||
- 16.0.1.4.1: Add credit to portal details
|
||||
- 16.0.1.4.2: Catch unescaped float values
|
||||
- 16.0.1.4.3: Drop session if SO belongs to another website (Odoo 16 bug)
|
||||
- 16.0.1.4.3: Remove is_published filtering and use job manager only on more than one
|
||||
- 16.0.1.4.5: Make open Packagings more visible
|
||||
|
||||
Bug Tracker
|
||||
===========
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"author": "BAKEUP",
|
||||
"website": "https://www.bakeup.org",
|
||||
"category": "website",
|
||||
"version": "16.0.1.4.4",
|
||||
"version": "16.0.1.4.5",
|
||||
"depends": [
|
||||
"sale_product_configurator",
|
||||
"website_sale",
|
||||
|
|
|
|||
|
|
@ -1,14 +1,15 @@
|
|||
:0.0.1: Initial module.
|
||||
:1.0.0: Live
|
||||
:1.1.0: Add Open Packagings Filter and fix rounding issue
|
||||
:1.1.1: Pass arguments to super again
|
||||
:1.1.2: Make publish on website multi company
|
||||
:1.2.0: Add Open Packages to Product list
|
||||
:1.3.0: Adapt new Open Packages format and add indicators
|
||||
:1.3.1: Remove Max Qty from first page
|
||||
:1.3.2: Add decimal to ribbon
|
||||
:1.4.0: Add credit warning and avoid debts option
|
||||
:1.4.1: Add credit to portal details
|
||||
:1.4.2: Catch unescaped float values
|
||||
:1.4.3: Drop session if SO belongs to another website (Odoo 16 bug)
|
||||
:1.4.3: Remove is_published filtering and use job manager only on more than one
|
||||
- 16.0.0.0.1: Initial module.
|
||||
- 16.0.1.0.0: Live
|
||||
- 16.0.1.1.0: Add Open Packagings Filter and fix rounding issue
|
||||
- 16.0.1.1.1: Pass arguments to super again
|
||||
- 16.0.1.1.2: Make publish on website multi company
|
||||
- 16.0.1.2.0: Add Open Packages to Product list
|
||||
- 16.0.1.3.0: Adapt new Open Packages format and add indicators
|
||||
- 16.0.1.3.1: Remove Max Qty from first page
|
||||
- 16.0.1.3.2: Add decimal to ribbon
|
||||
- 16.0.1.4.0: Add credit warning and avoid debts option
|
||||
- 16.0.1.4.1: Add credit to portal details
|
||||
- 16.0.1.4.2: Catch unescaped float values
|
||||
- 16.0.1.4.3: Drop session if SO belongs to another website (Odoo 16 bug)
|
||||
- 16.0.1.4.3: Remove is_published filtering and use job manager only on more than one
|
||||
- 16.0.1.4.5: Make open Packagings more visible
|
||||
|
|
@ -397,40 +397,23 @@ adjustes the uom quantitiy</li>
|
|||
</div>
|
||||
<div class="section" id="changelog">
|
||||
<h1><a class="toc-backref" href="#toc-entry-1">Changelog</a></h1>
|
||||
<table class="docutils field-list" frame="void" rules="none">
|
||||
<col class="field-name" />
|
||||
<col class="field-body" />
|
||||
<tbody valign="top">
|
||||
<tr class="field"><th class="field-name">0.0.1:</th><td class="field-body">Initial module.</td>
|
||||
</tr>
|
||||
<tr class="field"><th class="field-name">1.0.0:</th><td class="field-body">Live</td>
|
||||
</tr>
|
||||
<tr class="field"><th class="field-name">1.1.0:</th><td class="field-body">Add Open Packagings Filter and fix rounding issue</td>
|
||||
</tr>
|
||||
<tr class="field"><th class="field-name">1.1.1:</th><td class="field-body">Pass arguments to super again</td>
|
||||
</tr>
|
||||
<tr class="field"><th class="field-name">1.1.2:</th><td class="field-body">Make publish on website multi company</td>
|
||||
</tr>
|
||||
<tr class="field"><th class="field-name">1.2.0:</th><td class="field-body">Add Open Packages to Product list</td>
|
||||
</tr>
|
||||
<tr class="field"><th class="field-name">1.3.0:</th><td class="field-body">Adapt new Open Packages format and add indicators</td>
|
||||
</tr>
|
||||
<tr class="field"><th class="field-name">1.3.1:</th><td class="field-body">Remove Max Qty from first page</td>
|
||||
</tr>
|
||||
<tr class="field"><th class="field-name">1.3.2:</th><td class="field-body">Add decimal to ribbon</td>
|
||||
</tr>
|
||||
<tr class="field"><th class="field-name">1.4.0:</th><td class="field-body">Add credit warning and avoid debts option</td>
|
||||
</tr>
|
||||
<tr class="field"><th class="field-name">1.4.1:</th><td class="field-body">Add credit to portal details</td>
|
||||
</tr>
|
||||
<tr class="field"><th class="field-name">1.4.2:</th><td class="field-body">Catch unescaped float values</td>
|
||||
</tr>
|
||||
<tr class="field"><th class="field-name">1.4.3:</th><td class="field-body">Drop session if SO belongs to another website (Odoo 16 bug)</td>
|
||||
</tr>
|
||||
<tr class="field"><th class="field-name">1.4.3:</th><td class="field-body">Remove is_published filtering and use job manager only on more than one</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<ul class="simple">
|
||||
<li>16.0.0.0.1: Initial module.</li>
|
||||
<li>16.0.1.0.0: Live</li>
|
||||
<li>16.0.1.1.0: Add Open Packagings Filter and fix rounding issue</li>
|
||||
<li>16.0.1.1.1: Pass arguments to super again</li>
|
||||
<li>16.0.1.1.2: Make publish on website multi company</li>
|
||||
<li>16.0.1.2.0: Add Open Packages to Product list</li>
|
||||
<li>16.0.1.3.0: Adapt new Open Packages format and add indicators</li>
|
||||
<li>16.0.1.3.1: Remove Max Qty from first page</li>
|
||||
<li>16.0.1.3.2: Add decimal to ribbon</li>
|
||||
<li>16.0.1.4.0: Add credit warning and avoid debts option</li>
|
||||
<li>16.0.1.4.1: Add credit to portal details</li>
|
||||
<li>16.0.1.4.2: Catch unescaped float values</li>
|
||||
<li>16.0.1.4.3: Drop session if SO belongs to another website (Odoo 16 bug)</li>
|
||||
<li>16.0.1.4.3: Remove is_published filtering and use job manager only on more than one</li>
|
||||
<li>16.0.1.4.5: Make open Packagings more visible</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="bug-tracker">
|
||||
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<odoo>
|
||||
|
||||
<template id="products_open_packaging" inherit_id="website_sale.products">
|
||||
<xpath expr="//div[hasclass('products_attributes_filters')]" position="after">
|
||||
<xpath expr="//div[hasclass('products_attributes_filters')]" position="before">
|
||||
<div class="mt-3">
|
||||
<a t-att-href="keep('/shop',open_packagings = False if open_packagings else True)">
|
||||
<h6 t-attf-class="o_packaging_collapse_title mb-3 {{_titleClasses}}"><b>
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
</template>
|
||||
|
||||
<template id="o_wsale_offcanvas" name="Open Packagings" inherit_id="website_sale.o_wsale_offcanvas">
|
||||
<xpath expr="//t[@t-call='website_sale.filter_products_price']" position="before">
|
||||
<xpath expr="//div[contains(@t-if,'opt_wsale_categories')]" position="before">
|
||||
<div class="position-relative o_wsale_offcanvas_title px-4 border-top">
|
||||
<a t-att-href="keep('/shop',open_packagings = False if open_packagings else True)">
|
||||
<h6 t-attf-class="o_packaging_collapse_title mb-3 pt-3 {{_titleClasses}}"><b>
|
||||
|
|
|
|||
Loading…
Reference in a new issue