Commit Graph

985 Commits

Author SHA1 Message Date
oca-travis
e439e6f39d [UPD] Update stock_warehouse_orderpoint_stock_info_unreserved.pot 2019-12-16 15:43:13 +00:00
oca-travis
678ddaa63d [UPD] Update stock_warehouse_orderpoint_stock_info.pot 2019-12-16 15:43:12 +00:00
oca-travis
7a367460a5 [UPD] Update stock_orderpoint_uom.pot 2019-12-16 15:42:51 +00:00
oca-travis
a952421ea3 [UPD] Update stock_orderpoint_purchase_link.pot 2019-12-16 15:42:50 +00:00
oca-travis
886a9cbd4f [UPD] Update stock_orderpoint_manual_procurement.pot 2019-12-16 15:42:45 +00:00
oca-travis
f02be83a21 [UPD] Update stock_orderpoint_generator.pot 2019-12-16 15:42:44 +00:00
OCA-git-bot
f170a9b0bc Merge PR #791 into 12.0
Signed-off-by pedrobaeza
2019-12-16 15:31:04 +00:00
david
8676d226fa [MIG] stock_orderpoint_generator: Migration to 12.0 2019-12-16 10:31:20 +01:00
OCA Transbot
f82eb80bbf Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: stock-logistics-warehouse-11.0/stock-logistics-warehouse-11.0-stock_orderpoint_generator
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-11-0/stock-logistics-warehouse-11-0-stock_orderpoint_generator/
2019-12-16 10:01:26 +01:00
OCA-git-bot
70e20905df stock_orderpoint_generator 11.0.2.0.0 2019-12-16 10:01:26 +01:00
oca-travis
49275257a4 [UPD] Update stock_orderpoint_generator.pot 2019-12-16 10:01:26 +01:00
david
50dd05a7fb [IMP] stock_orderpoint_generator: auto values 2019-12-16 10:01:26 +01:00
OCA-git-bot
198686f51a stock_orderpoint_generator 11.0.1.0.1 2019-12-16 10:01:26 +01:00
Cas Vissers
4abc818114 [FIX] Fix singleton 2019-12-16 10:01:26 +01:00
OCA-git-bot
fe8096eddd [UPD] README.rst 2019-12-16 10:01:26 +01:00
OCA Transbot
b069dd9777 Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
2019-12-16 10:01:26 +01:00
oca-travis
08990b146e [UPD] Update stock_orderpoint_generator.pot 2019-12-16 10:01:26 +01:00
OCA-git-bot
866d75abd7 [UPD] README.rst 2019-12-16 10:01:26 +01:00
cubells
a70f6b9d8b [MIG] stock_orderpoint_generator: Migration to 11.0 2019-12-16 10:01:26 +01:00
Nicolas Mac Rouillon
44b8105a4e [FIX] stock_orderpoint_generator: fix a bug when iterate the data with call create (#466) 2019-12-16 10:01:26 +01:00
OCA Transbot
3bd2202e63 [UPD] Update stock_orderpoint_generator.pot 2019-12-16 10:01:26 +01:00
mreficent
9b55284f03 [FIX] stock_orderpoint_generator (fields don't exist) 2019-12-16 10:01:26 +01:00
OCA Transbot
740c2e5518 OCA Transbot updated translations from Transifex 2019-12-16 10:01:26 +01:00
Guewen Baconnier
079bfe934e [IMP] stock_orderpoint_generator: Add Automatic Reordering Rules (#258)
And improve the wording

* Add an option to automatically generate rules

When a product variant is created with a (or several) rule template(s), it
automatically generates (on the fly) the corresponding rule(s). When a rule template
is modified, it automatically updates the existing rules of the linked
products (it uses the mechanism in place, disable the old and create a
fresh one). The latter update is done by a cron because it might take a
long time to update all the products reordering rules.

* Add documentation

* Copy orderpoint views to orderpoint templates

Unfortunately we cannot rely on the possibility to copy a view with
"inherit_id" + "mode=primary" in Odoo 9.0 in this use case (precisely
with a model that is a "copy by prototype").

The explanation:

We "copy by prototype" the model "stock.warehouse.orderpoint" to a new
"stock.warehouse.orderpoint.template" model (with both _inherit and
different _name). Before this commit, we were reusing the
stock.warehouse.orderpoint's views, just making the changes needed for
the templates. Thing is: when a third (unrelated) addon adds a column on
the model, the ORM doesn't add the column in the
stock.warehouse.orderpoint.template model. So the templates' views
complains about this unexisting field.

Therefore, copy-pasting the view ensure that changes on
'stock.warehouse.orderpoint' does not have any side effect on the
templates.

From Odoo 10.0, the "copy by prototype" reports the changes made on the
"prototype" model to the "copy" so we should be able to revert to the
"inherit_id" + "mode=primary" views.
2019-12-16 10:01:25 +01:00
OCA Transbot
0a49ea6954 OCA Transbot updated translations from Transifex 2019-12-16 10:01:25 +01:00
Cyril Gaudin
97b7e12c30 stock_orderpoint_generator: Migration V9 2019-12-16 10:01:25 +01:00
OCA Transbot
b63a1ac73b Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_move_location
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_move_location/
2019-12-09 13:44:52 +00:00
OCA-git-bot
cd34135a3e stock_move_location 12.0.1.2.0 2019-12-09 13:43:49 +00:00
OCA-git-bot
7d8660e76a [UPD] README.rst 2019-12-09 13:43:48 +00:00
oca-travis
ec2818463f [UPD] Update stock_move_location.pot 2019-12-09 12:56:40 +00:00
OCA-git-bot
eada10748d Merge PR #755 into 12.0
Signed-off-by lreficent
2019-12-09 12:47:36 +00:00
Joan Sisquella
ac422a62d0 [11.0][FIX] stock_move_location:
* fix test as per migration
* fix inconsistency in reserved quantity for planned transfers
2019-12-09 12:58:58 +01:00
Lois Rilo
cd32b329a8 [11.0][IMP] stock_move_location:
* fix tests as per latest changes
* extend test as per latest changes
* add little help in technical fields
2019-12-09 11:00:16 +01:00
Jordi Ballester Alomar
7fff921c53 display picking type in move location wizard, and get a default value 2019-12-09 10:58:08 +01:00
Lois Rilo
08d6af3f50 [11.0] stock_move_location: add small margin between buttons,
done inline because the same margin is defined in  style files
for account dashboard, however I don't want to apply the
account_kanban class here as it would have more effects.
2019-12-09 10:56:30 +01:00
Jordi Ballester Alomar
39b2b38ad3 in planned transfers do not set the qty_done in move lines 2019-12-09 10:56:17 +01:00
Jordi Ballester Alomar
6975f6c600 This commit introduces changes to stock_move_location:
- The ability to start the wizard from a picking type in the inventory dasbhoard
- A toggle to edit the origin and destination locations.
2019-12-09 10:45:10 +01:00
OCA Transbot
0987cac878 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_request_submit
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_request_submit/
2019-12-02 16:39:19 +00:00
OCA Transbot
d3019b9793 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_request
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_request/
2019-12-02 16:38:56 +00:00
OCA-git-bot
09a88a57b3 stock_request 12.0.1.1.6 2019-12-02 16:38:41 +00:00
OCA-git-bot
41481044ce stock_request_submit 12.0.1.0.2 2019-12-02 16:38:40 +00:00
oca-travis
63a56c27be [UPD] Update stock_request_submit.pot 2019-12-02 15:54:14 +00:00
oca-travis
7dd9d0f608 [UPD] Update stock_request.pot 2019-12-02 15:54:09 +00:00
OCA-git-bot
a364c05975 Merge PR #780 into 12.0
Signed-off-by lreficent
2019-12-02 15:46:04 +00:00
Maxime Chambreuil
48b0dc8222 [FIX] stock_request_submit 2019-11-30 12:49:57 +05:30
Maxime Chambreuil
514fb4ef66 [FIX] stock_request 2019-11-29 11:11:35 -06:00
OCA-git-bot
2f0baa2a56 stock_mts_mto_rule 12.0.1.0.1 2019-11-28 08:44:40 +00:00
OCA-git-bot
4e1b3c00d3 Merge PR #767 into 12.0
Signed-off-by rousseldenis
2019-11-28 08:14:54 +00:00
Galoperd
835abcaab4 Translated using Weblate (Spanish)
Currently translated at 100.0% (13 of 13 strings)

Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_available_unreserved
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_available_unreserved/es/
2019-11-26 20:14:46 +00:00
Rodrigo Macedo
1389db39dd Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (5 of 5 strings)

Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_inventory_lockdown
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_inventory_lockdown/pt_BR/
2019-11-24 19:58:13 +00:00