-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[18.0][MIG] stock_request_purchase: Migration to 18.0 #51
base: 18.0
Are you sure you want to change the base?
Conversation
OCA Transbot updated translations from Transifex
- Error with the sequence number. - Visible texts that should be in uppercases. - order_id should only be visible if group_stock_request_order option is enabled. - adds more tests - adds consistency between models company-wise
[UPD] Update stock_request_purchase.pot
Currently translated at 100,0% (13 of 13 strings) Translation: stock-logistics-warehouse-11.0/stock-logistics-warehouse-11.0-stock_request_purchase Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-11-0/stock-logistics-warehouse-11-0-stock_request_purchase/es/
[UPD] Update stock_request_purchase.pot [UPD] README.rst
stock_request_purchase 12.0.1.1.0 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_purchase Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_request_purchase/ [UPD] README.rst
…rrors stock_request_purchase 12.0.1.1.1
Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (13 of 13 strings) Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_request_purchase Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_request_purchase/zh_CN/
stock_request_purchase 12.0.1.1.2
Currently translated at 100.0% (13 of 13 strings) Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_request_purchase Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_request_purchase/es/
[UPD] Update stock_request_purchase.pot [UPD] README.rst Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: stock-logistics-warehouse-13.0/stock-logistics-warehouse-13.0-stock_request_purchase Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-13-0/stock-logistics-warehouse-13-0-stock_request_purchase/ Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: stock-logistics-warehouse-13.0/stock-logistics-warehouse-13.0-stock_request_purchase Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-13-0/stock-logistics-warehouse-13-0-stock_request_purchase/
[UPD] Update stock_request_purchase.pot
[UPD] Update stock_request_purchase.pot [UPD] README.rst stock_request_purchase 15.0.1.0.1
…urchases TT43414 stock_request_purchase 15.0.1.0.2
…w_stock_request action of purchase.order TT43297
… all stock requests from action. Allows inheritance by other modules TT43297 stock_request_purchase 15.0.1.1.0 [UPD] README.rst
TT44811 stock_request_purchase 15.0.1.2.0 [UPD] README.rst 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_purchase Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-15-0/stock-logistics-warehouse-15-0-stock_request_purchase/
Currently translated at 100.0% (13 of 13 strings) Translation: stock-logistics-warehouse-15.0/stock-logistics-warehouse-15.0-stock_request_purchase Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-15-0/stock-logistics-warehouse-15-0-stock_request_purchase/es/
Translated using Weblate (Italian) Currently translated at 100.0% (13 of 13 strings) Translation: stock-logistics-warehouse-15.0/stock-logistics-warehouse-15.0-stock_request_purchase Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-15-0/stock-logistics-warehouse-15-0-stock_request_purchase/it/
Co-authored-by: Bruno-Zanotti
…ated purchase order lines Before this commit, when a purchase order line was unlinked, the stock request remained open. After this commit, related stock requests are canceled.
This module was created before the maintainers key existed.
f532f75
to
91b1179
Compare
LGTM! |
/ocabot migration stock_request_purchase |
@@ -4,7 +4,7 @@ | |||
{ | |||
"name": "Stock Request Purchase", | |||
"summary": "Internal request for stock", | |||
"version": "17.0.1.0.3", | |||
"version": "18.0.1.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jcadhoc Could you put version change in migration commit ? Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ready!
91b1179
to
df541e4
Compare
@rousseldenis Already changed! Anything else? |
No description provided.