[IMP][14.0] contract: display Generation Type on Contract Template form#1
Open
Rad0van wants to merge 38 commits into
Open
[IMP][14.0] contract: display Generation Type on Contract Template form#1Rad0van wants to merge 38 commits into
Rad0van wants to merge 38 commits into
Conversation
Add check_company=True in field definition and
[('company_id', '=', company_id)] in the domain (in view or in field definition)
…it in other modules)
Currently translated at 99.0% (330 of 333 strings) Translation: contract-14.0/contract-14.0-contract Translate-URL: https://translation.odoo-community.org/projects/contract-14-0/contract-14-0-contract/it/
We need to set a fixed date for teststest_check_month_name_marker to check against the month of the date we are set (otherwise it would check against the month of today).
Currently translated at 100.0% (76 of 76 strings) Translation: contract-14.0/contract-14.0-agreement Translate-URL: https://translation.odoo-community.org/projects/contract-14-0/contract-14-0-agreement/ca/
Currently translated at 100.0% (49 of 49 strings) Translation: contract-14.0/contract-14.0-product_contract Translate-URL: https://translation.odoo-community.org/projects/contract-14-0/contract-14-0-product_contract/pt/
Currently translated at 100.0% (333 of 333 strings) Translation: contract-14.0/contract-14.0-contract Translate-URL: https://translation.odoo-community.org/projects/contract-14-0/contract-14-0-contract/pt/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: contract-14.0/contract-14.0-product_contract Translate-URL: https://translation.odoo-community.org/projects/contract-14-0/contract-14-0-product_contract/
Currently translated at 99.0% (330 of 333 strings) Translation: contract-14.0/contract-14.0-contract Translate-URL: https://translation.odoo-community.org/projects/contract-14-0/contract-14-0-contract/it/
Currently translated at 63.1% (48 of 76 strings) Translation: contract-14.0/contract-14.0-agreement Translate-URL: https://translation.odoo-community.org/projects/contract-14-0/contract-14-0-agreement/it/
Currently translated at 92.1% (47 of 51 strings) Translation: contract-14.0/contract-14.0-product_contract Translate-URL: https://translation.odoo-community.org/projects/contract-14-0/contract-14-0-product_contract/it/
Currently translated at 92.1% (47 of 51 strings) Translation: contract-14.0/contract-14.0-product_contract Translate-URL: https://translation.odoo-community.org/projects/contract-14-0/contract-14-0-product_contract/it/
Currently translated at 99.0% (330 of 333 strings) Translation: contract-14.0/contract-14.0-contract Translate-URL: https://translation.odoo-community.org/projects/contract-14-0/contract-14-0-contract/it/
The setting exists there, is even being used but there is no way to set it globally (need to do that in generated Contract). This is especially important if `contract_sale_generation` is installed and being used.
This file contains hidden or 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
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.
The setting exists there, is even being used but there is no way to set it globally (need to do that in generated Contract). This is especially important if
contract_sale_generationis installed and being used.