[18.0] [MIG] l10n_it_bill_of_entry#4660
Conversation
61bd3bb to
8398781
Compare
|
/ocabot migration l10n_it_bill_of_entry |
8398781 to
9687acd
Compare
bae6cbd to
efaef48
Compare
[FIX] mail author [ADD] advance_customs_vat and wizard/select_template [FIX] Add __init__.py [ADD] button 'Make Bill of Entry' [FIX] Remove pdb [REF] override load_template [ADD] check if invoice.customs_doc_type == 'forwarder_invoice'
[fix] osv -> orm [add] action_move_create [add] company [add] storno move [add] reconciliation [add] action_cancel [imp] descr [imp] company view [fix] view [fix] view [fix] view [fix] errore msg [fix] m2m [fix] missing partner [imp] tax code [imp] description [add] allow to link BOE to forwarder inv [imp] interface [imp] interface [add] trans [imp] interface [REF] Set all the modules of the master branches to "installable": False moves all modules into a __unported__ directory
* essential features migration from rel. 7 * adding demo data and unit tests
+ improvements
…ready generated storno
Currently translated at 100.0% (46 of 46 strings) Translation: l10n-italy-14.0/l10n-italy-14.0-l10n_it_bill_of_entry Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-14-0/l10n-italy-14-0-l10n_it_bill_of_entry/it/
Currently translated at 100.0% (52 of 52 strings) Translation: l10n-italy-14.0/l10n-italy-14.0-l10n_it_bill_of_entry Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-14-0/l10n-italy-14-0-l10n_it_bill_of_entry/it/
Currently translated at 100.0% (48 of 48 strings) Translation: l10n-italy-16.0/l10n-italy-16.0-l10n_it_bill_of_entry Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-16-0/l10n-italy-16-0-l10n_it_bill_of_entry/it/
The user must be logged in only one company for the tests to behave as expected. For instance, searching for a journal should only find journals in the current company
Currently translated at 100.0% (48 of 48 strings) Translation: l10n-italy-16.0/l10n-italy-16.0-l10n_it_bill_of_entry Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-16-0/l10n-italy-16-0-l10n_it_bill_of_entry/it/
efaef48 to
9677e9a
Compare
| "base", | ||
| "account", | ||
| ], | ||
| "depends": ["base", "account", "l10n_it"], |
There was a problem hiding this comment.
La dipendenza da l10n_it in passato andava evitata, ma direi che ormai l'abbiamo sdoganata 😉 (pun intended)
👍
| @@ -81,7 +81,9 @@ def setUp(self): | |||
| "amount": 22, | |||
There was a problem hiding this comment.
Ora che abbiamo l10n_it, non esiste già questa imposta nei dati demo?
There was a problem hiding this comment.
Il 22% utilizzato per le dogane non è lo stesso utilizzato per gli acquisti, quindi è probabile che non ci sia nei dati di demo
There was a problem hiding this comment.
Github non me la faceva indicare tutta, ma viene creata così:
self.tax_model.create(
{
"name": "22%",
"amount": 22,
"amount_type": "percent",
"type_tax_use": "purchase",
"tax_group_id": self.env.ref(
f"account.{demo_data_company.id}_tax_group_iva_22"
).id,
}
)mi sembra sia un'imposta generica per gli acquisti, e potrebbe già esserci.
Se fosse quella per le dogane andrebbe almeno indicato nel nome.
|
Secondo me ci vuole needs functional review . |
Deve essere ancora approvata, c'è il task nelle hotfix |
|
This PR has the |
9677e9a to
48622c5
Compare
@monen17 ho rimosso questo commit così si può mergiare la migrazione e poi farò il fw Port della PR |
|
/ocabot merge nobump |
|
What a great day to merge this nice PR. Let's do it! |
|
Congratulations, your PR was merged at f0ff810. Thanks a lot for contributing to OCA. ❤️ |
Odoo SA non supporta la gestione delle bolle doganali e non è neanche riportata nella roadmap perciò ho migrato il modulo OCA.