Commit Graph

1130 Commits

Author SHA1 Message Date
OCA-git-bot
52a0a3dfa6 [ADD] setup.py 2022-12-30 07:51:54 +00:00
OCA-git-bot
83be0d2b5a [UPD] README.rst 2022-12-30 07:51:53 +00:00
OCA-git-bot
fde49e728f [UPD] addons table in README.md 2022-12-30 07:51:49 +00:00
oca-ci
bee958e3fa [UPD] Update stock_available_immediately.pot 2022-12-30 07:47:01 +00:00
OCA-git-bot
e1ed3f3b3f Merge PR #1588 into 15.0
Signed-off-by pedrobaeza
2022-12-30 07:43:09 +00:00
Víctor Martínez
f9d195b59e [IMP] stock_available_immediately: Avoid error in tests of other modules (sale_stock_available_info_popup for example).
TT36990
2022-12-22 11:04:18 +01:00
hda
cdae52b3d9 [MIG] stock_available_immediately: Migration to 15.0 2022-12-22 10:47:26 +01:00
Víctor Martínez
90806c7f04 [IMP] stock_available_immediately: black, isort, prettier 2022-12-22 10:47:26 +01:00
Florian da Costa
da8c41a368 [MIG] stock_available_immediately: Migration to 14.0
[UPD] Update stock_available_immediately.pot

[UPD] README.rst
2022-12-22 10:47:25 +01:00
Florian da Costa
bfc49dde49 [IMP] stock_available_immediately: black, isort, prettier 2022-12-22 10:47:25 +01:00
Pedro M. Baeza
7a6358f51e [MIG] stock_available_immediately: Migration to 12.0
* New README by fragments
* Bump manifest version
* Adapted tests

[UPD] Update stock_available_immediately.pot
2022-12-22 10:47:24 +01:00
Pedro M. Baeza
063d0b641a [FIX] stock_available_immediately: Restore current code
Due to merge mess, we need to restore current code this way
2022-12-22 10:47:24 +01:00
Sergio Díaz
255e5b2c63 [MIG] stock_available_immediately: Migration to 11.0 2022-12-22 10:47:24 +01:00
Cédric Pigeon
649967bd92 [10.0][CHG]stock_available...: improve stock methods computation
optimize stock computation by avoiding to call useless compute

