-
-
Notifications
You must be signed in to change notification settings - Fork 257
[17.0][MIG] l10n_br_fiscal: Migration to 17.0 #3740
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
Draft
marcelsavegnago
wants to merge
2,002
commits into
OCA:17.0
Choose a base branch
from
Escodoo:17.0-mig-l10n_br_fiscal
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.
Draft
Conversation
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
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: l10n-brazil-16.0/l10n-brazil-16.0-l10n_br_fiscal Translate-URL: https://translation.odoo-community.org/projects/l10n-brazil-16-0/l10n-brazil-16-0-l10n_br_fiscal/
…create Fiscal Documents.
Currently translated at 91.5% (1237 of 1351 strings) Translation: l10n-brazil-16.0/l10n-brazil-16.0-l10n_br_fiscal Translate-URL: https://translation.odoo-community.org/projects/l10n-brazil-16-0/l10n-brazil-16-0-l10n_br_fiscal/pt_BR/
…ming documents of return type
…s sent and awaiting processing
changed a few names/methods xml -> file (could be XML or json) moved a few methods/UI from l10n_br_nfe so they are shared pluggable binding type detection
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: l10n-brazil-16.0/l10n-brazil-16.0-l10n_br_fiscal Translate-URL: https://translation.odoo-community.org/projects/l10n-brazil-16-0/l10n-brazil-16-0-l10n_br_fiscal/
Some modules of the repo depend on stock and have demo products of type 'product' (this type is added to product.template in the stock module). For some reason when running the tests, some inverse method fields then fail when reading 'product' value for the product type. It seems it is because l10n_br_fiscal doesn't depend on stock. But we don't want such a dependency. So to avoid the bug we add the 'product' value to the selection which seems like an acceptable workaround.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: l10n-brazil-16.0/l10n-brazil-16.0-l10n_br_fiscal Translate-URL: https://translation.odoo-community.org/projects/l10n-brazil-16-0/l10n-brazil-16-0-l10n_br_fiscal/
Revert "[FIX] restricted fields were required in domains" This reverts commit 173a0f7. As per OCA migration guide: you should check if the fields protected by a group interact in some way with business logic or UI. For example, a field being part of a domain of another field, or being used in copy/defaults. An special case is the field company_id, which is always used internally for domains on many2one fields referencing multi-company aware records. On these cases, you have to add the same field twice, one with the group, and another invisible without it. Check core examples in odoo/odoo#95729.
3ba31bb
to
14ddcb5
Compare
308ea06
to
5651853
Compare
19d0949
to
dc299d7
Compare
bc4b6a8
to
9115fb4
Compare
9115fb4
to
7548a47
Compare
6e8dea3
to
51d4557
Compare
51d4557
to
9a5a484
Compare
c7a3a5e
to
25649aa
Compare
25649aa
to
12744df
Compare
07ecb46
to
86b2368
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.