mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
Fixes the following warnings during project build
- `DeprecationWarning: The <act_window> tag is deprecated, use a <record> for 'act_create_product_conf'.
warnings.warn(f"The <act_window> tag is deprecated, use a <record> for {xml_id!r}.", DeprecationWarning)`
- `DeprecationWarning: The <act_window> tag is deprecated, use a <record> for 'act_create_product_template_conf'.
warnings.warn(f"The <act_window> tag is deprecated, use a <record> for {xml_id!r}.", DeprecationWarning)`