-
-
Notifications
You must be signed in to change notification settings - Fork 697
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] product_pricelist_direct_print: Migration to 17.0 #1718
Open
bizzappdev
wants to merge
78
commits into
OCA:17.0
Choose a base branch
from
BizzAppDev-Systems:17.0-mig-product_pricelist_direct_print-BAD
base: 17.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[17.0] [MIG] product_pricelist_direct_print: Migration to 17.0 #1718
bizzappdev
wants to merge
78
commits into
OCA:17.0
from
BizzAppDev-Systems:17.0-mig-product_pricelist_direct_print-BAD
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…t for pricelist (OCA#290)
Print price list for future date Print price list for N last ordered products Send report by email to each partner selected
…_ordered_products_to_print
Ported from commit b317151 TT27367
When we check the price of any product, the date that we pass on the context has to be a Datetime value or None. With this change we avoid to pass a False. Here you have the reference to the code that check that https://github.com/OCA/OCB/blob/13.0/addons/product/models/product.py#L599-L600 TT29935
… products TT30596
In a multicompany environment we need to contextualize the report company. Otherwise, the pricelists will be printed with the header and data of the current user's default company, which can be incoherent. TT32544
This fix a compatibility issue with product_pricelist_supplierinfo if the wizard date isn't set. TT32729
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: product-attribute-16.0/product-attribute-16.0-product_pricelist_direct_print Translate-URL: https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_pricelist_direct_print/
Currently translated at 100.0% (65 of 65 strings) Translation: product-attribute-16.0/product-attribute-16.0-product_pricelist_direct_print Translate-URL: https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_pricelist_direct_print/it/
Currently translated at 100.0% (65 of 65 strings) Translation: product-attribute-16.0/product-attribute-16.0-product_pricelist_direct_print Translate-URL: https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_pricelist_direct_print/it/
- Include context keys for avoiding mail operations overhead.
Currently translated at 100.0% (65 of 65 strings) Translation: product-attribute-16.0/product-attribute-16.0-product_pricelist_direct_print Translate-URL: https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_pricelist_direct_print/it/
Currently translated at 100.0% (65 of 65 strings) Translation: product-attribute-16.0/product-attribute-16.0-product_pricelist_direct_print Translate-URL: https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_pricelist_direct_print/tr/
Blank product_attribute_values on changing show_variants
…t' object has no attribute 'show_attribute_values'
…ut administration permision Steps to reproduce the problem: 1. Log in with a user without Administration permision 2. Open Pricelist Print wizard An error about permisions is desplayed
… that doesn't belong to 'Administration/Access Rights' try to print pricelists. Fix : OCA#1655
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: product-attribute-16.0/product-attribute-16.0-product_pricelist_direct_print Translate-URL: https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_pricelist_direct_print/
…ing an product category, include its child categories.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: product-attribute-16.0/product-attribute-16.0-product_pricelist_direct_print Translate-URL: https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_pricelist_direct_print/
Currently translated at 100.0% (66 of 66 strings) Translation: product-attribute-16.0/product-attribute-16.0-product_pricelist_direct_print Translate-URL: https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_pricelist_direct_print/it/
Currently translated at 100.0% (66 of 66 strings) Translation: product-attribute-16.0/product-attribute-16.0-product_pricelist_direct_print Translate-URL: https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_pricelist_direct_print/it/
bizzappdev
force-pushed
the
17.0-mig-product_pricelist_direct_print-BAD
branch
from
September 9, 2024 08:58
31a3a60
to
fc720b3
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.