odoo-addon-sale-blanket-order 16.0.1.0.0.6__py3-none-any.whl → 17.0.1.0.0.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of odoo-addon-sale-blanket-order might be problematic. Click here for more details.

Files changed (26) hide show
  1. odoo/addons/sale_blanket_order/README.rst +83 -60
  2. odoo/addons/sale_blanket_order/__manifest__.py +2 -2
  3. odoo/addons/sale_blanket_order/i18n/sale_blanket_order.pot +16 -26
  4. odoo/addons/sale_blanket_order/models/blanket_orders.py +71 -50
  5. odoo/addons/sale_blanket_order/models/sale_config_settings.py +0 -1
  6. odoo/addons/sale_blanket_order/models/sale_orders.py +2 -2
  7. odoo/addons/sale_blanket_order/readme/CONTRIBUTORS.md +17 -0
  8. odoo/addons/sale_blanket_order/readme/{CREDITS.rst → CREDITS.md} +2 -1
  9. odoo/addons/sale_blanket_order/readme/DESCRIPTION.md +5 -0
  10. odoo/addons/sale_blanket_order/readme/USAGE.md +58 -0
  11. odoo/addons/sale_blanket_order/static/description/index.html +53 -52
  12. odoo/addons/sale_blanket_order/tests/test_blanket_orders.py +6 -6
  13. odoo/addons/sale_blanket_order/tests/test_sale_order.py +1 -3
  14. odoo/addons/sale_blanket_order/views/sale_blanket_order_views.xml +24 -34
  15. odoo/addons/sale_blanket_order/views/sale_config_settings.xml +11 -19
  16. odoo/addons/sale_blanket_order/views/sale_order_views.xml +1 -1
  17. odoo/addons/sale_blanket_order/wizard/create_sale_orders.py +3 -2
  18. odoo_addon_sale_blanket_order-17.0.1.0.0.2.dist-info/METADATA +186 -0
  19. {odoo_addon_sale_blanket_order-16.0.1.0.0.6.dist-info → odoo_addon_sale_blanket_order-17.0.1.0.0.2.dist-info}/RECORD +21 -21
  20. {odoo_addon_sale_blanket_order-16.0.1.0.0.6.dist-info → odoo_addon_sale_blanket_order-17.0.1.0.0.2.dist-info}/WHEEL +1 -1
  21. odoo_addon_sale_blanket_order-17.0.1.0.0.2.dist-info/top_level.txt +1 -0
  22. odoo/addons/sale_blanket_order/readme/CONTRIBUTORS.rst +0 -8
  23. odoo/addons/sale_blanket_order/readme/DESCRIPTION.rst +0 -4
  24. odoo/addons/sale_blanket_order/readme/USAGE.rst +0 -53
  25. odoo_addon_sale_blanket_order-16.0.1.0.0.6.dist-info/METADATA +0 -167
  26. odoo_addon_sale_blanket_order-16.0.1.0.0.6.dist-info/top_level.txt +0 -1
