OCA / account-analytic

Odoo Account Analytic Related Addons
GNU Affero General Public License v3.0
101 stars 358 forks source link

[17.0][mig] stock_picking_analytic #628

Closed Wodran14 closed 2 weeks ago

dreispt commented 5 months ago

/ocabot migrate stock_picking_analytic

OCA-git-bot commented 5 months ago

Hi @dreispt. Your command failed:

Invalid command: migrate.

Ocabot commands

More information

dreispt commented 5 months ago

/ocabot migration stock_picking_analytic

peluko00 commented 2 months ago

Any update @Wodran14 ?

dcorio commented 2 months ago

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)],
        },
    )
peluko00 commented 1 month ago

Hi @astirpe @dcorio, can you revise this in this another pr. Thank you!

dreispt commented 2 weeks ago

Superseded by #628