OCA Transbot updated translations from Transifex
2022-12-22 10:47:23 +01:00
SodexisTeam
e1ea85e7fe [10.0][MIG] stock_available & stock_available_immediately (#219) 2022-12-22 10:47:23 +01:00
Lionel Sausin
0fa0adecd5 [IMP] Decouple the quantity for templates and variants
There are cases where we dot NOT want to simply sum the quantities of all the
variants. For example when dealing with manufacturing capacities, we may have
to chose between variants because we can't make ALL of them with the same
components.

So instead of a simple non-modular implementation, we'll let each module define
his own implementation of how to compute the product template's quantity
available for sale.

Conflicts:
	stock_available/__openerp__.py
	stock_available_immediately/__openerp__.py

OCA Transbot updated translations from Transifex
2022-12-22 10:47:21 +01:00
Alexandre Fayolle
2b5d28303b product_available improvements
* fix the dependencies for the computed field

* use api.multi instead of api.one to avoid calling
  super()._immediately_usable_qty in a loop (this improves perfs on a tree view
  display)
2022-12-22 10:47:21 +01:00
Atchuthan, Sodexis
fabdb82073 [9.0][PORT] Stock available immediately
OCA Transbot updated translations from Transifex
2022-12-22 10:47:19 +01:00
Lionel Sausin
fbff9fb3ab Fix the beta lint checks of Travis
OCA Transbot updated translations from Transifex
2022-12-22 10:47:17 +01:00
gfcapalbo
cce56e8935 [FIX] corrected calculation of immediately_usable_qty on product.product and
product.template, now takes in account variants and correctly displays value.
[FLAKE8]

Removing duplicate modules and moving README.rst into __unported__
2022-12-22 10:44:24 +01:00
Lionel Sausin (Numérigraphe)
14621dd151 [ADD] stock_available
Generic module to compute the stock quantity available to promise using several implementations.
stock_available_immediatly is changed to become the first optional implementation.
Cherry pick of commit 0b060f619f from the v7 branch

[IMP] stock_available* uses new API

[IMP] READMEs and TODOs

Cherry-picked from v7 at 8add4bea7e

Conflicts:
	__unported__/stock_available_mrp/__openerp__.py
	stock_available/__openerp__.py
	stock_available_immediately/__openerp__.py
2022-12-22 10:44:24 +01:00
gfcapalbo
20f20fc716 [UPD] move out from unported to 8 for update
[UPG] Upgraded to version 8, fixed references to new 8.0  views and  moved fields that were in  product.product to product.template

[fix] remove duplicate view and correct view name

[UPG][FIX] added outgoing field XML, that was in the base stock field in 7.0.

[UPG] stock available immediately, corrected the calculation method of
immediately_usable_qty to take in accountthe sign change in outgoing_qty
(from negative to positive) in version 8.

[FLAKE8]

[FIX] renaming of a class, comment removing, useless code.

[UPD] move out from unported to 8 for update

[fix] remove duplicate view and correct view name

[UPG][FIX] added outgoing field XML, that was in the base stock field in 7.0.

[FIX] renaming of a class, comment removing, useless code.

[fix] remove duplicate view and correct view name

[UPG][FIX] added outgoing field XML, that was in the base stock field in 7.0.

[UPD] move out from unported to 8 for update

[fix] remove duplicate view and correct view name

[UPG][FIX] added outgoing field XML, that was in the base stock field in 7.0.

[FIX] renaming of a class, comment removing, useless code.

[UPD] move out from unported to 8 for update

[fix] remove duplicate view and correct view name

[UPG][FIX] added outgoing field XML, that was in the base stock field in 7.0.

[FIX] renaming of a class, comment removing, useless code.

[UPD] move out from unported to 8 for update

[fix] remove duplicate view and correct view name

[UPG][FIX] added outgoing field XML, that was in the base stock field in 7.0.

[FIX] renaming of a class, comment removing, useless code.

[fix] remove duplicate view and correct view name

[UPG][FIX] added outgoing field XML, that was in the base stock field in 7.0.

[UPD] move out from unported to 8 for update

[fix] remove duplicate view and correct view name

[UPG][FIX] added outgoing field XML, that was in the base stock field in 7.0.

[FIX] renaming of a class, comment removing, useless code.
2022-12-22 10:44:24 +01:00
Laurent Mignon (Acsone)
aba0c16a5a Migrate stock_available_immediately to 7.0 2022-12-22 10:44:24 +01:00
Joel Grand-Guillaume
c0afc2cae7 [MIGR] Make all module uninstallable until we start migrating them. 2022-12-22 10:44:24 +01:00
@
d83a4a35fa [IMP] stock_available_immediately: licensed under AGPL-3 instead of GPL-3 with author agreement, improved help messages and pep8
(lp:c2c-addons/6.1  rev 45.1.8)
2022-12-22 10:44:24 +01:00
@
66af15a4e2 [MRG] stock_available_immediately from c2c-ecom-addons
(lp:c2c-addons/6.1  rev 45.1.7)
2022-12-22 10:44:24 +01:00
unknown
aecd6d5976 [ADD] moved modules
(lp:c2c-addons/6.1  rev 28.1.10)
2022-12-22 10:44:24 +01:00
OCA-git-bot
619cf2bf21 [ADD] setup.py 2022-12-19 07:45:56 +00:00
OCA-git-bot
6b40527dbd [UPD] README.rst 2022-12-19 07:45:55 +00:00
OCA-git-bot
28f32f3554 [UPD] addons table in README.md 2022-12-19 07:45:50 +00:00
oca-ci
e65fa66bec [UPD] Update stock_picking_show_linked.pot 2022-12-19 07:41:21 +00:00
OCA-git-bot
27eae618dc Merge PR #1584 into 15.0
Signed-off-by JordiBForgeFlow
2022-12-19 07:36:20 +00:00
Juany Davila
e9e86ba121 [MIG] stock_picking_show_linked: migration to 15.0 2022-12-16 14:03:55 -05:00
Juany Davila
8638871906 [IMP] stock_picking_show_linked: black, isort, prettier 2022-12-16 14:00:25 -05:00
OCA-git-bot
61f806305f stock_picking_show_linked 14.0.1.0.1 2022-12-16 13:55:58 -05:00
OCA-git-bot
affb2cb7f1 icon.png 2022-12-16 13:55:58 -05:00
OCA-git-bot
0d30d462d7 README.rst 2022-12-16 13:55:58 -05:00
oca-travis
a684aa8e56 Update stock_picking_show_linked.pot 2022-12-16 13:55:58 -05:00
Juany Davila
cc4c53baf4 stock_picking_show_linked: Add to 14.0 2022-12-16 13:55:58 -05:00
Weblate
096f6f4c14 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: stock-logistics-warehouse-15.0/stock-logistics-warehouse-15.0-stock_request_kanban
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-15-0/stock-logistics-warehouse-15-0-stock_request_kanban/
2022-12-15 16:09:13 +00:00
Weblate
f177b1e2a7 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: stock-logistics-warehouse-15.0/stock-logistics-warehouse-15.0-stock_request
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-15-0/stock-logistics-warehouse-15-0-stock_request/
2022-12-15 12:45:05 +00:00
OCA-git-bot
573d4151d8 [ADD] setup.py 2022-12-15 12:44:52 +00:00
OCA-git-bot
4fc324b942 [UPD] README.rst 2022-12-15 12:44:52 +00:00
OCA-git-bot
261f6329af [UPD] addons table in README.md 2022-12-15 12:44:45 +00:00
oca-ci
24269e7d27 [UPD] Update stock_request_kanban.pot 2022-12-15 12:40:33 +00:00
oca-ci
37b1047d4d [UPD] Update stock_request.pot 2022-12-15 12:40:32 +00:00
OCA-git-bot
eefd090285 Merge PR #1357 into 15.0
Signed-off-by LoisRForgeFlow
2022-12-15 12:36:34 +00:00
OCA-git-bot
605077fd64 [UPD] addons table in README.md 2022-12-15 08:58:36 +00:00
OCA-git-bot
4f31326889 stock_free_quantity 15.0.1.0.1 2022-12-15 08:58:31 +00:00
OCA-git-bot
7175ec65d8 [ADD] setup.py 2022-12-15 08:58:31 +00:00