Skip to content

Commit 65ce142

Browse files
[BOT] post-merge updates
1 parent d774151 commit 65ce142

File tree

2 files changed

+82
-0
lines changed

2 files changed

+82
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ addon | version | maintainers | summary
2727
[create_recursive_product_category](create_recursive_product_category/) | 16.0.1.0.0 | | Create recursively parents item for the Product Categories model.
2828
[product_accounts](product_accounts/) | 16.0.1.0.0 | | Compute and display income - expense account at product level
2929
[product_uom_company_favorite](product_uom_company_favorite/) | 16.0.1.0.1 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Possilibity to set favorite product units of Measure per company
30+
[sale_picking_quick_confirm](sale_picking_quick_confirm/) | 16.0.1.0.0 | [![quentinDupont](https://github.com/quentinDupont.png?size=30px)](https://github.com/quentinDupont) | Sale Picking Quick Confirm
3031
[stock_picking_quick_quantity_done](stock_picking_quick_quantity_done/) | 16.0.1.0.0 | | Stock Picking Quick Quantity Done
3132
[user_limited_access_settings](user_limited_access_settings/) | 16.0.1.0.2 | | Create a new Administration group with limited access to create only users and companies
3233
[web_select_only_child_company](web_select_only_child_company/) | 16.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | When selecting a company, automatically select all the child companies.

sale_picking_quick_confirm/README.rst

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
==========================
2+
Sale Picking Quick Confirm
3+
==========================
4+
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:6dc4a52008f8edc4e8ab59951b1433d9f06be84059a45018d089134a208d2c56
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12+
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
14+
:target: https://odoo-community.org/page/development-status
15+
:alt: Beta
16+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
17+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18+
:alt: License: AGPL-3
19+
.. |badge3| image:: https://img.shields.io/badge/github-grap%2Fgrap--odoo--incubator-lightgray.png?logo=github
20+
:target: https://github.com/grap/grap-odoo-incubator/tree/16.0/sale_picking_quick_confirm
21+
:alt: grap/grap-odoo-incubator
22+
23+
|badge1| |badge2| |badge3|
24+
25+
This module adds a button on Sale Order to quickly validate Sale Order
26+
and its Pickings with full quantity, not checking Availibility.
27+
28+
Use cases : grocery stores where product stock is not updated all the time.
29+
30+
.. figure:: https://raw.githubusercontent.com/grap/grap-odoo-incubator/16.0/sale_picking_quick_confirm/static/description/sale_order_quick_confirm.jpeg
31+
32+
**Table of contents**
33+
34+
.. contents::
35+
:local:
36+
37+
Usage
38+
=====
39+
40+
Use cases : grocery stores where product stock is not updated all the time and
41+
we need to confirm quickly Sales without checking stock availibilty.
42+
43+
Create a Sale Order > Click on "Confirme Sale and Picking"
44+
45+
Bug Tracker
46+
===========
47+
48+
Bugs are tracked on `GitHub Issues <https://github.com/grap/grap-odoo-incubator/issues>`_.
49+
In case of trouble, please check there if your issue has already been reported.
50+
If you spotted it first, help us to smash it by providing a detailed and welcomed
51+
`feedback <https://github.com/grap/grap-odoo-incubator/issues/new?body=module:%20sale_picking_quick_confirm%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
52+
53+
Do not contact contributors directly about support or help with technical issues.
54+
55+
Credits
56+
=======
57+
58+
Authors
59+
~~~~~~~
60+
61+
* GRAP
62+
63+
Contributors
64+
~~~~~~~~~~~~
65+
66+
* Quentin DUPONT <[email protected]>
67+
68+
Maintainers
69+
~~~~~~~~~~~
70+
71+
.. |maintainer-quentinDupont| image:: https://github.com/quentinDupont.png?size=40px
72+
:target: https://github.com/quentinDupont
73+
:alt: quentinDupont
74+
75+
Current maintainer:
76+
77+
|maintainer-quentinDupont|
78+
79+
This module is part of the `grap/grap-odoo-incubator <https://github.com/grap/grap-odoo-incubator/tree/16.0/sale_picking_quick_confirm>`_ project on GitHub.
80+
81+
You are welcome to contribute.

0 commit comments

Comments
 (0)