Skip to content

Commit c322c37

Browse files
committed
[BOT] post-merge updates
1 parent 1bc1c8e commit c322c37

File tree

4 files changed

+34
-20
lines changed

4 files changed

+34
-20
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ addon | version | maintainers | summary
4646
[pos_product_expiry](pos_product_expiry/) | 17.0.1.0.1 | | Evaluate expiry of lot
4747
[pos_product_template](pos_product_template/) | 17.0.1.0.0 | | Manage Product Template in Front End Point Of Sale
4848
[pos_session_sequence](pos_session_sequence/) | 17.0.1.0.0 | <a href='https://github.com/peluko00'><img src='https://github.com/peluko00.png' width='32' height='32' style='border-radius:50%;' alt='peluko00'/></a> | Generates a sequence of POS sessions
49+
[pos_stock_available_online](pos_stock_available_online/) | 17.0.1.0.0 | | Show the available quantity of products in the Point of Sale
4950
[pos_user_restriction](pos_user_restriction/) | 17.0.1.0.1 | <a href='https://github.com/eLBati'><img src='https://github.com/eLBati.png' width='32' height='32' style='border-radius:50%;' alt='eLBati'/></a> | Restrict some users to see and use only certain points of sale
5051

5152
[//]: # (end addons)

pos_stock_available_online/README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
====================================
26
Point of Sale Stock Available Online
37
====================================
@@ -7,13 +11,13 @@ Point of Sale Stock Available Online
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:820381599672b8078270c4f3db757e36a874e52eff9125e06ea42541058e7323
14+
!! source digest: sha256:a93d0e88097f55eb0faf65693a4c4707cc4dd75d2721528642a644450f2a4757
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822
:alt: License: AGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpos-lightgray.png?logo=github

pos_stock_available_online/static/description/index.html

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
43
<head>
54
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
65
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
7-
<title>Point of Sale Stock Available Online</title>
6+
<title>README.rst</title>
87
<style type="text/css">
98

109
/*
1110
:Author: David Goodger ([email protected])
12-
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
1312
:Copyright: This stylesheet has been placed in the public domain.
1413
1514
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1616
1717
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1818
customize this style sheet.
@@ -275,7 +275,7 @@
275275
margin-left: 2em ;
276276
margin-right: 2em }
277277

278-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
279279
pre.code, code { background-color: #eeeeee }
280280
pre.code .comment, code .comment { color: #5C6576 }
281281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -301,7 +301,7 @@
301301
span.pre {
302302
white-space: pre }
303303

304-
span.problematic {
304+
span.problematic, pre.problematic {
305305
color: red }
306306

307307
span.section-subtitle {
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="point-of-sale-stock-available-online">
364-
<h1 class="title">Point of Sale Stock Available Online</h1>
363+
<div class="document">
365364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="point-of-sale-stock-available-online">
370+
<h1>Point of Sale Stock Available Online</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:820381599672b8078270c4f3db757e36a874e52eff9125e06ea42541058e7323
375+
!! source digest: sha256:a93d0e88097f55eb0faf65693a4c4707cc4dd75d2721528642a644450f2a4757
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/pos/tree/17.0/pos_stock_available_online"><img alt="OCA/pos" src="https://img.shields.io/badge/github-OCA%2Fpos-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/pos-17-0/pos-17-0-pos_stock_available_online"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/pos&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
377+
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/pos/tree/17.0/pos_stock_available_online"><img alt="OCA/pos" src="https://img.shields.io/badge/github-OCA%2Fpos-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/pos-17-0/pos-17-0-pos_stock_available_online"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/pos&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>This module allows to display product quantities in selected locations
374379
in real time. Quantities are displayed directly on product tiles: <img alt="Pos Quantity" src="https://raw.githubusercontent.com/OCA/pos/17.0/pos_stock_available_online/static/img/pos_quantity.png" /></p>
375380
<p>Once a product quantity is changed it will be simultaneously updated in
@@ -391,7 +396,7 @@ <h1 class="title">Point of Sale Stock Available Online</h1>
391396
</ul>
392397
</div>
393398
<div class="section" id="configuration">
394-
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
399+
<h2><a class="toc-backref" href="#toc-entry-1">Configuration</a></h2>
395400
<p>In “Point of Sale” configuration “Product Quantity” section activate
396401
“Display Product Quantity” feature:</p>
397402
<p><img alt="Pos Config" src="https://raw.githubusercontent.com/OCA/pos/17.0/pos_stock_available_online/static/img/pos_config.png" /></p>
@@ -409,38 +414,40 @@ <h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
409414
</ul>
410415
</div>
411416
<div class="section" id="known-issues-roadmap">
412-
<h1><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h1>
417+
<h2><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h2>
413418
<p>This module requires connection to update quantities and doesn’t support
414419
offline mode. Warehouses must belong to the same company as POS. Offline
415420
mode support (probably additional module).</p>
416421
</div>
417422
<div class="section" id="bug-tracker">
418-
<h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
423+
<h2><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h2>
419424
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/pos/issues">GitHub Issues</a>.
420425
In case of trouble, please check there if your issue has already been reported.
421426
If you spotted it first, help us to smash it by providing a detailed and welcomed
422427
<a class="reference external" href="https://github.com/OCA/pos/issues/new?body=module:%20pos_stock_available_online%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
423428
<p>Do not contact contributors directly about support or help with technical issues.</p>
424429
</div>
425430
<div class="section" id="credits">
426-
<h1><a class="toc-backref" href="#toc-entry-4">Credits</a></h1>
431+
<h2><a class="toc-backref" href="#toc-entry-4">Credits</a></h2>
427432
<div class="section" id="authors">
428-
<h2><a class="toc-backref" href="#toc-entry-5">Authors</a></h2>
433+
<h3><a class="toc-backref" href="#toc-entry-5">Authors</a></h3>
429434
<ul class="simple">
430435
<li>Cetmix</li>
431436
</ul>
432437
</div>
433438
<div class="section" id="contributors">
434-
<h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
439+
<h3><a class="toc-backref" href="#toc-entry-6">Contributors</a></h3>
435440
<ul class="simple">
436441
<li>Cetmix &lt;<a class="reference external" href="https://cetmix.com/&gt;">https://cetmix.com/\&gt;</a></li>
437442
<li>Dinar Gabbasov</li>
438443
</ul>
439444
</div>
440445
<div class="section" id="maintainers">
441-
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
446+
<h3><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h3>
442447
<p>This module is maintained by the OCA.</p>
443-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
448+
<a class="reference external image-reference" href="https://odoo-community.org">
449+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
450+
</a>
444451
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
445452
mission is to support the collaborative development of Odoo features and
446453
promote its widespread use.</p>
@@ -449,5 +456,6 @@ <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
449456
</div>
450457
</div>
451458
</div>
459+
</div>
452460
</body>
453461
</html>

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-pos"
3-
version = "17.0.20250925.0"
3+
version = "17.0.20260112.0"
44
dependencies = [
55
"odoo-addon-pos_cash_control_extension>=17.0dev,<17.1dev",
66
"odoo-addon-pos_cash_move_reason>=17.0dev,<17.1dev",
@@ -27,6 +27,7 @@ dependencies = [
2727
"odoo-addon-pos_product_expiry>=17.0dev,<17.1dev",
2828
"odoo-addon-pos_product_template>=17.0dev,<17.1dev",
2929
"odoo-addon-pos_session_sequence>=17.0dev,<17.1dev",
30+
"odoo-addon-pos_stock_available_online>=17.0dev,<17.1dev",
3031
"odoo-addon-pos_user_restriction>=17.0dev,<17.1dev",
3132
]
3233
classifiers=[

0 commit comments

Comments
 (0)