-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
shopinvader-git-bot
committed
Nov 2, 2023
1 parent
76be16a
commit 36179f0
Showing
7 changed files
with
147 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
16.0.20231102.0 | ||
16.0.20231102.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,36 @@ | ||
========================= | ||
Shopinvader Product Stock | ||
========================= | ||
======================================= | ||
Shopinvader Search Engine Product Stock | ||
======================================= | ||
|
||
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:9db684fb5e9a91053e74e0ca11801f886286a47145cdcef293ae011c07b909ac | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png | ||
:target: https://odoo-community.org/page/development-status | ||
:alt: Production/Stable | ||
:alt: Alpha | ||
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png | ||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
.. |badge3| image:: https://img.shields.io/badge/github-shopinvader%2Fodoo--shopinvader-lightgray.png?logo=github | ||
:target: https://github.com/shopinvader/odoo-shopinvader/tree/14.0/shopinvader_product_stock | ||
:target: https://github.com/shopinvader/odoo-shopinvader/tree/16.0/shopinvader_search_engine_product_stock | ||
:alt: shopinvader/odoo-shopinvader | ||
|
||
|badge1| |badge2| |badge3| | ||
|badge1| |badge2| |badge3| | ||
|
||
This is shopinvader product stock module. | ||
This module is used to export a specific stock field on product.product, | ||
only if the value has been updated. | ||
|
||
.. IMPORTANT:: | ||
This is an alpha version, the data model and design can change at any time without warning. | ||
Only for development or testing purpose, do not use in production. | ||
`More details on development status <https://odoo-community.org/page/development-status>`_ | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
|
@@ -31,6 +39,16 @@ only if the value has been updated. | |
Changelog | ||
========= | ||
|
||
16.0.1.0.0 (2023-10-19) | ||
~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
- Rename module shopinvader_product_stock -> shopinvader_search_engine_product_stock | ||
- Refactoring to fit the refactoring of shopinvader_search_engine | ||
|
||
For now exclusively made to work with shopinvader_search_engine. If you need to use | ||
another way of exporting bindings, you'll need a place to configure warehouse, product | ||
stock field, etc. and you'll need to extract part of the code of this module. | ||
|
||
10.0.1.0.0 (2018-06-15) | ||
~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
|
@@ -46,8 +64,8 @@ Bug Tracker | |
|
||
Bugs are tracked on `GitHub Issues <https://github.com/shopinvader/odoo-shopinvader/issues>`_. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us smashing it by providing a detailed and welcomed | ||
`feedback <https://github.com/shopinvader/odoo-shopinvader/issues/new?body=module:%20shopinvader_product_stock%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
If you spotted it first, help us to smash it by providing a detailed and welcomed | ||
`feedback <https://github.com/shopinvader/odoo-shopinvader/issues/new?body=module:%20shopinvader_search_engine_product_stock%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
|
@@ -69,6 +87,7 @@ Contributors | |
* Laurent Mignon <[email protected]> | ||
* Denis Roussel <[email protected]> | ||
* Simone Orsi <[email protected]> | ||
* Quentin Groulard <[email protected]> | ||
|
||
Other credits | ||
~~~~~~~~~~~~~ | ||
|
@@ -86,6 +105,6 @@ The development of this module has been financially supported by: | |
Maintainers | ||
~~~~~~~~~~~ | ||
|
||
This module is part of the `shopinvader/odoo-shopinvader <https://github.com/shopinvader/odoo-shopinvader/tree/14.0/shopinvader_product_stock>`_ project on GitHub. | ||
This module is part of the `shopinvader/odoo-shopinvader <https://github.com/shopinvader/odoo-shopinvader/tree/16.0/shopinvader_search_engine_product_stock>`_ project on GitHub. | ||
|
||
You are welcome to contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" /> | ||
<title>Shopinvader Product Stock</title> | ||
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" /> | ||
<title>Shopinvader Search Engine Product Stock</title> | ||
<style type="text/css"> | ||
|
||
/* | ||
:Author: David Goodger ([email protected]) | ||
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $ | ||
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ | ||
:Copyright: This stylesheet has been placed in the public domain. | ||
Default cascading style sheet for the HTML output of Docutils. | ||
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to | ||
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to | ||
customize this style sheet. | ||
*/ | ||
|
||
|
@@ -360,85 +360,105 @@ | |
</style> | ||
</head> | ||
<body> | ||
<div class="document" id="shopinvader-product-stock"> | ||
<h1 class="title">Shopinvader Product Stock</h1> | ||
<div class="document" id="shopinvader-search-engine-product-stock"> | ||
<h1 class="title">Shopinvader Search Engine Product Stock</h1> | ||
|
||
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:9db684fb5e9a91053e74e0ca11801f886286a47145cdcef293ae011c07b909ac | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> | ||
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external" 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" href="https://github.com/shopinvader/odoo-shopinvader/tree/14.0/shopinvader_product_stock"><img alt="shopinvader/odoo-shopinvader" src="https://img.shields.io/badge/github-shopinvader%2Fodoo--shopinvader-lightgray.png?logo=github" /></a></p> | ||
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Alpha" src="https://img.shields.io/badge/maturity-Alpha-red.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/shopinvader/odoo-shopinvader/tree/16.0/shopinvader_search_engine_product_stock"><img alt="shopinvader/odoo-shopinvader" src="https://img.shields.io/badge/github-shopinvader%2Fodoo--shopinvader-lightgray.png?logo=github" /></a></p> | ||
<p>This is shopinvader product stock module. | ||
This module is used to export a specific stock field on product.product, | ||
only if the value has been updated.</p> | ||
<div class="admonition important"> | ||
<p class="first admonition-title">Important</p> | ||
<p class="last">This is an alpha version, the data model and design can change at any time without warning. | ||
Only for development or testing purpose, do not use in production. | ||
<a class="reference external" href="https://odoo-community.org/page/development-status">More details on development status</a></p> | ||
</div> | ||
<p><strong>Table of contents</strong></p> | ||
<div class="contents local topic" id="contents"> | ||
<ul class="simple"> | ||
<li><a class="reference internal" href="#changelog" id="id3">Changelog</a><ul> | ||
<li><a class="reference internal" href="#id1" id="id4">10.0.1.0.0 (2018-06-15)</a></li> | ||
<li><a class="reference internal" href="#id2" id="id5">12.0.1.0.0 (2019-05-23)</a></li> | ||
<li><a class="reference internal" href="#changelog" id="toc-entry-1">Changelog</a><ul> | ||
<li><a class="reference internal" href="#section-1" id="toc-entry-2">16.0.1.0.0 (2023-10-19)</a></li> | ||
<li><a class="reference internal" href="#section-2" id="toc-entry-3">10.0.1.0.0 (2018-06-15)</a></li> | ||
<li><a class="reference internal" href="#section-3" id="toc-entry-4">12.0.1.0.0 (2019-05-23)</a></li> | ||
</ul> | ||
</li> | ||
<li><a class="reference internal" href="#bug-tracker" id="id6">Bug Tracker</a></li> | ||
<li><a class="reference internal" href="#credits" id="id7">Credits</a><ul> | ||
<li><a class="reference internal" href="#authors" id="id8">Authors</a></li> | ||
<li><a class="reference internal" href="#contributors" id="id9">Contributors</a></li> | ||
<li><a class="reference internal" href="#other-credits" id="id10">Other credits</a><ul> | ||
<li><a class="reference internal" href="#funders" id="id11">Funders</a></li> | ||
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-5">Bug Tracker</a></li> | ||
<li><a class="reference internal" href="#credits" id="toc-entry-6">Credits</a><ul> | ||
<li><a class="reference internal" href="#authors" id="toc-entry-7">Authors</a></li> | ||
<li><a class="reference internal" href="#contributors" id="toc-entry-8">Contributors</a></li> | ||
<li><a class="reference internal" href="#other-credits" id="toc-entry-9">Other credits</a><ul> | ||
<li><a class="reference internal" href="#funders" id="toc-entry-10">Funders</a></li> | ||
</ul> | ||
</li> | ||
<li><a class="reference internal" href="#maintainers" id="id12">Maintainers</a></li> | ||
<li><a class="reference internal" href="#maintainers" id="toc-entry-11">Maintainers</a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="section" id="changelog"> | ||
<h1><a class="toc-backref" href="#id3">Changelog</a></h1> | ||
<div class="section" id="id1"> | ||
<h2><a class="toc-backref" href="#id4">10.0.1.0.0 (2018-06-15)</a></h2> | ||
<h1><a class="toc-backref" href="#toc-entry-1">Changelog</a></h1> | ||
<div class="section" id="section-1"> | ||
<h2><a class="toc-backref" href="#toc-entry-2">16.0.1.0.0 (2023-10-19)</a></h2> | ||
<ul class="simple"> | ||
<li>Rename module shopinvader_product_stock -> shopinvader_search_engine_product_stock</li> | ||
<li>Refactoring to fit the refactoring of shopinvader_search_engine</li> | ||
</ul> | ||
<p>For now exclusively made to work with shopinvader_search_engine. If you need to use | ||
another way of exporting bindings, you’ll need a place to configure warehouse, product | ||
stock field, etc. and you’ll need to extract part of the code of this module.</p> | ||
</div> | ||
<div class="section" id="section-2"> | ||
<h2><a class="toc-backref" href="#toc-entry-3">10.0.1.0.0 (2018-06-15)</a></h2> | ||
<ul class="simple"> | ||
<li>Rename modules</li> | ||
</ul> | ||
</div> | ||
<div class="section" id="id2"> | ||
<h2><a class="toc-backref" href="#id5">12.0.1.0.0 (2019-05-23)</a></h2> | ||
<div class="section" id="section-3"> | ||
<h2><a class="toc-backref" href="#toc-entry-4">12.0.1.0.0 (2019-05-23)</a></h2> | ||
<ul class="simple"> | ||
<li>[12.0][MIG] shopinvader_product_stock</li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div class="section" id="bug-tracker"> | ||
<h1><a class="toc-backref" href="#id6">Bug Tracker</a></h1> | ||
<h1><a class="toc-backref" href="#toc-entry-5">Bug Tracker</a></h1> | ||
<p>Bugs are tracked on <a class="reference external" href="https://github.com/shopinvader/odoo-shopinvader/issues">GitHub Issues</a>. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us smashing it by providing a detailed and welcomed | ||
<a class="reference external" href="https://github.com/shopinvader/odoo-shopinvader/issues/new?body=module:%20shopinvader_product_stock%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> | ||
If you spotted it first, help us to smash it by providing a detailed and welcomed | ||
<a class="reference external" href="https://github.com/shopinvader/odoo-shopinvader/issues/new?body=module:%20shopinvader_search_engine_product_stock%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> | ||
<p>Do not contact contributors directly about support or help with technical issues.</p> | ||
</div> | ||
<div class="section" id="credits"> | ||
<h1><a class="toc-backref" href="#id7">Credits</a></h1> | ||
<h1><a class="toc-backref" href="#toc-entry-6">Credits</a></h1> | ||
<div class="section" id="authors"> | ||
<h2><a class="toc-backref" href="#id8">Authors</a></h2> | ||
<h2><a class="toc-backref" href="#toc-entry-7">Authors</a></h2> | ||
<ul class="simple"> | ||
<li>Akretion</li> | ||
<li>ACSONE SA/NV</li> | ||
<li>Camptocamp</li> | ||
</ul> | ||
</div> | ||
<div class="section" id="contributors"> | ||
<h2><a class="toc-backref" href="#id9">Contributors</a></h2> | ||
<h2><a class="toc-backref" href="#toc-entry-8">Contributors</a></h2> | ||
<ul class="simple"> | ||
<li>Sébastien BEAU <<a class="reference external" href="mailto:sebastien.beau@akretion.com">sebastien.beau@akretion.com</a>></li> | ||
<li>François Honoré <<a class="reference external" href="mailto:francois.honore@acsone.eu">francois.honore@acsone.eu</a>></li> | ||
<li>Laurent Mignon <<a class="reference external" href="mailto:laurent.mignon@acsone.eu">laurent.mignon@acsone.eu</a>></li> | ||
<li>Denis Roussel <<a class="reference external" href="mailto:denis.roussel@acsone.eu">denis.roussel@acsone.eu</a>></li> | ||
<li>Simone Orsi <<a class="reference external" href="mailto:simahawk@gmail.com">simahawk@gmail.com</a>></li> | ||
<li>Quentin Groulard <<a class="reference external" href="mailto:quentin.groulard@acsone.eu">quentin.groulard@acsone.eu</a>></li> | ||
</ul> | ||
</div> | ||
<div class="section" id="other-credits"> | ||
<h2><a class="toc-backref" href="#id10">Other credits</a></h2> | ||
<h2><a class="toc-backref" href="#toc-entry-9">Other credits</a></h2> | ||
<div class="section" id="funders"> | ||
<h3><a class="toc-backref" href="#id11">Funders</a></h3> | ||
<h3><a class="toc-backref" href="#toc-entry-10">Funders</a></h3> | ||
<p>The development of this module has been financially supported by:</p> | ||
<ul class="simple"> | ||
<li>Akretion R&D</li> | ||
|
@@ -449,8 +469,8 @@ <h3><a class="toc-backref" href="#id11">Funders</a></h3> | |
</div> | ||
</div> | ||
<div class="section" id="maintainers"> | ||
<h2><a class="toc-backref" href="#id12">Maintainers</a></h2> | ||
<p>This module is part of the <a class="reference external" href="https://github.com/shopinvader/odoo-shopinvader/tree/14.0/shopinvader_product_stock">shopinvader/odoo-shopinvader</a> project on GitHub.</p> | ||
<h2><a class="toc-backref" href="#toc-entry-11">Maintainers</a></h2> | ||
<p>This module is part of the <a class="reference external" href="https://github.com/shopinvader/odoo-shopinvader/tree/16.0/shopinvader_search_engine_product_stock">shopinvader/odoo-shopinvader</a> project on GitHub.</p> | ||
<p>You are welcome to contribute.</p> | ||
</div> | ||
</div> | ||
|
Oops, something went wrong.