-
Notifications
You must be signed in to change notification settings - Fork 1
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
[14.0][MIG] purchase_order_move_menu #41
base: 14.0
Are you sure you want to change the base?
Conversation
460c47f
to
66be176
Compare
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.
Tested on CigTest env 👍 even for non-Inventory Managers (that should see only their purchase moves).
Please attend comments of encoding typos (may you used VSCode when launching git keep
history command instead of using cmd
?).
And, when done, add as usual a separated UPD
commit for README
move from 13.0
to 14.0
, as solvosci/slv-sale@ab09593 does
@@ -0,0 +1,2 @@ | |||
* David Alonso <[email protected]> | |||
* Christian Santamar??a <[email protected]> |
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.
Fix it:
* Christian Santamar??a <[email protected]> | |
* Christian Santamaría <[email protected]> |
purchase_order_move_menu/i18n/es.po
Outdated
#. module: purchase_order_move_menu | ||
#: model:ir.model.fields,help:purchase_order_move_menu.field_stock_move__po_product_categ_id | ||
msgid "Select category for the current product" | ||
msgstr "Seleccione la categor??a para el producto actual" |
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.
Fix:
msgstr "Seleccione la categor??a para el producto actual" | |
msgstr "Seleccione la categoría para el producto actual" |
…d First invoice date stored and refactor them
66be176
to
2412040
Compare
Standard migration to v14