OCA / server-tools

Tools for Odoo Administrators to improve some technical features on Odoo.
https://odoo-community.org/psc-teams/tools-30
GNU Affero General Public License v3.0
705 stars 1.5k forks source link

[15.0][IMP] excel_import_export: allow selection of all related templates for export action #3095

Closed AungKoKoLin1997 closed 2 weeks ago

AungKoKoLin1997 commented 3 weeks ago

Before this PR, when two templates exist for the same model, clicking ADD EXPORT ACTION for each template creates separate server actions for each. As a result, if multiple templates are created for the same model, numerous server actions with the label Export Excel will accumulate for that model.

With this PR, if two templates exist for the same model and ADD EXPORT ACTION is clicked for each, they will now share a single server action. Users can then select templates from within the Export Excel wizard. Clicking REMOVE EXPORT ACTION on a template will remove only that template from the Export Excel selection. The server action itself will be deleted only when no templates use it for export.

@qrtl QT4815

OCA-git-bot commented 3 weeks ago

Hi @kittiu, some modules you are maintaining are being modified, check this out!

kittiu commented 2 weeks ago

/ocabot merge minor

OCA-git-bot commented 2 weeks ago

Hey, thanks for contributing! Proceeding to merge this for you. Prepared branch 15.0-ocabot-merge-pr-3095-by-kittiu-bump-minor, awaiting test results.

OCA-git-bot commented 2 weeks ago

Congratulations, your PR was merged at 064499f6fa1d95c006bc9627691f720a3a74be36. Thanks a lot for contributing to OCA. ❤️

yostashiro commented 2 weeks ago

Thanks, Kitti!

@AungKoKoLin1997 Can you please forward-port this.