[17.0][mig] stock_picking_analytic
/ocabot migrate stock_picking_analytic
Hi @dreispt. Your command failed:
Invalid command: migrate.
Ocabot commands
ocabot merge major|minor|patch|nobumpocabot rebaseocabot migration {MODULE_NAME}
More information
- ocabot documentation
- OCA guidelines, specially the "Version Numbers" section.
/ocabot migration stock_picking_analytic
Any update @Wodran14 ?
It's just a warning, but I get:
warnings.warn(f'Since Odoo 17, property {self}.states is no longer supported.')
Does it have something to do with this?
analytic_distribution = fields.Json(
inverse="_inverse_analytic_distribution",
states={
"done": [("readonly", True)],
"cancel": [("readonly", True)],
},
)
Hi @astirpe @dcorio, can you revise this in this another pr. Thank you!
Superseded by #628