Vauxoo / addons-vauxoo

All our modules related to developments that solves generic issues on Odoo, or that solve internal problems on Odoo Core, if something is here, maybe it is solving an issue in your company, try it and report what you see.
http://www.vauxoo.com
193 stars 288 forks source link

[FIX] default_warehouse_from_sale_team: decorator on write method #1411

Closed frahikLV closed 4 years ago

hugho-ad commented 4 years ago

LGTM :+1:

JulioSerna commented 4 years ago

👍

hugho-ad commented 4 years ago

@frahikLV please check if v12.0 does not need this, in order to forward port it

luisg123v commented 4 years ago

@frahikLV,

Did you checked if this needs forward-port?

CC @CarmenMiranda

frahikLV commented 4 years ago

@luisg123v No longer necessary in V12 as the create method is not inherit/called in the "new" version

luisg123v commented 4 years ago

@frahikLV,

You're right, in v12 there's only one create method and it already has the appropriate decorator.

Thanks for checking.

hugho-ad commented 4 years ago

AFAIK there are not any new version, the create methods was inherited because of the clear caches, a problem that should be persisting on v12.0