-
-
Notifications
You must be signed in to change notification settings - Fork 791
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
[17.0][MIG] purchase_deposit #2210
base: 17.0
Are you sure you want to change the base?
Conversation
Currently translated at 95.2% (40 of 42 strings) Translation: purchase-workflow-14.0/purchase-workflow-14.0-purchase_deposit Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-14-0/purchase-workflow-14-0-purchase_deposit/fr/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: purchase-workflow-14.0/purchase-workflow-14.0-purchase_deposit Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-14-0/purchase-workflow-14-0-purchase_deposit/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: purchase-workflow-15.0/purchase-workflow-15.0-purchase_deposit Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-15-0/purchase-workflow-15-0-purchase_deposit/
Currently translated at 60.4% (26 of 43 strings) Translation: purchase-workflow-15.0/purchase-workflow-15.0-purchase_deposit Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-15-0/purchase-workflow-15-0-purchase_deposit/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: purchase-workflow-16.0/purchase-workflow-16.0-purchase_deposit Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_deposit/
Currently translated at 100.0% (44 of 44 strings) Translation: purchase-workflow-16.0/purchase-workflow-16.0-purchase_deposit Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_deposit/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: purchase-workflow-16.0/purchase-workflow-16.0-purchase_deposit Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_deposit/
Currently translated at 100.0% (44 of 44 strings) Translation: purchase-workflow-16.0/purchase-workflow-16.0-purchase_deposit Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_deposit/fr/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: purchase-workflow-16.0/purchase-workflow-16.0-purchase_deposit Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_deposit/
Currently translated at 100.0% (44 of 44 strings) Translation: purchase-workflow-16.0/purchase-workflow-16.0-purchase_deposit Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_deposit/es/
Currently translated at 100.0% (44 of 44 strings) Translation: purchase-workflow-16.0/purchase-workflow-16.0-purchase_deposit Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_deposit/it/
Currently translated at 100.0% (44 of 44 strings) Translation: purchase-workflow-16.0/purchase-workflow-16.0-purchase_deposit Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_deposit/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: purchase-workflow-16.0/purchase-workflow-16.0-purchase_deposit Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_deposit/
Currently translated at 100.0% (44 of 44 strings) Translation: purchase-workflow-16.0/purchase-workflow-16.0-purchase_deposit Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_deposit/it/
Previously, users without 'write' access to the 'product.product' model and the 'res.users' model were unable to Register Deposit for the first time.
3e31aea
to
14bec6a
Compare
3b6f6c7
to
fae8913
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.
Please rebase commit! The test file and workflow is LGTM 👍
@OCA-git-bot migration purchase_deposit. Please add it to Issues Migration to version 17.0 |
/ocabot migration purchase_deposit |
Hello @achulii , thank you for your work. According to OCA's migration wiki, it would be welcome to have the administrative commits squashed togheter -> https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-17.0 . Could you have a look at it? |
Purchase Deposit
This module allow purchase order to register deposit similar to that in sales order.
When purchase order is confirmed, a new button "Register Deposit" will
appear. Normally, deposit will be used to create the 1st bill (as
deposit).
will open
Deposit Payment (fixed amount)
As deposit is created, when user click button "Create Bill" again in
purchase order, the Vendor Bill will be created with deposit amount
deducted.