-
-
Notifications
You must be signed in to change notification settings - Fork 790
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_line_sequence #1060
[14.0][MIG] purchase_order_line_sequence #1060
Conversation
If the creation of purchase order lines is made with form view rather than tree view then the module misbehaves, ie, creates a line with sequence 9999. This fixes that without breaking the tree view usage. It also makes sure that the sequence is kept when duplicating a purchase order, which makes more sense. It seems that this was a typo/bug on the original module which was not manifestating when using tree view but becomes clear when allowing editing of the purchase order line with form view.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: purchase-workflow-12.0/purchase-workflow-12.0-purchase_order_line_sequence Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-12-0/purchase-workflow-12-0-purchase_order_line_sequence/
…e if not updatable move.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: purchase-workflow-12.0/purchase-workflow-12.0-purchase_order_line_sequence Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-12-0/purchase-workflow-12-0-purchase_order_line_sequence/
Currently translated at 88.9% (8 of 9 strings) Translation: purchase-workflow-12.0/purchase-workflow-12.0-purchase_order_line_sequence Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-12-0/purchase-workflow-12-0-purchase_order_line_sequence/fr/
Thank you for helping this migration. As for the name of the PR, if you could change it to searchable name, i.e, purchase_order_line_sequence, that would be awesome. Sometime people redo it because they don't know it was being done. Thanks! |
Please follow this guide line https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-14.0#technical-method-to-migrate-a-module-from-130-to-140-branch |
07464d0
to
effa2dc
Compare
@cjallais Is it possible to resolve the failed checks? |
This module depends on stock_picking_line_sequence module that is not
merged yet: OCA/stock-logistics-workflow#768
Le jeu. 11 mars 2021, à 05 h 44, dsolanki-initos ***@***.***>
a écrit :
… @cjallais <https://github.com/cjallais> Is it possible to resolve the
failed checks?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1060 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKE4U3UPLEBM7YSVWUSTBHTTDCNG7ANCNFSM4VZQQGRA>
.
--
<https://arche-ti.ca>
<https://archeti.com>
<https://www.facebook.com/TIArche>
<https://twitter.com/tiarche>
<https://www.linkedin.com/company/arche-ti>
AVIS DE CONFIDENTIALITÉ Ce
message peut contenir de l'information
légalement privilégiée ou
confidentielle. Si vous n'êtes pas le
destinataire ou croyez avoir reçu
par erreur ce message, nous vous
saurions gré d'en aviser l'émetteur et
d'en détruire le contenu sans le
communiquer à d'autres ou le reproduire.
À moins d'avis contraire de sa
part, le destinataire autorise
l'utilisation du courriel non sécurisé
pour la transmission de
renseignements confidentiels.
CONFIDENTIALITY NOTICE This communication
may contain privileged or
confidential information. If you are not the
intended recipient or
received this communication by error, please notify
the sender and
delete the message without copying or disclosing it. Unless
explicitly
indicated, the receiver hereby authorizes the use of unsecured
and
unencrypted e-mail for the future transmission of confidential
information.
|
@cjallais To resolve this error please add the repo "stock-logistics-workflow" in the oca_dependencies.txt file. |
effa2dc
to
965698e
Compare
Hi @cjallais , |
Hi @cjallais |
Hi @cjallais if possible please resolve the conflicts. |
@@ -12,6 +12,7 @@ | |||
"author": "Camptocamp, " | |||
"Eficent, " | |||
"Serpent CS, " | |||
"ArcheTI, " |
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.
Please add yourself as contributors not as author
@cjallais please resolve the conflicts |
965698e
to
0d84b1b
Compare
@cjallais It would be great if you can resolve conflicts. |
e6c8ad5
to
0d84b1b
Compare
It would be nice if we could merge this PR. |
It would be nice if we could merge the PR. |
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.
LGTM.
It would be great if we could get the reviews here. |
1 similar comment
It would be great if we could get the reviews here. |
It would be great if we could get the reviews and merge the PR soon |
This PR has the |
It would be ncie if the maintainers merge this PR |
/ocabot merge nobump |
This PR looks fantastic, let's merge it! |
It looks like something changed on |
Congratulations, your PR was merged at c6fd4d9. Thanks a lot for contributing to OCA. ❤️ |
Migrate from v12 to v14
Dependency