-
-
Notifications
You must be signed in to change notification settings - Fork 307
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
[FIX] l10n_it_declaration_of_intent: demo data #4188
base: 16.0
Are you sure you want to change the base?
Conversation
1c1325d
to
562ddb3
Compare
Con questa PR la #4184 carica i dati demo correttamente? |
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.
Grazie della PR!
@@ -36,9 +36,13 @@ | |||
]" | |||
/> | |||
</record> | |||
<record id="l10n_it_esportatore_abituale" model="account.fiscal.position"> | |||
<record id="l10n_it_esportatore_abituale" model="account.fiscal.position.template"> |
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.
Come mai non vogliamo più creare una posizione fiscale ma un template?
In runboat ho attivato entrambe le aziende ma non trovo né questa posizione fiscale:
né il partner dichiarato poco sotto:
Provando ad aggiornare il modulo ottengo
e il log non dice nulla di utile
2024-07-09 16:02:19,052 18 INFO b6bea5fc7-7e2a-4bc0-b232-f733bad90cd2 odoo.modules.loading: Loading module l10n_it_declaration_of_intent (107/164)
2024-07-09 16:02:19,289 18 INFO b6bea5fc7-7e2a-4bc0-b232-f733bad90cd2 odoo.modules.registry: module l10n_it_declaration_of_intent: creating or updating database tables
2024-07-09 16:02:19,481 18 INFO b6bea5fc7-7e2a-4bc0-b232-f733bad90cd2 odoo.modules.loading: loading l10n_it_declaration_of_intent/security/declaration_security.xml
2024-07-09 16:02:19,484 18 INFO b6bea5fc7-7e2a-4bc0-b232-f733bad90cd2 odoo.modules.loading: loading l10n_it_declaration_of_intent/security/ir.model.access.csv
2024-07-09 16:02:19,494 18 INFO b6bea5fc7-7e2a-4bc0-b232-f733bad90cd2 odoo.modules.loading: loading l10n_it_declaration_of_intent/data/sequence.xml
2024-07-09 16:02:19,496 18 INFO b6bea5fc7-7e2a-4bc0-b232-f733bad90cd2 odoo.modules.loading: loading l10n_it_declaration_of_intent/wizard/select_declarations_view.xml
2024-07-09 16:02:19,507 18 INFO b6bea5fc7-7e2a-4bc0-b232-f733bad90cd2 odoo.modules.loading: loading l10n_it_declaration_of_intent/views/account_view.xml
2024-07-09 16:02:19,522 18 INFO b6bea5fc7-7e2a-4bc0-b232-f733bad90cd2 odoo.modules.loading: loading l10n_it_declaration_of_intent/views/declaration_of_intent_view.xml
2024-07-09 16:02:19,552 18 INFO b6bea5fc7-7e2a-4bc0-b232-f733bad90cd2 odoo.modules.loading: loading l10n_it_declaration_of_intent/views/company_view.xml
2024-07-09 16:02:19,565 18 INFO b6bea5fc7-7e2a-4bc0-b232-f733bad90cd2 odoo.modules.loading: loading l10n_it_declaration_of_intent/views/account_invoice_view.xml
2024-07-09 16:02:19,631 18 INFO b6bea5fc7-7e2a-4bc0-b232-f733bad90cd2 odoo.addons.base.models.ir_module: module l10n_it_declaration_of_intent: loading translation file it for language it_IT
2024-07-09 16:02:19,677 18 INFO b6bea5fc7-7e2a-4bc0-b232-f733bad90cd2 odoo.modules.loading: Module l10n_it_declaration_of_intent loaded in 0.62s, 369 queries (+369 other)
Puoi verificare?
Avevo capito che con queste modifiche i dati demo sarebbero stati caricati correttamente
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Riapro perché il problema è ancora presente. @TheMule71 |
I dati di demo non devono dipendere da l10n_it, sennò si spaccano i test (di altri moduli apparentemente)
https://github.com/OCA/l10n-italy/actions/runs/9379786809/job/25825424850?pr=4184