Skip to content

Conversation

@Tatider
Copy link

@Tatider Tatider commented Oct 7, 2025

  • sale_order_line_date
    • Support of combo products added
  • sale_procurement_group_by_line
    • Major changes were done to the module because "prorument.group" model was converted to "stock.reference" by Odoo SA (more details here).
      • Removed Update of "partner_id" and "move_type" - no fields like these exist in the "stock.reference"
      • Added overload of _prepare_procurement_values because "group_id" is no longer an arguments
      • Removed origin calculation - no longer an argument of _create_procurements function
      • Revoed check of stock.move:name - move no longer has name/description field
  • sale_delivery_split_date

General Comments:

  • An update of tests was required because in Odoo 19.0, the database by default doesn't have Demo Data.
  • JS linter updated, because it does not comply with Odoo 19.0 JS patch format.

AaronHForgeFlow and others added 30 commits October 7, 2025 15:42
[FIX] Update readme to latest template
Currently translated at 100.0% (3 of 3 strings)

Translation: sale-workflow-11.0/sale-workflow-11.0-sale_order_line_date
Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-11-0/sale-workflow-11-0-sale_order_line_date/de/
Currently translated at 100.0% (3 of 3 strings)

Translation: sale-workflow-12.0/sale-workflow-12.0-sale_order_line_date
Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-12-0/sale-workflow-12-0-sale_order_line_date/pt_BR/
Currently translated at 100.0% (4 of 4 strings)

Translation: sale-workflow-13.0/sale-workflow-13.0-sale_order_line_date
Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-13-0/sale-workflow-13-0-sale_order_line_date/es/
allowing users to hide the column from the tree
Currently translated at 75.0% (3 of 4 strings)

Translation: sale-workflow-13.0/sale-workflow-13.0-sale_order_line_date
Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-13-0/sale-workflow-13-0-sale_order_line_date/nl_NL/
Currently translated at 25.0% (1 of 4 strings)

Translation: sale-workflow-14.0/sale-workflow-14.0-sale_order_line_date
Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-14-0/sale-workflow-14-0-sale_order_line_date/it/
Currently translated at 100.0% (4 of 4 strings)

Translation: sale-workflow-14.0/sale-workflow-14.0-sale_order_line_date
Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-14-0/sale-workflow-14-0-sale_order_line_date/de/
Currently translated at 100.0% (4 of 4 strings)

Translation: sale-workflow-15.0/sale-workflow-15.0-sale_order_line_date
Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-15-0/sale-workflow-15-0-sale_order_line_date/ca/
fredzamoabg and others added 16 commits October 14, 2025 12:44
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: sale-workflow-14.0/sale-workflow-14.0-sale_delivery_split_date
Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-14-0/sale-workflow-14-0-sale_delivery_split_date/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: sale-workflow-16.0/sale-workflow-16.0-sale_delivery_split_date
Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_delivery_split_date/
Currently translated at 100.0% (2 of 2 strings)

Translation: sale-workflow-16.0/sale-workflow-16.0-sale_delivery_split_date
Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_delivery_split_date/it/
@Tatider Tatider force-pushed the 19.0-mig-sale-order-line-split branch from 706c274 to 29bc9ae Compare October 14, 2025 09:48
@Tatider Tatider marked this pull request as ready for review October 14, 2025 09:51
@Tatider Tatider changed the title [WIP][MIG][19.0] Sale Order Line Date + Group + Date Split [MIG][19.0] sale_order_line_date, sale_procurement_group_by_line, sale_delivery_split_date: Migration to 19 Oct 14, 2025
@Tatider
Copy link
Author

Tatider commented Oct 14, 2025

/ocabot migration sale_order_line_date

@OCA-git-bot
Copy link
Contributor

Sorry @Tatider you are not allowed to mark the addon to be migrated.

To do so you must either have push permissions on the repository, or be a declared maintainer of all modified addons.

If you wish to adopt an addon and become it's maintainer, open a pull request to add your GitHub login to the maintainers key of its manifest.

@Tatider
Copy link
Author

Tatider commented Oct 14, 2025

/ocabot migration sale_procurement_group_by_line

@OCA-git-bot
Copy link
Contributor

Sorry @Tatider you are not allowed to mark the addon to be migrated.

To do so you must either have push permissions on the repository, or be a declared maintainer of all modified addons.

If you wish to adopt an addon and become it's maintainer, open a pull request to add your GitHub login to the maintainers key of its manifest.

@Tatider
Copy link
Author

Tatider commented Oct 15, 2025

@rousseldenis could you tag my MR?

@rousseldenis
Copy link
Contributor

/ocabot migration sale_procurement_group_by_line

@OCA-git-bot OCA-git-bot added this to the 19.0 milestone Oct 15, 2025
@rousseldenis
Copy link
Contributor

@Tatider Sorry, but you need to put each module migration in a separate PR.

In order to test them in each, you can add dependencies PR's like explained here : https://github.com/OCA/maintainer-tools/wiki/Use-temporary-reference%28s%29-to-another-pull-request%28s%29

@Tatider
Copy link
Author

Tatider commented Oct 15, 2025

@Tatider Sorry, but you need to put each module migration in a separate PR.

In order to test them in each, you can add dependencies PR's like explained here : https://github.com/OCA/maintainer-tools/wiki/Use-temporary-reference%28s%29-to-another-pull-request%28s%29

Thank you for the reminder. I have created 3 new MRs and am cancelling current one:
#3946
#3947
#3948

@Tatider Tatider closed this Oct 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.