@@ -0,0 +1,186 @@
1
+ Metadata-Version: 2.1
2
+ Name: odoo-addon-sale_blanket_order
3
+ Version: 17.0.1.0.0.2
4
+ Requires-Python: >=3.10
5
+ Requires-Dist: odoo>=17.0a,<17.1dev
6
+ Summary: Blanket Orders
7
+ Home-page: https://github.com/OCA/sale-workflow
8
+ License: AGPL-3
9
+ Author: Acsone SA/NV, Odoo Community Association (OCA)
10
+ Author-email: support@odoo-community.org
11
+ Classifier: Programming Language :: Python
12
+ Classifier: Framework :: Odoo
13
+ Classifier: Framework :: Odoo :: 17.0
14
+ Classifier: License :: OSI Approved :: GNU Affero General Public License v3
15
+
16
+ ===================
17
+ Sale Blanket Orders
18
+ ===================
19
+
20
+ ..
21
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
22
+ !! This file is generated by oca-gen-addon-readme !!
23
+ !! changes will be overwritten. !!
24
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
25
+ !! source digest: sha256:38dd0261a7111b3d7809f79e0b708c34344ef59827257ad8556071883c377c7c
26
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27
+
28
+ .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
29
+ :target: https://odoo-community.org/page/development-status
30
+ :alt: Beta
31
+ .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
32
+ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
33
+ :alt: License: AGPL-3
34
+ .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github
35
+ :target: https://github.com/OCA/sale-workflow/tree/17.0/sale_blanket_order
36
+ :alt: OCA/sale-workflow
37
+ .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
38
+ :target: https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-sale_blanket_order
39
+ :alt: Translate me on Weblate
40
+ .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
41
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/sale-workflow&target_branch=17.0
42
+ :alt: Try me on Runboat
43
+
44
+ |badge1| |badge2| |badge3| |badge4| |badge5|
45
+
46
+ A blanket order is a pre-agreement to sell a certain number of
47
+ quantities of products at a specific price. From a confirmed blanket
48
+ order, the users can create new sale orders at such price, until the
49
+ blanket order expires, either due to reaching the validity date or
50
+ exhausting all the quantities of products.
51
+
52
+ **Table of contents**
53
+
54
+ .. contents::
55
+ :local:
56
+
57
+ Usage
58
+ =====
59
+
60
+ A new menu in the Sales area is created, allowing users to create new
61
+ blanket orders.
62
+
63
+ To create a new Sale Blanket Order go to the sale menu in the Sales
64
+ section:
65
+
66
+ |image1|
67
+
68
+ Hitting the button create will open the form view in which we can
69
+ introduce the following information:
70
+
71
+ - Vendor
72
+
73
+ - Salesperson
74
+
75
+ - Payment Terms
76
+
77
+ - Validity date
78
+
79
+ - Order lines:
80
+
81
+ - Product
82
+ - Accorded price
83
+ - Original, Ordered, Invoiced, Received and Remaining quantities
84
+
85
+ - Terms and Conditions of the Blanket Order
86
+
87
+ |image2|
88
+
89
+ From the form, once the Blanket Order has been confirmed and its state
90
+ is open, the user can create a Sale Order, check the Sale Orders
91
+ associated to the Blanket Order and/or see the Blanket Order lines
92
+ associated to the BO.
93
+
94
+ |image3|
95
+
96
+ Hitting the button Create Sale Order will open a wizard that will ask
97
+ for the amount of each product in the BO lines for which the Sale Order
98
+ will be created.
99
+
100
+ |image4|
101
+
102
+ Installing this module will add an additional menu which will show all
103
+ the blanket order lines currently defined in the system. From this list
104
+ the user can create customized Sale Orders selecting the lines for which
105
+ the PO (or POs if the customers are different) is (are) created.
106
+
107
+ |image5|
108
+
109
+ In the Sale Order form one field is added in the PO lines, the Blanket
110
+ Order line field. This field keeps track to which Blanket Order line the
111
+ PO line is associated. Upon adding a new product in a newly created Sale
112
+ Order a blanket order line will be suggested depending on the following
113
+ factors:
114
+
115
+ - Closer Validity date
116
+ - Remaining quantity > Quantity introduced in the Sale Order line
117
+
118
+ |image6|
119
+
120
+ .. |image1| image:: https://raw.githubusercontent.com/OCA/sale-workflow/17.0/sale_blanket_order/static/description/BO_menu.png
121
+ .. |image2| image:: https://raw.githubusercontent.com/OCA/sale-workflow/17.0/sale_blanket_order/static/description/BO_form.png
122
+ .. |image3| image:: https://raw.githubusercontent.com/OCA/sale-workflow/17.0/sale_blanket_order/static/description/BO_actions.png
123
+ .. |image4| image:: https://raw.githubusercontent.com/OCA/sale-workflow/17.0/sale_blanket_order/static/description/PO_from_BO.png
124
+ .. |image5| image:: https://raw.githubusercontent.com/OCA/sale-workflow/17.0/sale_blanket_order/static/description/BO_lines.png
125
+ .. |image6| image:: https://raw.githubusercontent.com/OCA/sale-workflow/17.0/sale_blanket_order/static/description/PO_BOLine.png
126
+
127
+ Bug Tracker
128
+ ===========
129
+
130
+ Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-workflow/issues>`_.
131
+ In case of trouble, please check there if your issue has already been reported.
132
+ If you spotted it first, help us to smash it by providing a detailed and welcomed
133
+ `feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_blanket_order%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
134
+
135
+ Do not contact contributors directly about support or help with technical issues.
136
+
137
+ Credits
138
+ =======
139
+
140
+ Authors
141
+ -------
142
+
143
+ * Acsone SA/NV
144
+
145
+ Contributors
146
+ ------------
147
+
148
+ - André Pereira <github@andreparames.com> (https://www.acsone.eu/)
149
+
150
+ - Adrià Gil Sorribes <adria.gil@eficent.com> (https://www.eficent.com/)
151
+
152
+ - Jordi Ballester Alomar <jordi.ballester@eficent.com>
153
+
154
+ - Alex Comba <alex.comba@agilebg.com> (https://www.agilebg.com/)
155
+
156
+ - Codeforward (https://www.codeforward.nl/):
157
+
158
+ - Jasper Jumelet <jasper.jumelet@codeforward.nl>
159
+ - Chris Bergman <chris.bergman@codeforward.nl>
160
+
161
+ - `Trobz <https://trobz.com>`__:
162
+
163
+ - Nguyễn Minh Chiến <chien@trobz.com>
164
+
165
+ Other credits
166
+ -------------
167
+
168
+ The migration of this module from 15.0 to 16.0 was financially supported
169
+ by Camptocamp
170
+
171
+ Maintainers
172
+ -----------
173
+
174
+ This module is maintained by the OCA.
175
+
176
+ .. image:: https://odoo-community.org/logo.png
177
+ :alt: Odoo Community Association
178
+ :target: https://odoo-community.org
179
+
180
+ OCA, or the Odoo Community Association, is a nonprofit organization whose
181
+ mission is to support the collaborative development of Odoo features and
182
+ promote its widespread use.
183
+
184
+ This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/17.0/sale_blanket_order>`_ project on GitHub.
185
+
186
+ You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
@@ -1,6 +1,6 @@
1
- odoo/addons/sale_blanket_order/README.rst,sha256=uGG6Dm0voa2byZ5g1V9Wa7lCzma4FYtwG7FskF0qP3E,6131
1
+ odoo/addons/sale_blanket_order/README.rst,sha256=NNcmO66yshHVgQOYaytTo3u_HM1cQfW2moQhG3w7Sz4,6092
2
2
  odoo/addons/sale_blanket_order/__init__.py,sha256=rKfzYX9RhkkCxgh2f0PJLYN45Kw8T8-fwxw1pbjLuug,108
3
- odoo/addons/sale_blanket_order/__manifest__.py,sha256=7fO62MQtTH7UH0ZNBXMA9vV3mE9Ay5mob27eIe4bMYY,884
3
+ odoo/addons/sale_blanket_order/__manifest__.py,sha256=Yvwv0SZ0dkxrVJ1tUtI_ufmy_9fbzbidse_oOFwO_zw,856
4
4
  odoo/addons/sale_blanket_order/data/ir_cron.xml,sha256=B6mIBP7TGt_V0-2tb-GtXQrOXr_FY4D7B0qvvCf3qXc,837
5
5
  odoo/addons/sale_blanket_order/data/sequence.xml,sha256=xsEzImnYlOTADfACH_eBMFFjdy6nM_WqJTWJ3MN1_eM,416
6
6
  odoo/addons/sale_blanket_order/i18n/de.po,sha256=LIbQiWNdgBSGR-pUQZ_nsN5m3Pvf70V6QE1sCV1_VYw,44832
@@ -9,15 +9,15 @@ odoo/addons/sale_blanket_order/i18n/fr.po,sha256=gK36yv-T-EVCLfILdx72CaPezFQn8Og
9
9
  odoo/addons/sale_blanket_order/i18n/fr_FR.po,sha256=rNoQTWpwr4kbliXyQ7yHIz6n7SYUgfs4b-MpKLBgGLI,44639
10
10
  odoo/addons/sale_blanket_order/i18n/it.po,sha256=-c37_o6h9QAUoDENqAPVqQMfe9qUV-u80Xqy6OXX914,43727
11
11
  odoo/addons/sale_blanket_order/i18n/pt.po,sha256=Qf5dyxVau6fy4VJD9PIzjF6a8wWS_eZ8IzdFkSdyDaA,39750
12
- odoo/addons/sale_blanket_order/i18n/sale_blanket_order.pot,sha256=vPEXfzHayUfqrbP3Hpp39q7cy5XWJn851JLnPvjHjbM,38794
12
+ odoo/addons/sale_blanket_order/i18n/sale_blanket_order.pot,sha256=b1YZj-DAsEE50L0L4RF43FTyJ6I2NW6YC66jWVZ4xQo,38057
13
13
  odoo/addons/sale_blanket_order/models/__init__.py,sha256=7adrBSDps9-KQKNJjoCBKeoWgeF21I62H9yqyQVcZGM,90
14
- odoo/addons/sale_blanket_order/models/blanket_orders.py,sha256=vRLCMyCA_oej3Jr1tAPtVL8reDSoQR9JXNOAfFNBHZA,26288
15
- odoo/addons/sale_blanket_order/models/sale_config_settings.py,sha256=R71rDeTHdG70voBaBvOAIOS3raoK1hBE6c-Zh3AnQCM,411
16
- odoo/addons/sale_blanket_order/models/sale_orders.py,sha256=V_CrSt8xlSvkxwUP3GGF33DwsgRGBqP7WonM1_OAfA0,7045
17
- odoo/addons/sale_blanket_order/readme/CONTRIBUTORS.rst,sha256=HNpm8unv-C1qkVXG3tTxG6E8Wz-IadLxyep8KWkQ1VQ,419
18
- odoo/addons/sale_blanket_order/readme/CREDITS.rst,sha256=XtPazYj6oqxvg62KjKqErJ8pssTcghFavMtYTDMOozc,87
19
- odoo/addons/sale_blanket_order/readme/DESCRIPTION.rst,sha256=zYGPf0Hm3A_rhe0h_CRe4Vex9pwEaMpuOvPrZrY5Mhk,311
20
- odoo/addons/sale_blanket_order/readme/USAGE.rst,sha256=4DBXLVsVx23QwuhlfCsyLAA8hmPhbK68yo-nVOjIpLI,2083
14
+ odoo/addons/sale_blanket_order/models/blanket_orders.py,sha256=rSCT2yeOKKSyCg6q6KuQKRiqpHb5ZLXKqaQAmJ8q7qo,26842
15
+ odoo/addons/sale_blanket_order/models/sale_config_settings.py,sha256=zYTEVPXYmCUp8p-OYyIiGdZajGl07HGNBrrIkxB1GwQ,410
16
+ odoo/addons/sale_blanket_order/models/sale_orders.py,sha256=5Iv1Ku8fT02Sv9VDsBQE_sve__WLmJ7Aa7cqxLp1Cxo,7069
17
+ odoo/addons/sale_blanket_order/readme/CONTRIBUTORS.md,sha256=fJugLGdf1dLnUhz5Z07BBOrKRhY6IViSzuhhZdNuLKw,529
18
+ odoo/addons/sale_blanket_order/readme/CREDITS.md,sha256=YP3UAmtN99a01txssowJnlWMSHoFGSrDmvhW_kir-dQ,87
19
+ odoo/addons/sale_blanket_order/readme/DESCRIPTION.md,sha256=zLsygDRJRyguTPv-AbBQ-o-qDNMcLF5WhO-W5sCQIzo,311
20
+ odoo/addons/sale_blanket_order/readme/USAGE.md,sha256=F3duHsDRx_XpUM66kQnLlUouNttk_7KsJhRzmfsaKHY,1795
21
21
  odoo/addons/sale_blanket_order/report/report.xml,sha256=BjeBnXgCnhmvM6yXRuz-L7RfMYrJj7Viw6o_UGJeO6Y,710
22
22
  odoo/addons/sale_blanket_order/report/templates.xml,sha256=DcBXu1vyR6_hUCbg-_i5_mTn92_j4lg5tW0fH3J1Xbw,8925
23
23
  odoo/addons/sale_blanket_order/security/ir.model.access.csv,sha256=CaWBy-ISssj-W2zxpxQfUDupMjhkOjGrPv31NMw17fg,1170
@@ -29,18 +29,18 @@ odoo/addons/sale_blanket_order/static/description/BO_menu.png,sha256=TWKnQPgzBgN
29
29
  odoo/addons/sale_blanket_order/static/description/PO_BOLine.png,sha256=O8dfvlVOqDcmrKrHtWw5J1gm76fOQ53YCtu9_ujb4bs,37234
30
30
  odoo/addons/sale_blanket_order/static/description/PO_from_BO.png,sha256=lmRWLs1DYkXmZfRVn_Hg2X8nEfazH2eVZ8unVlcdj-0,27671
31
31
  odoo/addons/sale_blanket_order/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
32
- odoo/addons/sale_blanket_order/static/description/index.html,sha256=x8VmWxmo8xL3AMvcToo3htpMwnPHepWE1625Ea9xnWg,17052
32
+ odoo/addons/sale_blanket_order/static/description/index.html,sha256=X22qFPi1HWn27ZU_CdTy8CcTUNaw3m9s4z5U3mzdQc8,17010
33
33
  odoo/addons/sale_blanket_order/tests/__init__.py,sha256=0z5WGDe8esOreObf1dM01uMp-O3GmL20PeIvqK0usXY,130
34
- odoo/addons/sale_blanket_order/tests/test_blanket_orders.py,sha256=5pU4d7D1Y6JgGRs9BowsHs-Rioxvbg5mpZTHyo1SU38,16304
35
- odoo/addons/sale_blanket_order/tests/test_sale_order.py,sha256=m0zd0ghQEsjs9RoQo3mQkPraiAmNw5RStr_c_zG8jZ4,7561
34
+ odoo/addons/sale_blanket_order/tests/test_blanket_orders.py,sha256=WfTjqHRZ9QTldo2YlEw0nUozhQzmZx2aCzE0LF7ufdw,16322
35
+ odoo/addons/sale_blanket_order/tests/test_sale_order.py,sha256=2U-s3VZ3Dqbr8o3n4ncWALfY4xWpRWwccWGnN6Hu0-g,7449
36
36
  odoo/addons/sale_blanket_order/views/sale_blanket_order_line_views.xml,sha256=i_QyeuodE8MJ13InfS-DJLZ8uOl5n2nGH5_nuz6lSHU,7741
37
- odoo/addons/sale_blanket_order/views/sale_blanket_order_views.xml,sha256=UqcedMakAEuwM5EZotG-H-fUrZ5AngOVBB4zcufe1Ok,18395
38
- odoo/addons/sale_blanket_order/views/sale_config_settings.xml,sha256=GLW5MxOfAz0-NgnVH67K_UDMOzsAwezDmTVL9uppZ-g,1452
39
- odoo/addons/sale_blanket_order/views/sale_order_views.xml,sha256=1_p8LBGIiG-WNEa4MIwB0OFfYqKbmrTS8xyv92PfgGg,1708
37
+ odoo/addons/sale_blanket_order/views/sale_blanket_order_views.xml,sha256=Ed_9thQNvdVWoVqVkkGIyYhr6V8FS2ZyTuLOSN2Wev8,17694
38
+ odoo/addons/sale_blanket_order/views/sale_config_settings.xml,sha256=h9cVMWvDbnZZszQU7BrIKuUtxw-vQvth8PXCvkWfxUw,1116
39
+ odoo/addons/sale_blanket_order/views/sale_order_views.xml,sha256=SvYFH0wPdjrSM12hWgut6-dbionc0Af88jRApUwOnMM,1683
40
40
  odoo/addons/sale_blanket_order/wizard/__init__.py,sha256=4P5jq1IlE7JDNFP0ly3-alAHbqdIYf6fLjQjotKrG08,99
41
- odoo/addons/sale_blanket_order/wizard/create_sale_orders.py,sha256=rUyPggjar7usC4EjRGmF9SZpviHUqdH7xvzYwYeNhsg,8109
41
+ odoo/addons/sale_blanket_order/wizard/create_sale_orders.py,sha256=5sZsHVi-Cvz4y9eee5iEqZbiAnbEMu53BGkY2H4medQ,8149
42
42
  odoo/addons/sale_blanket_order/wizard/create_sale_orders.xml,sha256=GjPlsYRKvN45F7ZSR-j7yJCW0U9OfBi-dIhRV8YqM8M,2091
43
- odoo_addon_sale_blanket_order-16.0.1.0.0.6.dist-info/METADATA,sha256=YKfK4ei57JJL550DHLZwkqEhydXDUN0Z2vRSfAsCEWA,6734
44
- odoo_addon_sale_blanket_order-16.0.1.0.0.6.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
45
- odoo_addon_sale_blanket_order-16.0.1.0.0.6.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
46
- odoo_addon_sale_blanket_order-16.0.1.0.0.6.dist-info/RECORD,,
43
+ odoo_addon_sale_blanket_order-17.0.1.0.0.2.dist-info/METADATA,sha256=ydRAggymk-G7xFcyFpCMrIdKbQiCR3XpKMTmQwnt5_g,6604
44
+ odoo_addon_sale_blanket_order-17.0.1.0.0.2.dist-info/WHEEL,sha256=8Rd4enx1PCuyDWP4SABqO5Fv8rpaknqp3VzjoFFLa6c,83
45
+ odoo_addon_sale_blanket_order-17.0.1.0.0.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
46
+ odoo_addon_sale_blanket_order-17.0.1.0.0.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: Whool 1.0.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,8 +0,0 @@
1
- * André Pereira <github@andreparames.com> (https://www.acsone.eu/)
2
- * Adrià Gil Sorribes <adria.gil@eficent.com> (https://www.eficent.com/)
3
- * Jordi Ballester Alomar <jordi.ballester@eficent.com>
4
- * Alex Comba <alex.comba@agilebg.com> (https://www.agilebg.com/)
5
- * Jasper Jumelet <jasper.jumelet@codeforward.nl> (https://www.codeforward.nl/)
6
- * `Trobz <https://trobz.com>`_:
7
-
8
- * Nguyễn Minh Chiến <chien@trobz.com>
@@ -1,4 +0,0 @@
1
- A blanket order is a pre-agreement to sell a certain number of quantities of
2
- products at a specific price. From a confirmed blanket order, the users can
3
- create new sale orders at such price, until the blanket order expires, either
4
- due to reaching the validity date or exhausting all the quantities of products.
@@ -1,53 +0,0 @@
1
- A new menu in the Sales area is created, allowing users to create new blanket orders.
2
-
3
- To create a new Sale Blanket Order go to the sale menu in the Sales section:
4
-
5
- .. figure:: ../static/description/BO_menu.png
6
- :alt: Blanket Orders menu
7
-
8
- Hitting the button create will open the form view in which we can introduce the following
9
- information:
10
-
11
- * Vendor
12
- * Salesperson
13
- * Payment Terms
14
- * Validity date
15
- * Order lines:
16
- * Product
17
- * Accorded price
18
- * Original, Ordered, Invoiced, Received and Remaining quantities
19
- * Terms and Conditions of the Blanket Order
20
-
21
- .. figure:: ../static/description/BO_form.png
22
- :alt: Blanket Orders form
23
-
24
- From the form, once the Blanket Order has been confirmed and its state is open, the user can
25
- create a Sale Order, check the Sale Orders associated to the Blanket Order and/or
26
- see the Blanket Order lines associated to the BO.
27
-
28
- .. figure:: ../static/description/BO_actions.png
29
- :alt: Actions that can be done from Blanket Order
30
-
31
- Hitting the button Create Sale Order will open a wizard that will ask for the amount of each
32
- product in the BO lines for which the Sale Order will be created.
33
-
34
- .. figure:: ../static/description/PO_from_BO.png
35
- :alt: Create Sale Order from Blanket Order
36
-
37
- Installing this module will add an additional menu which will show all the blanket order lines
38
- currently defined in the system. From this list the user can create customized Sale Orders
39
- selecting the lines for which the PO (or POs if the customers are different) is (are) created.
40
-
41
- .. figure:: ../static/description/BO_lines.png
42
- :alt: Blanket Order lines and actions
43
-
44
- In the Sale Order form one field is added in the PO lines, the Blanket Order line field. This
45
- field keeps track to which Blanket Order line the PO line is associated. Upon adding a new product
46
- in a newly created Sale Order a blanket order line will be suggested depending on the following
47
- factors:
48
-
49
- * Closer Validity date
50
- * Remaining quantity > Quantity introduced in the Sale Order line
51
-
52
- .. figure:: ../static/description/PO_BOLine.png
53
- :alt: New field added in Sale Order Line
@@ -1,167 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: odoo-addon-sale-blanket-order
3
- Version: 16.0.1.0.0.6
4
- Summary: Blanket Orders
5
- Home-page: https://github.com/OCA/sale-workflow
6
- Author: Acsone SA/NV, Odoo Community Association (OCA)
7
- Author-email: support@odoo-community.org
8
- License: AGPL-3
9
- Platform: UNKNOWN
10
- Classifier: Programming Language :: Python
11
- Classifier: Framework :: Odoo
12
- Classifier: Framework :: Odoo :: 16.0
13
- Classifier: License :: OSI Approved :: GNU Affero General Public License v3
14
- Requires-Python: >=3.10
15
- Requires-Dist: odoo-addon-web-action-conditionable <16.1dev,>=16.0dev
16
- Requires-Dist: odoo <16.1dev,>=16.0a
17
-
18
- ===================
19
- Sale Blanket Orders
20
- ===================
21
-
22
- ..
23
- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
24
- !! This file is generated by oca-gen-addon-readme !!
25
- !! changes will be overwritten. !!
26
- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27
- !! source digest: sha256:ccbeac2c26d7658d8283b70cce70cd45752f1c2207f3bf45370716a8072e14fd
28
- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
29
-
30
- .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
31
- :target: https://odoo-community.org/page/development-status
32
- :alt: Beta
33
- .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
34
- :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
35
- :alt: License: AGPL-3
36
- .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github
37
- :target: https://github.com/OCA/sale-workflow/tree/16.0/sale_blanket_order
38
- :alt: OCA/sale-workflow
39
- .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
40
- :target: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_blanket_order
41
- :alt: Translate me on Weblate
42
- .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
43
- :target: https://runboat.odoo-community.org/builds?repo=OCA/sale-workflow&target_branch=16.0
44
- :alt: Try me on Runboat
45
-
46
- |badge1| |badge2| |badge3| |badge4| |badge5|
47
-
48
- A blanket order is a pre-agreement to sell a certain number of quantities of
49
- products at a specific price. From a confirmed blanket order, the users can
50
- create new sale orders at such price, until the blanket order expires, either
51
- due to reaching the validity date or exhausting all the quantities of products.
52
-
53
- **Table of contents**
54
-
55
- .. contents::
56
- :local:
57
-
58
- Usage
59
- =====
60
-
61
- A new menu in the Sales area is created, allowing users to create new blanket orders.
62
-
63
- To create a new Sale Blanket Order go to the sale menu in the Sales section:
64
-
65
- .. figure:: https://raw.githubusercontent.com/OCA/sale-workflow/16.0/sale_blanket_order/static/description/BO_menu.png
66
- :alt: Blanket Orders menu
67
-
68
- Hitting the button create will open the form view in which we can introduce the following
69
- information:
70
-
71
- * Vendor
72
- * Salesperson
73
- * Payment Terms
74
- * Validity date
75
- * Order lines:
76
- * Product
77
- * Accorded price
78
- * Original, Ordered, Invoiced, Received and Remaining quantities
79
- * Terms and Conditions of the Blanket Order
80
-
81
- .. figure:: https://raw.githubusercontent.com/OCA/sale-workflow/16.0/sale_blanket_order/static/description/BO_form.png
82
- :alt: Blanket Orders form
83
-
84
- From the form, once the Blanket Order has been confirmed and its state is open, the user can
85
- create a Sale Order, check the Sale Orders associated to the Blanket Order and/or
86
- see the Blanket Order lines associated to the BO.
87
-
88
- .. figure:: https://raw.githubusercontent.com/OCA/sale-workflow/16.0/sale_blanket_order/static/description/BO_actions.png
89
- :alt: Actions that can be done from Blanket Order
90
-
91
- Hitting the button Create Sale Order will open a wizard that will ask for the amount of each
92
- product in the BO lines for which the Sale Order will be created.
93
-
94
- .. figure:: https://raw.githubusercontent.com/OCA/sale-workflow/16.0/sale_blanket_order/static/description/PO_from_BO.png
95
- :alt: Create Sale Order from Blanket Order
96
-
97
- Installing this module will add an additional menu which will show all the blanket order lines
98
- currently defined in the system. From this list the user can create customized Sale Orders
99
- selecting the lines for which the PO (or POs if the customers are different) is (are) created.
100
-
101
- .. figure:: https://raw.githubusercontent.com/OCA/sale-workflow/16.0/sale_blanket_order/static/description/BO_lines.png
102
- :alt: Blanket Order lines and actions
103
-
104
- In the Sale Order form one field is added in the PO lines, the Blanket Order line field. This
105
- field keeps track to which Blanket Order line the PO line is associated. Upon adding a new product
106
- in a newly created Sale Order a blanket order line will be suggested depending on the following
107
- factors:
108
-
109
- * Closer Validity date
110
- * Remaining quantity > Quantity introduced in the Sale Order line
111
-
112
- .. figure:: https://raw.githubusercontent.com/OCA/sale-workflow/16.0/sale_blanket_order/static/description/PO_BOLine.png
113
- :alt: New field added in Sale Order Line
114
-
115
- Bug Tracker
116
- ===========
117
-
118
- Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-workflow/issues>`_.
119
- In case of trouble, please check there if your issue has already been reported.
120
- If you spotted it first, help us to smash it by providing a detailed and welcomed
121
- `feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_blanket_order%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
122
-
123
- Do not contact contributors directly about support or help with technical issues.
124
-
125
- Credits
126
- =======
127
-
128
- Authors
129
- ~~~~~~~
130
-
131
- * Acsone SA/NV
132
-
133
- Contributors
134
- ~~~~~~~~~~~~
135
-
136
- * André Pereira <github@andreparames.com> (https://www.acsone.eu/)
137
- * Adrià Gil Sorribes <adria.gil@eficent.com> (https://www.eficent.com/)
138
- * Jordi Ballester Alomar <jordi.ballester@eficent.com>
139
- * Alex Comba <alex.comba@agilebg.com> (https://www.agilebg.com/)
140
- * Jasper Jumelet <jasper.jumelet@codeforward.nl> (https://www.codeforward.nl/)
141
- * `Trobz <https://trobz.com>`_:
142
-
143
- * Nguyễn Minh Chiến <chien@trobz.com>
144
-
145
- Other credits
146
- ~~~~~~~~~~~~~
147
-
148
- The migration of this module from 15.0 to 16.0 was financially supported by Camptocamp
149
-
150
- Maintainers
151
- ~~~~~~~~~~~
152
-
153
- This module is maintained by the OCA.
154
-
155
- .. image:: https://odoo-community.org/logo.png
156
- :alt: Odoo Community Association
157
- :target: https://odoo-community.org
158
-
159
- OCA, or the Odoo Community Association, is a nonprofit organization whose
160
- mission is to support the collaborative development of Odoo features and
161
- promote its widespread use.
162
-
163
- This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/16.0/sale_blanket_order>`_ project on GitHub.
164
-
165
- You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
166
-
167
-