[17.0][MIG] sale_report_delivered_volume: Migration to 17.0#310
[17.0][MIG] sale_report_delivered_volume: Migration to 17.0#310BhaveshHeliconia wants to merge 8 commits intoOCA:17.0from
Conversation
829bee8 to
a06886b
Compare
|
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. |
a06886b to
c5586df
Compare
c5586df to
0855e46
Compare
|
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. |
…volume at sale.report
Currently translated at 100.0% (2 of 2 strings) Translation: sale-reporting-16.0/sale-reporting-16.0-sale_report_delivered_volume Translate-URL: https://translation.odoo-community.org/projects/sale-reporting-16-0/sale-reporting-16-0-sale_report_delivered_volume/es/
Currently translated at 100.0% (2 of 2 strings) Translation: sale-reporting-16.0/sale-reporting-16.0-sale_report_delivered_volume Translate-URL: https://translation.odoo-community.org/projects/sale-reporting-16-0/sale-reporting-16-0-sale_report_delivered_volume/it/
0855e46 to
e105bb3
Compare
|
Hey @OCA/crm-sales-marketing-maintainers would be great if someone could have a look at this module. |
|
/ocabot migration sale_report_delivered_volume |
| @classmethod | ||
| def setUpClass(cls): | ||
| super().setUpClass() | ||
| cls.env = cls.env(context=dict(cls.env.context, tracking_disable=True)) |
There was a problem hiding this comment.
No need of this as already in BaseCommon
| super().setUpClass() | ||
| cls.env = cls.env(context=dict(cls.env.context, tracking_disable=True)) | ||
| cls.partner = cls.env.ref("base.res_partner_12") | ||
| cls.product = cls.env.ref("product.product_product_9") |
There was a problem hiding this comment.
It's better to not rely on demo data but to create new ones in tests.
e105bb3 to
bab22e6
Compare
|
@rousseldenis I've completed your suggested changes. Thank you! |
No description provided.